0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
closes #147; made `x[a, b] * 2` etc. work as expected More... about 14 years ago
0.9.12 More... about 14 years ago
updated compiler with new bitwise syntax, removed old syntax - closes #51 More... about 14 years ago
added new, clearer bitwise/shift op syntax. Simply surround the op in dots. Eg. '.&.' or '.>>>.' - #51 More... about 14 years ago
bound methods are bound to instance, not to class - bound static funcs are still bound to class - closes #85 More... about 14 years ago
empty class definitions - #85 More... about 14 years ago
inherit constructors - #85 More... about 14 years ago
allow negative slices - closes #92 More... about 14 years ago
allow arbitrary expressions when slicing, eg. list[1 to x] - closes #98 More... about 14 years ago
better grammar definitions for range and loop comprehensions, no need for Parens, and test access More... about 14 years ago
add bench to ignore More... about 14 years ago
some speed improvements #93 More... about 14 years ago
Merge remote-tracking branch 'upstream/master' More... about 14 years ago
0.9.11b More... about 14 years ago
0.9.11 More... about 14 years ago
removed dependency on prelude.ls so livescript.js can be self contained More... about 14 years ago
merge with coco More... about 14 years ago
Merge commit '3bd88b51d' More... about 14 years ago
throw error if attempting to curry a function with a variable number of arguments, closes #91 More... about 14 years ago
fix partialization when there are more tails More... about 14 years ago
0.7.5 More... about 14 years ago
partialize works with functions as props More... about 14 years ago
better definition of partialize More... about 14 years ago
fixed `f ... while x` More... about 14 years ago
merge with coco More... about 14 years ago
fixed line foldings and implicit calls on from/to/til/by/implements More... about 14 years ago
lang-co/mode-coco: implements More... about 14 years ago
fixed contamination check on dedentation More... about 14 years ago
command: made repl ignore empty input More... about 14 years ago
improve ace mode/test - closes #42 More... about 14 years ago