STklos

Summary

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
Developer(s)Erick Gallesio
Initial releaseJanuary 17, 2001; 23 years ago (2001-01-17)[1] (version 0.50, first public release)
Stable release
1.70[2] / November 25, 2021; 2 years ago (2021-11-25)[3]
Repository
  • github.com/egallesio/STklos Edit this at Wikidata
Operating systemCross-platform
Standard(s)R7RS (mostly)
TypeProgramming language
LicenseGPL
Websitewww.stklos.net

STklos is free software, released under the GNU General Public License.

In addition to implementing most of R5RS, and a large part of R7RS, STklos supports:

Additional libraries are available through its package system ScmPkg.[5][6]

References edit

  1. ^ "STklos Changelog". stklos.net. Retrieved 2018-07-21.
  2. ^ "STklos Changelog". stklos.net. Retrieved 2021-11-25.
  3. ^ "STklos Changelog". stklos.net. Retrieved 2021-03-18.
  4. ^ "STklos SRFI support". stklos.net. Retrieved 2010-03-11.
  5. ^ Manuel Serrano; Erick Gallesio (2007-10-22). "An Adaptive Package Management System for Scheme" (PDF). Proceedings of the Second Dynamic Languages Symposium. Retrieved 2010-03-11.
  6. ^ "STklos ScmPkg support". stklos.net. Retrieved 2010-03-11.

External links edit

  • STklos home page
  • STklos documentation