Developer(s) | Erick Gallesio |
---|---|
Initial release | January 17, 2001; 23 years ago (2001-01-17) (version 0.50, first public release) |
Stable release | 2.10 / October 10, 2024; 2 months ago (2024-10-10) |
Repository | |
Operating system | Cross-platform |
Standard(s) | RRS (mostly) |
Type | Programming language |
License | GPL |
Website | www.stklos.net |
STklos is a Scheme implementation that succeeded STk. It is a bytecode compiler with an ad hoc virtual machine which aims to be fast as well as light.
STklos is free software, released under the GNU General Public License.
In addition to implementing most of RRS, and a large part of RRS, STklos supports:
- an object system based on CLOS with multiple inheritance, generic functions, multimethods and a MOP
- a module system
- easy connection with the GTK toolkit
- a low-level macro system that compiles macro expanders into bytecode (syntax-rules is also present as a high-level macro system)
- a full Numerical tower implementation, as defined in RRS
- Unicode support
- Perl compatible regular expressions via PCRE library
- a simple foreign function interface via libffi
- being compiled as a library and embedded in an application
- native threads, using the libpthread library. The API conforms to SRFI-18
- a number of SRFIs
- easy access to SLIB
- an HTTP client
References
- "STklos Changelog". stklos.net. Retrieved 2018-07-21.
- "STklos Changelog". stklos.net. Retrieved 2024-10-10.
- "STklos Changelog". stklos.net. Retrieved 2024-10-10.
- "STklos SRFI support". stklos.net. Retrieved 2010-03-11.
External links
This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it. |