0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 2 years ago
Update README.md More... over 2 years ago
Update README.md More... almost 6 years ago
Update README.md More... almost 6 years ago
Update README.md More... almost 6 years ago
Update README.md More... over 6 years ago
Update README.md More... over 6 years ago
Update README.md More... over 6 years ago
Merge pull request #33 from omasanori/env More... about 8 years ago
Update README.md More... about 8 years ago
comment out unnecessary print statement. Known bug: (-> x -> y <- z) gets typed as a raw type parameter c More... over 9 years ago
Revert "trying to dispatch on polymorphic type. completely broken the code. needs a drastic refactoring" because the commit messed the system up. This commitis saved in 2015-10-22-snapshot branch. More... over 9 years ago
fix README More... over 10 years ago
Use /usr/bin/env. More... over 10 years ago
trying to dispatch on polymorphic type. completely broken the code. needs a drastic refactoring More... almost 11 years ago
introduce polymorphic synonyms e.g. (List (Pair a b)) can be aliased to (Map a b) More... about 11 years ago
Merge pull request #32 from ympbyc/generic-fn More... over 11 years ago
Merge pull request #31 from ympbyc/unix More... over 11 years ago
modify Carrot.scm to fit new directory structure. tests pass More... over 11 years ago
Gives each part of Carrot a shell interface so that it can run independently of other parts. e.g: cat foo.carrot | carrot-read | carrot-type | carrot-compile to-carrot-vm | carrot-vm cat foo.carrot | carrot-read | carrot-type | carrot-compile to-js > main.js More... over 11 years ago
passes srfi-1 test More... over 11 years ago
static selection of multimethods More... over 11 years ago
reader returns additional hashtable binding generic name to actual names More... over 11 years ago
fix indentation More... over 11 years ago
Make the REPL more user friendly More... over 11 years ago
add example More... over 11 years ago
srfi-1 functions now take lists as their last arguments More... over 11 years ago
don't destructively break :checked flag More... over 11 years ago
test cases in srfi-1.scm now look at types as well as values of expressions. typecheck expressions inside lambdas. fold -> foldl, fold-right -> foldr, alist-cons -> acons. More... over 11 years ago
2-tuple -> pair, Tuple -> Pair. format result as string. fix typo. More... over 11 years ago