archives

Pythonect 0.4.0 Released

Hi All,

I am pleased to announce the release of Pythonect 0.4.0, available from https://github.com/downloads/ikotler/pythonect/Pythonect-0.4.0.tar.gz

Release notes can be found at: https://github.com/ikotler/pythonect/wiki/What%27s-New-In-Pythonect-0.4

This version fixes several bugs and adds some important features.

Many thanks to everyone who contributed bug reports and feedback that went into this release!

Regards,
Itzik Kotler

Crafting a toy language for learning purposes

Hi lads,

I'm considering designing a basic, simple toy language that's able to compile itself, mainly for learning/fun purposes. I'll be targetting something that can be done over weekends as a hobby. One thing I'm particularly interested in, in order to bootstrap, is have clang as backend, and somehow use bindings in the compiler to generate code. Any pointers to tutorials, blogs or even github source code of similar projects (as small as possible for me to actually understand) would be really nice.

Thanks