Warning: include_once(/home/u607291459/domains/vnunetblogs.com/public_html/wp-includes/init.php): failed to open stream: No such file or directory in /home/u607291459/domains/vnunetblogs.com/public_html/wp-config.php on line 78

Warning: include_once(): Failed opening '/home/u607291459/domains/vnunetblogs.com/public_html/wp-includes/init.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /home/u607291459/domains/vnunetblogs.com/public_html/wp-config.php on line 78
cxxxr/valtan - Vnu Net Blogs
News

cxxxr/valtan

Common Lisp to JavaScript compiler

Installation

$ ros 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

License

MIT

Read More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button