descriptionexa scheme
ownerexa.exa@gmail.com
last changeTue, 8 Jul 2008 17:12:55 +0000 (8 19:12 +0200)
content tags
add:
readme
escm
the minimalistic, easily embeddable scheme language implementation written in C++
Target of this project is to provide a complete scheme machine, which can be tuned to fit any scheme standard (we will include as much of R5RS as it can stay minimalistic and modifiable). Main target of the project is the simplicity and correctness of implementation, speed is the second aspect.
This scheme is designed as extremely extensible, if not said "templating". You are supplied with default scheme evaluators, but no one tells you that you should use them - you can code a library that replaces everything, e.g. implements better types, provides new and better scheme basic functions (as well as "std. library" ones). You can even create your own rules for code evaluation.
shortlog
2008-07-08 Mirek Kratochvilpointers are displayed correctlymaster
2008-07-08 Mirek Kratochvilchangelog updated
2008-07-06 Mirek Kratochvilfinished the problemsallocator
2008-07-05 Mirek Kratochvil(gc) builtin
2008-07-05 Mirek Kratochvilminor collector improvements
2008-07-05 Mirek Kratochvilconverted that ugly allocator to faster malloc-only...
2008-07-04 Mirek Kratochvildefine continuation
2008-05-21 Mirek Kratochvilcode style bump
2008-05-21 Mirek Kratochvilcorrected fatal error behavior
2008-05-20 Mirek Kratochvilone todo todoed
2008-05-18 Mirek Kratochvilsmall scheme code redefinitions
2008-05-08 Mirek Kratochvilparser bugfix
2008-05-07 Mirek Kratochvillots of builtins
2008-05-07 Mirek Kratochvilinit file loader
2008-05-07 Mirek Kratochvilnew init file, let added
2008-05-07 Mirek Kratochvilinterpreter/eval_string bug fixed
...
tags
16 years ago 0.0.2 clean alpha
16 years ago 0.0.1 first alpha
heads
15 years ago test
15 years ago master
15 years ago allocator
16 years ago exceptions
16 years ago embed-tools
16 years ago builtins
16 years ago interpreter
16 years ago mob
16 years ago parser-3
16 years ago parser-two
16 years ago eval-tools
16 years ago parser-one
16 years ago old-eval