[Cowlark Logo] cowlark.com

Cowbel 0.1 released!

a programming language

Published: 2012 February 13

Over the past few years I have been slowly working on a succession of interesting programming languages, in an attempt to teach myself more about compilers and to produce the language that I'd be happy to work with.

Introducing cowbel! Cowbel is a minimalist statically typed 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 February 13 © 2008-2009 David Given, unless specified otherwise