[MonkeyScript] [TitleIndex] [WordIndex

Bootstrapping in banana

The banana program has a good use potential for bootstrapping itself. While it's possible to write banana as completely standalone and just throw a pile of code into it to handle everything without deferring to another library, it's also possible to write the whole thing in C instead of JS, but then it looses the ease of improvement aimed for in MonkeyScript. It's much more elegant if we allow banana to make use of it's own packages through a sort of bootstrapping.

While it's unlikely we can do this for IO (File and thus Sockets) optional YAML support and the protocol for banana's own communication can likely be handled by bootstrapping.


2010-07-23 04:25