mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
87b7712c61
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
641 B
Text
16 lines
641 B
Text
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.
|