mirror of
https://github.com/samsonjs/elisp.js.git
synced 2026-03-25 09:15:49 +00:00
29 lines
No EOL
640 B
Text
29 lines
No EOL
640 B
Text
TODO
|
|
====
|
|
|
|
* TESTS
|
|
|
|
* look into na-cl for better performance
|
|
|
|
* implement all Emacs Lisp types/objects
|
|
|
|
* relational operators: < > <= >= = not
|
|
|
|
* special forms: lambda, cond, and, or, let, let*, letf, letf*
|
|
|
|
* successfully interpret ~/config/emacs one sexp at a time
|
|
|
|
* primitives: list/cons functions, string functions,
|
|
apply, eval,
|
|
require, provide
|
|
|
|
* macros
|
|
|
|
* dynamic scoping (replace the current symbol table entirely)
|
|
|
|
* look into CommonJS
|
|
|
|
* merge with Ymacs? (probably not going to happen, would have to
|
|
steal what we can from them)
|
|
|
|
* too many things to list at this point ... small steps |