Jeremy Ashkenas
|
8fcd67e82f
|
Updating examples for 0.9.5
|
2010-11-21 11:41:24 -05:00 |
|
Jeremy Ashkenas
|
99c06b5cda
|
All examples now compile and lint cleanly.
|
2010-10-24 21:37:27 -04:00 |
|
Jeremy Ashkenas
|
26a115adcf
|
Removing the mixed-in sys/util module. Switching from 'puts' to console.log
|
2010-10-24 12:48:42 -04:00 |
|
Jeremy Ashkenas
|
da6ea27454
|
most of the examples converted to symbology.
|
2010-07-29 00:03:42 -04:00 |
|
Jeremy Ashkenas
|
0222d90fa3
|
adding a 'loop' keyword to CoffeeScript. Takes an expression or a block. Runs it until you break or return out.
|
2010-06-12 12:15:53 -04:00 |
|
Jeremy Ashkenas
|
f5a37035cf
|
node conversion finished, narwhal removed.
|
2010-01-29 23:30:54 -05:00 |
|
Jeremy Ashkenas
|
a9f016e292
|
trying out new arrows for function literals -> is a function, => is a bound function
|
2010-01-26 10:52:05 -05:00 |
|
Jeremy Ashkenas
|
460b3f6d8e
|
first draft of mandatory parentheses around function definition param lists -- all tests pass
|
2010-01-26 00:40:58 -05:00 |
|
Jeremy Ashkenas
|
e514a39dd2
|
added binary search example -- chapter 6 of beautiful code
|
2010-01-17 16:18:24 -05:00 |
|
Jeremy Ashkenas
|
4a32c58221
|
added bentley's chapter from beautiful code to the examples/tests -- quicksort runtime analysis
|
2010-01-17 15:58:44 -05:00 |
|
Jeremy Ashkenas
|
4609ad78c2
|
added the first chapter of beautiful code as a coffeescript example
|
2010-01-17 15:36:46 -05:00 |
|