SketchyLISP is a highly portable, embeddable interpreter for purely applicative Scheme.
Be the first to post a text review of SketchyLISP. Rate and review a project by clicking thumbs up or thumbs down in the right column.
- Applied some minor changes to lib and examples. (lib/, src/) - Made the pretty-printer support vectors. (src/pp.scm) - Updated the manual (differences to Scheme). (doc/) - Updated the test suite. (util/test*) - Updated the manual (primitives). (doc/) - Updated the manual (added vector syntax). (doc/) - Added VECTOR procedure. (lib/) - Added VECTOR->LIST, VECTOR-LENGTH, VECTOR-REF and VECTOR? procedures. (sketchy.c) - Fix: #<VOID> could be recycled by GC. (sketchy.c) - Added LIST->VECTOR procedure. (sketchy.c) - Added #<VECTOR> type and #() syntax. (sketchy.c) - Fix: catch empty list in LIST->INTEGER. (sketchy.c)
- Applied some minor changes to lib and examples. - Made the pretty-printer support vectors. - Updated the manual (differences to Scheme). - Updated the test suite. - Updated the manual (primitives). - Updated the manual (added vector syntax). - Added VECTOR procedure. - Added VECTOR->LIST, VECTOR-LENGTH, VECTOR-REF and VECTOR? procedures. - Fix: #<VOID> could be recycled by GC. - Added LIST->VECTOR procedure. - Added #<VECTOR> type and #() syntax. - Fix: catch empty list in LIST->INTEGER.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?