Comments on vector support

This commit is contained in:
Justin Ethier 2015-06-04 21:38:02 -04:00
parent 7e21dd7015
commit 28433c9936
2 changed files with 1 additions and 4 deletions

View file

@ -29,7 +29,7 @@ Section | Status | Comments
6.5 Symbols | Yes |
6.6 Characters | Partial | No unicode support, `char-ci` predicates are not implemented.
6.7 Strings | |
6.8 Vectors | |
6.8 Vectors | Yes |
6.9 Bytevectors | |
6.10 Control features | |
6.11 Exceptions | |

3
TODO
View file

@ -11,9 +11,6 @@ Working TODO list:
- Constructs require for self-hosting
- vectors
- add vector literals. will probably require updating all trans scans
to handle vectors, though :(
- Start in section 6.8 and add vector functions
- make-vector should have an optional 'fill' arg in compiled code
note allocation functions can be functions instead of macros if they accept a
cont arg so they do not have to return