per-gron / blackhole

Module system for the Gambit-C Scheme system
MIT License
41 stars 13 forks source link

Make a roadmap from now to 1.0 and begin to make Black Hole releases with version numbers #25

Open per-gron opened 14 years ago

per-gron commented 14 years ago

This is important to do to make Black Hole easier to use for people other than me.

A draft of a proposal for a version roadmap:

0.1: Syntactic tower 0.1.1: Bug fixes: Issue 23, issue 7, issue 15, issue 16 0.2: Implicit phasing on imports and making it a syntax error to have unbound variables in modules 0.3: A command line interface 0.4: syntax-case macros

per-gron commented 14 years ago

I tagged the master branch (pre-syntactictower) v0.1. Progress! =)

wsxiaoys commented 13 years ago

Is there any plan to add r7rs style module?

per-gron commented 13 years ago

Currently, there is no plan to add R7RS style modules. Not because I'm opposed to the idea, but because I currently have no time to do it.

There are a couple of lower-level things that probably need to be done before adding R7RS module support becomes relevant: