| [blog] | [all tags] [all pages] [home] |
I've just released version 0.2 of cowbel, my experimental programming language. It's now generating much, much better code (close to C for a lot of tasks!), as well as a major compiler core overhaul that makes it much more robust and orthogonal.
Cowbel is a minimalist, statically type programming language which compiles (via C) into real machine code. It features a Javascript-like syntax, a global garbage collector, non-nullable types, an object-oriented system based on composition and interfaces, and a number of other interesting features.
Main cowbel page
See the main Cowbel page for more information.
| Page last updated: 2012 April 1 | © 2008-2009 David Given, unless specified otherwise |