Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 459 Bytes

elisp.js

This is a translator from Emacs Lisp to Javascript.

Demo

https://dmytrish.net/elisp

Why?

  • One of the goals is to see how fast can be Emacs Lisp on v8;
  • This might be the base for running Emacs packages in the browser (possibly using Ymacs as the UI of Emacs runtime) in the future;
  • Learning Emacs Lisp and joy of writing yet another Lisp interpreter, of course!

Run

$ npm install
$ npm run repl