0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add toplevel .gitignore and README More... about 14 years ago
Move everything down a dir More... about 14 years ago
Scan out defines More... about 14 years ago
Implement delay & force (naively). More... about 14 years ago
COND with => More... about 14 years ago
COND with => More... about 14 years ago
Reader fix for ellipsis More... about 14 years ago
update TODO list More... about 14 years ago
small tests for do More... about 14 years ago
Added 'do'. Phew. More... about 14 years ago
Reader fix to accept comments in pairs as well More... about 14 years ago
Fix map and add for-each More... about 14 years ago
Allow (lambda . args) More... about 14 years ago
Add case More... about 14 years ago
Add vectors More... about 14 years ago
Added named let More... about 14 years ago
Add error primitive More... about 14 years ago
quasiquotation from norvig's jscheme More... about 14 years ago
Made the empty list self-evaluating. MIT Scheme does it, why shouldn't I. Makes some things easier. Peter Norvig's quasiquotation macro appears to work with my botched unhygienic macros. More... about 14 years ago
Totally lost it More... about 14 years ago
Macroexpansion stub More... about 14 years ago
Added letrec More... about 14 years ago
Add time-call and fix bug in C list More... about 14 years ago
Readability More... about 14 years ago
Maybe a varargs list(elems, ...) will make things slightly more readable? More... about 14 years ago
Add let* More... about 14 years ago
Update documentation a bit More... about 14 years ago
Add and/or special forms More... about 14 years ago
small bugfix More... about 14 years ago
There are no restricted keywords now. lambda, set! etc can be rebound. More... about 14 years ago