CokeScript is a simple whitespace sensitive language that compile to JavaScript inspired by Python and Ruby. CokeScript doesn't try to be too smart and is mainly syntactic sugar around common JavasScript annoyances. Features:
Significant whitespace
String interpolation
Multiline strings
Shorter function declaration and lambda expression
Function parameters can have a default and computed value
Simple for loop syntax that works on Array or Object