0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No need to create and insert an empty array for lambdas which aren't closures More... about 13 years ago
Line numbers, not 100% exact More... about 13 years ago
Minor refactoring, some weird stuff in this corner More... about 13 years ago
Ability to compile kl to .class files More... about 13 years ago
Overrides, various refacorings, cleaning up debug More... about 13 years ago
License and a soon to be needed YourKit license note More... about 13 years ago
New notes about the tests More... about 13 years ago
A bit repetitive, but much saner and safer way to do this than converting the name back and forth More... about 13 years ago
Now this is pod racing More... about 13 years ago
consing and cdring lists must create new copies More... about 13 years ago
The need for the strange uncurry hack luckily seems to have gone away by turning freeze into a macro More... about 13 years ago
No neeed to go via lambda More... about 13 years ago
Freeze has to be a macro returning a zero arg fn More... about 13 years ago
A few more tests passing using a strange hack in uncurry that hopefully eventually will becme clearer More... about 13 years ago
72% on the test suite, 160 seconds, order of magnitude slower than shen.clj More... about 13 years ago
Total stupidity and mixing of concerns leading to epic debugging session More... about 13 years ago
Various exception related changed. Using empty list as null More... about 13 years ago
Removing the strange internal value handling More... about 13 years ago
Some Exception related stuff More... about 13 years ago
Let's just use a RTE More... about 13 years ago
This is what the REPL expects the exception to look like More... about 13 years ago
Link pointing back to the time it actually was an interpreter More... about 13 years ago
Links More... about 13 years ago
Let's highlight the point of this exercise More... about 13 years ago
Clarification More... about 13 years ago
The build script More... about 13 years ago
Getting the Shen test suite running - but far from passing and very slowly More... about 13 years ago
Issues with scope across several fns and access issue with EmptyList, using normal ArrayList for now More... about 13 years ago
No need to have so many different ways of doing the same thing More... about 13 years ago
explicitCastArguments already handles long -> boolean More... about 13 years ago