0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changing how overrides works - now they're 'final' and can be overloaded like primitives. so element? can be one yet more More... about 13 years ago
No Exception to be seen More... about 13 years ago
Minor but important corner cases More... about 13 years ago
Shen occasionally asks if a symbol is a boolean, synchronizing switchpoints, I think tail should work inside a try More... about 13 years ago
Making the tests reflects that ints are long gone to long More... about 13 years ago
Removing ints, its all long now More... about 13 years ago
Breaking out a test script; updating readme More... about 13 years ago
Compiling thaw as macro to reduce stack depth More... about 13 years ago
Caching values callsistes for known symbols More... about 13 years ago
Minimizing the amount of CallSites one creates seems to be central More... about 13 years ago
Trying to refactor this unextractable beast of code More... about 13 years ago
Removing the more complicated overrides More... about 13 years ago
First complicated attemp at getting rid of the Exception based fallback approach. Not faster as a bonus. Still OOM More... about 13 years ago
Making this callsite mutable as well, despite yet having to figure out how to relink it More... about 13 years ago
Link and simplification More... about 13 years ago
when calling function with a symbol without one you get a reference to it which doesn't fail until called More... about 13 years ago
Let's remove this stupid cache More... about 13 years ago
Attempting to hide the ugliness of using a dummy callsite to pass the type around - this will have to change eventually More... about 13 years ago
one line refactoring More... about 13 years ago
Minor apply stuff More... about 13 years ago
Moving apply to indy, but don't really use it properly yet More... about 13 years ago
Minor things, setting debug was broken More... about 13 years ago
Minor refactoring More... about 13 years ago
Messed up the do macro loop somehow when trying to clean it up, can't be bothered to figure it out, so reverting to previous version More... about 13 years ago
Pulling the compiler macros into a class and register them as the other stuff, rearranging More... about 13 years ago
We can compile kl to .class now More... about 13 years ago
Trrying a overrides for macroexpand, probably not doing much More... about 13 years ago
More speculative and somewhat complicated return type tracking More... about 13 years ago
Some messy attempts to reduce the amount of boxing of booleans that went on More... about 13 years ago
ASM printing More... about 13 years ago