ralt / clscript

An ambitious project that I don't ever expect to finish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clscript

An ambitious project to make an ANSI Common Lisp standard implementation that will compile to JavaScript.

Implementation

Parses the Lisp code, uses sb-cltl2:macroexpand-all to get down to the most basic forms, then use a hook system to have each basic form implement a lisp-to-js transpiler.

About

An ambitious project that I don't ever expect to finish


Languages

Language:Common Lisp 82.2%Language:Makefile 17.8%