0
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding support for eval and all the environment creation procedures More... almost 15 years ago
Making helper function to abstract all that repetition away More... almost 15 years ago
Fixing bug with setting variables and lexical scope that is essentially the same problem I was having with lambdas before More... almost 15 years ago
Making the variable lookup error messages better More... almost 15 years ago
Adding 'apply' to the list of things working in this scheme (although it is slightly hackish) More... almost 15 years ago
Making 'and' and 'or' expressions return the values passed rather than always either #t or #f More... almost 15 years ago
Adding or expressions More... almost 15 years ago
Adding and expressions More... almost 15 years ago
Adding let expressions More... almost 15 years ago
Finishing up cond. Sloppy checkin because I accidentally did -a on the last commit and pushed to the repo, so I can't rewrite history now... More... almost 15 years ago
Adding begins and refactoring lambda to use the implicit begin directly rather than have its own implementation More... almost 15 years ago
Found the annoying bug in variable lookups that was destroying my life. LAMBDA THE ULTIMATE is complete. Finally. I feel so good. My first lambda. More... almost 15 years ago
adding a shortcut to inspecting the env at run time and fixing issue with defining functions with define rather than using lambda directly More... about 15 years ago
fixing bug where I accidentally broke normal var definitions More... about 15 years ago
Adding try at lambda More... about 15 years ago
adding lambda and λ symbols More... about 15 years ago
adding string->symbol procedure More... about 15 years ago
adding symbol->string procedure More... about 15 years ago
adding string->number procedure More... about 15 years ago
adding number->string procedure More... about 15 years ago
adding integer->char procedure More... about 15 years ago
adding char->integer procedure More... about 15 years ago
adding eq? procedure More... about 15 years ago
Adding list procedure More... about 15 years ago
adding set-car and set-cdr procedures More... about 15 years ago
adding > procedure More... about 15 years ago
adding < procedure More... about 15 years ago
Adding = procedure More... about 15 years ago
Adding remainder procedure More... about 15 years ago
Adding quotient procedure More... about 15 years ago