Releases: Shen-Language/shen-sources
Releases · Shen-Language/shen-sources
Shen OS Kernel 39.0
Shen OS Kernel 38.3
Fixed
- Removed unnecesary external symbols, arities and duplicated definitions
- Recover dynamic
demod
funcionality so that it is not updated through aneval
that redefines it.
Shen OS Kernel 38.2
Fixed
- Bug in the handling of % and ! in the REPL.
Shen OS Kernel 38.1
Fixed
- More portable code for the application of user-defined macros
Shen OS Kernel 38.0
Changed
- Shen macros factorised resulting in a 2X faster reader.
- Use Shen/Scheme as the default implementation for building klambda.
Shen OS Kernel 37.1
Fixed
- Redundant factorisation eliminated.
Shen OS Kernel 37.0
Changed
- Replaced factorisation algorithm with a simplified, improved version.
Shen OS Kernel 36.0
Changed
- Prolog calls run in their own memory space.
assert
andretract
recycle memory.
Shen OS Kernel 35.0
Changed
- Type
==>
simplified for YACC.
Shen OS Kernel 34.6
Changed
- Tweaks for Yggdrasil