valtan
Common Lisp to JavaScript compiler
Installation
$ ros follow-dependency=t install cxxxr/valtan
Demo
$ cd example/react-tic-tac-toe
$ npm install
$ npm run build
$ open index.html
Create a project
$ valtan-init project-name
$ cd project-name
$ npm install
$ npm start # run
Status
This project is still alpha quality.
sacla common lisp depends on Ansi test. The followings are list of Ansi test and the "Success or failure".
- desirable-printer.lisp
- must-array.lisp
- must-character.lisp
- must-condition.lisp
- must-cons.lisp
- must-data-and-control.lisp
- must-do.lisp
- must-eval.lisp
- must-hash-table.lisp
- must-loop.lisp
- must-package.lisp
- must-printer.lisp
- must-reader.lisp
- must-sequence.lisp
- must-string.lisp
- must-symbol.lisp
- should-array.lisp
- should-character.lisp
- should-cons.lisp
- should-data-and-control.lisp
- should-eval.lisp
- should-hash-table.lisp
- should-package.lisp
- should-sequence.lisp
- should-string.lisp
- should-symbol.lisp
- x-sequence.lisp
Run tests
$ cd valtan/tests
$ npm i
$ npm start
License
MIT