1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
put the code into public domain. More... about 13 years ago
Divide is done in float type for skime. More... over 17 years ago
Separate the '=' and 'equal?' primitive. More... over 17 years ago
Fix the bug of considering 42.0 and 42 as the same literal. More... over 17 years ago
Add __ne__ for symbol and pair. More... over 17 years ago
Added call/cc support. More... over 17 years ago
Added cond expression. More... over 17 years ago
Added eq? and eqv? primitive. More... over 17 years ago
Added do expression. More... over 17 years ago
Added many numerical primitives. More... over 17 years ago
Added several math primitives. More... over 17 years ago
Removed schemepy stuff from this repo. More... over 17 years ago
Added letrec and let* support. More... over 17 years ago
All test case in schemepy are passed. More... over 17 years ago
Map skime callable to schemepy Lambda object. More... over 17 years ago
map skime exceptions to schemepy. More... over 17 years ago
skime None should be mapped to schemepy []. More... over 17 years ago
Test case for schemepy passed: cons, list, dict More... over 17 years ago
Passed schemepy test case: string, symbol More... over 17 years ago
Added string->symbol, symbol->string primitives. More... over 17 years ago
Passed schemepy test of int, long, complex, float. More... over 17 years ago
Added let expression. More... over 17 years ago
Fixed some bugs of the macro system. More... over 17 years ago
Added support for define in macro. More... over 17 years ago
Added skime primitives written in Scheme. More... over 17 years ago
Added utility to avoid duplication in DynamicClosure creation. More... over 17 years ago
Fixed set! for SymbolClosure. More... over 17 years ago
DynamicClosure compiling and evaluating supported. More... over 17 years ago
Macro now return DynamicClosure for pattern variables. More... over 17 years ago
Use fix_lexical_depth to fix the lexical_parent of a macro. More... over 17 years ago