mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Adding notes on TODO items
This commit is contained in:
parent
594d68289a
commit
8a5185fdbd
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -12,8 +12,13 @@ Working TODO list:
|
||||||
- Constructs require for self-hosting
|
- Constructs require for self-hosting
|
||||||
|
|
||||||
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
|
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
|
||||||
|
issue here is, to do this right we need parameterize and dynamic-wind. both of which would be nice, but are a lot more work, too
|
||||||
- quasiquote - will need to enhance the parser to support a second type of quote, at minimum
|
- quasiquote - will need to enhance the parser to support a second type of quote, at minimum
|
||||||
|
parser needs to be reworked to handle quotes by invoking parser and reading
|
||||||
|
(quote _) or (quasiquote _) etc
|
||||||
|
passing quote level won't work because could be anything there.
|
||||||
- vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list
|
- vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list
|
||||||
|
obvious issues are how to represent the vector (array of objects, I suppose) and how to GC it, including handling mutations
|
||||||
|
|
||||||
- Reduction in size of generated code
|
- Reduction in size of generated code
|
||||||
is there anything we can do?
|
is there anything we can do?
|
||||||
|
|
Loading…
Add table
Reference in a new issue