One more todo.

This commit is contained in:
Erik Svedäng 2018-06-05 09:47:24 +02:00
parent e008eeac54
commit 8928b10aa4

View File

@ -22,6 +22,7 @@
* Smaller Language Features ("niceties")
** 0.4
*** Prevent usage of 'private' functions from outside their module.
*** Errors in macros should present the code location of both the macro and of the code that uses of it.
*** Defining a local variable messes up unqualified lookup of function with the same name, e.g. (let [words (words &s)] ...)
*** Defining a function like 'add-ref' (see the numeric modules), refering to '+' does not resolve to '+' inside the module, which gives the function an overly generic type.