Every software development environment has its bright points, and C# is no exception. The following are a few features and tools we enjoyed working with.
How to write compiler for toy language with JIT and native code generation in haskell using the Parsec library for parsing and LLVM for code generation.
The platform documentation for building an Android APK is sparse. Here's a complete example of how to build an APK for yourself if you should require it.
After about 3 years of dropping my iPhone 3G on various occasions, a drop onto the tile floor at Atomic HQ did her in. Here are the trials and tribulations to bringing the thing ba
Boo is a Python-flavored language for .NET and Mono. It is statically typed, but has a "duck" type similar to the dynamic keyword in C# 4.0. It is compiled, but has strong meta-pro
A lightweight example that loads a simple prebuilt text editor window from a Glade UI designer file and implements open, save and quit operations via menu items.
There are certain parts of Backbone’s example Todos application that become unnecessary or clunky if translated verbatim to CoffeeScript. Following are a few little things that we