| [blog] | [all tags] [all pages] [home] |
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.
Main cowbel page
See the main Cowbel page for more information.
| Page last updated: 2012 February 13 | © 2008-2009 David Given, unless specified otherwise |