mirror of
https://github.com/samsonjs/elisp.js.git
synced 2026-03-25 09:15:49 +00:00
22 lines
366 B
Text
22 lines
366 B
Text
TODO
|
|
====
|
|
|
|
* implement all Emacs Lisp types/objects
|
|
|
|
* relational operators: < > <= >= =
|
|
|
|
* boolean operator: not
|
|
|
|
* special forms: if, cond, and, or, let, let*, letf, letf*
|
|
|
|
* primitives: list/cons functions, string functions,
|
|
apply, eval,
|
|
require, provide
|
|
|
|
* macros
|
|
|
|
* dynamic scoping
|
|
|
|
* merge with Ymacs?
|
|
|
|
* look into CommonJS
|