[Cowlark Logo] cowlark.com

Cowbel 0.2 released!

a programming language

Published: 2012 March 20

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.


Comments on this page

Page last updated: 2012 April 1 © 2008-2009 David Given, unless specified otherwise