Skip to content
arthurmaciel edited this page Jun 21, 2020 · 24 revisions

Cyclone Winds Roadmap

This is a Roadmap for Cyclone Winds development and packaging planning. Please feel free to contribute by editing this file! Wish-lists are welcomed.

Package or internal?

  • Fully support SRFI-89 for optional parameters.

C bindings:

Scheme ports

  • PostgreSQL
  • Filesystem utilities like the ones from Chibi or CHICKEN
  • SSQL (See Chibis sqlite3 source code and search for "ssql->sql" or CHICKEN's implementation) - [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)
  • PDF library
  • Logging library - seek inspiration on Python?

Ports specifically from Chibi (in order of priority):

  • quoted printable
  • base64
  • mime
  • scribble / docs / chibi-doc

TBD for Cyclone Winds itself:

  • ask whether to reinstall already installed dependencies
  • support package version
  • create a complementary and more informative index
  • automate package statistics generation (like data to create a dependency graph?)
  • parallelize package installs?
Clone this wiki locally