-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
arthurmaciel edited this page Feb 27, 2020
·
24 revisions
This is a Roadmap for Cyclone Winds development and packaging planning. Please feel free to contribute.
C bindings:
- libcurl [IN PROGRESS - Justin Ethier]
- SQLite3 (see Chibi's implementation)
- SSL
R7RS ports
- Easily portabl Chibi's packages [DONE - Arthur Maciel 02/2020 - ported 'string', 'iset' and 'char-set']
- PostgreSQL
- Filesystem utilities like the ones from Chibi or CHICKEN
- URI parser like in CHIKEN and Chibi
- SHA2
- SXML - [DONE - Arthur Maciel 02/2020]
- SSQL (See Chibis sqlite3 source code and search for "ssql->sql" - [GAVE UP - Arthur Maciel 02/2020 - ssql from chibi can't handle JOINs and ssql from CHICKEN uses 'define-for-syntax' which couldn't be substituted AFAIK in Cyclone)