Skip to content

jmanuel1/elisp.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elisp to JS transpiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Emacs Lisp 3.0%
  • Shell 0.9%