内容简介:Common Lisp to JavaScript compilerThis project is still alpha quality.
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".
License
MIT
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Algorithms, 3rd Edition
Thomas H. Cormen、Charles E. Leiserson、Ronald L. Rivest、Clifford Stein / The MIT Press / 2009-7-31 / USD 94.00
Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad ......一起来看看 《Introduction to Algorithms, 3rd Edition》 这本书的介绍吧!