elisp.js/TODO
2009-12-06 03:19:02 -08:00

22 lines
342 B
Text

TODO
====
* implement all Emacs Lisp types/objects
* relational operators: < > <= >= =
* boolean operator: not
* special forms: if, cond, and, or
* primitives: list/cons functions, string functions,
apply, eval,
require, provide
* macros
* dynamic scoping
* merge with Ymacs?
* look into CommonJS