SlackBuildsOrg/development/stklos
Lockywolf 87b7712c61
development/stklos: Added (STklos Scheme).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-08-19 09:15:22 +07:00
..
README
slack-desc
stklos.info
stklos.SlackBuild

STklos is a free Scheme system compliant with the languages features
defined in R7RS. The aim of this implementation is to be fast as well
as light. The implementation is based on an ad-hoc Virtual Machine.

The salient points of STklos are:

an efficient and powerful object system based on CLOS providing
Multiple Inheritance,
Generic Functions,
Multi-methodsp
an efficient MOP (Meta Object Protocol)
a simple to use module system
a full tower of numbers implementation, as defined in R5RS,
easy connection to the GTK+ toolkit,
a Perl compatible regular expressions thanks to the PCRE package,
it implements properly tail recursive calls.