diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-09-26 14:02:28 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 2ea2c405746bfa79d3be478f4c8763dd7dd6ac5f (patch) | |
| tree | 39be22d6a3b768e42813e2e5dde4a37a301aafb3 /todo.md | |
| parent | 3f5b15b15fbca3dac18f3f5cb39b7826924ff175 (diff) | |
Add some concept docs
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,8 +7,8 @@ In order of priority - 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 flag to control whether computed values are automatically printed or not - 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 effects system (see `examples/effects-concept.lisp`) |
