Releases: jscl-project/jscl
Releases · jscl-project/jscl
CLOS support
With this new release, JSCL reaches an important milestone. The support for CLOS has been possible thanks to the amazing work of @vlad-km.
Expect bugs and instability, but I still wanted to do this early release to make easier for people to try.
Changelog
Added
Fixed
- Infinite loop in the exprimental service-worker REPL on EOF #318
2018-05-07
Added
- This CHANGELOG.md file
- We have a logo!
- Run
text/x-common-lisp
scripts #289 - Experimental service worker-based synchronicity
- Fix SYMBOL-FUNCTION and (SETF SYMBOL-FUNCTION) (98e2f0d)
- Basic support for arrays with fill-pointers (c8af504)
defpackage
supports:export
#288format
directive~C
#303- Improved support for symbol property list
- Add
(SETF FIRST)
and(SETF REST)
(e122dc5) - Make the build reproducible (58beddf)
- Exposes
jscl.evaluateString
from the jscl module #265