mirror of
https://github.com/samsonjs/elisp.js.git
synced 2026-04-19 13:25:48 +00:00
22 lines
342 B
Text
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
|