aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-09-27 11:11:44 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commit6e55d34719f89192c9141f50638c6dc5bba71dff (patch)
tree33961f9f570b1ff01d0ae11fc6a6c6e3fca2908d /todo.md
parent83ae25fe87e3a56d169ae8cfc5bf20423d3ec4a5 (diff)
Add holes, builtins, improve matching
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/todo.md b/todo.md
index d4dd292..4e71090 100644
--- a/todo.md
+++ b/todo.md
@@ -2,13 +2,9 @@
In order of priority
-- Make builtin math functions support both number types (integer and double)
- Write tests!
-- Add builtins to convert from int to double and vice versa
-- Add builtin to convert to string
- Add builtins to compare numbers (eq?, lt?)
- Add import function with support for qualified imports
- Come up with a name for the language
-- Add auto import for standard library (std)
-- Add flag to disable auto import of standard library
+- Add auto import for standard library (std) and a flag to disable auto import
- Add effects system (see `examples/effects-concept.lisp`)