mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Added a note about the FFI
This commit is contained in:
parent
89d2e6afa0
commit
a04616a88a
1 changed files with 7 additions and 1 deletions
8
TODO
8
TODO
|
@ -4,7 +4,7 @@ add rename support to library syntax, start by looking at lib:exports.
|
|||
will need a way of compiling this into the library, and for progs/libs importing the library (although
|
||||
those may just be able to simply each rename to refer to the renamed identifier)
|
||||
|
||||
Tier 1:
|
||||
Tier 0:
|
||||
- Library support
|
||||
Library syntax (5.6):
|
||||
supported:
|
||||
|
@ -25,7 +25,13 @@ Tier 1:
|
|||
- except
|
||||
- rename
|
||||
- prefix
|
||||
- FFI
|
||||
- want to create an example program (lib?) that does something interesting, like make a cURL request
|
||||
for that, will need to be able to include the appropriate C header(s), and link to the appropriate C libraries
|
||||
|
||||
|
||||
|
||||
Tier 1:
|
||||
- Performance - most likely need CPS optimization and closure elimination
|
||||
- pass larceny benchmarks (will require some bugfixes):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue