-
Notifications
You must be signed in to change notification settings - Fork 13
TODOS
arty edited this page Oct 4, 2023
·
1 revision
-
Add namespaces ala C++
Allow
(namespace FOO (defun function-x ...) (defconstant A ...) ) And allow at the top level or defun scope. (using FOO) (using FOO A) (using FOO function-x)
-
Environment organization sorting by sha256tree rather than name (incompatible change)
-
Have cldb spin up a repl at the expression that failed.