Code:

Causerie: Progress

It's been several months, but progress on the language continues! Documentation for the base library is now online, and there is a wiki for the language itself.

The first iteration of the base library (and the rest of the code) is written using Free Pascal. The library provides a solid foundation for what comes next: the parsing library, which I'm working on now. Once the parsing library is finished, we can get into the code that will be used to process the language itself.

But, of course, to do that, we need to have a solid grasp of what the language is! This is the purpose of the causerie wiki, where the language specification itself will be hammered out and finalized. There you can see the various ideas and iterations of the language definition, and there will eventually be example code and a lot more!

There is more to come, of course, so stay tuned!