Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 0559677

Browse files
committed
more TODO.
1 parent 7ee6e37 commit 0559677

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

TODO

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,21 @@ which would do a lot for my motivation to work on the project.
2020
Not implemented at all. Shouldn't be too bad, I think Arc has a full
2121
implementation.
2222

23+
* Symbol-escape support in the reader
24+
The | character.
25+
2326
* Simple expansion in the reader
2427
Support Arc's "~", "'", "`", ",", ",@" operators.
2528

2629
* More complicated expansion in the reader
2730
Support Arc's ":" operator.
2831

29-
* Macro expansion.
32+
* Macro expansion.
33+
34+
35+
Nice to have:
36+
37+
* Expose more of Python in a sane way.
38+
39+
* Decide what, if anything, to do about tail calls.
40+
Python doesn't optimize them.

0 commit comments

Comments
 (0)