The Neovim Emacs LISP interpreter.
Note
This is a work in progress.
- Being able to run emacs plugins such as magit and org-mode
- Performant(fast) loading of elisp-stdlib (100-200ms)
- Rewrite in C (old-lua-branch)
- Implement all functions(/other features) to be able to load all of
loadup.el
without errors - Implement dumping
- Implement a bridge between nelisp and neovim
- Implement the rest of the functions(/other features); make all emacs test pass