openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
ada-scheme
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
16 days
ago. based on code collected
16 days
ago.
Jan 28, 2024 — Jan 28, 2025
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding support for eval and all the environment creation procedures
Nick Fitzgerald
More...
almost 15 years ago
Making helper function to abstract all that repetition away
Nick Fitzgerald
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
Nick Fitzgerald
More...
almost 15 years ago
Making the variable lookup error messages better
Nick Fitzgerald
More...
almost 15 years ago
Adding 'apply' to the list of things working in this scheme (although it is slightly hackish)
Nick Fitzgerald
More...
almost 15 years ago
Making 'and' and 'or' expressions return the values passed rather than always either #t or #f
Nick Fitzgerald
More...
almost 15 years ago
Adding or expressions
Nick Fitzgerald
More...
almost 15 years ago
Adding and expressions
Nick Fitzgerald
More...
almost 15 years ago
Adding let expressions
Nick Fitzgerald
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...
Nick Fitzgerald
More...
almost 15 years ago
Adding begins and refactoring lambda to use the implicit begin directly rather than have its own implementation
Nick Fitzgerald
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.
Nick Fitzgerald
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
Nick Fitzgerald
More...
about 15 years ago
fixing bug where I accidentally broke normal var definitions
Nick Fitzgerald
More...
about 15 years ago
Adding try at lambda
Nick Fitzerald
More...
about 15 years ago
adding lambda and λ symbols
Nick Fitzerald
More...
about 15 years ago
adding string->symbol procedure
Nick Fitzerald
More...
about 15 years ago
adding symbol->string procedure
Nick Fitzerald
More...
about 15 years ago
adding string->number procedure
Nick Fitzerald
More...
about 15 years ago
adding number->string procedure
Nick Fitzerald
More...
about 15 years ago
adding integer->char procedure
Nick Fitzerald
More...
about 15 years ago
adding char->integer procedure
Nick Fitzerald
More...
about 15 years ago
adding eq? procedure
Nick Fitzerald
More...
about 15 years ago
Adding list procedure
Nick Fitzerald
More...
about 15 years ago
adding set-car and set-cdr procedures
Nick Fitzerald
More...
about 15 years ago
adding > procedure
Nick Fitzerald
More...
about 15 years ago
adding < procedure
Nick Fitzerald
More...
about 15 years ago
Adding = procedure
Nick Fitzerald
More...
about 15 years ago
Adding remainder procedure
Nick Fitzerald
More...
about 15 years ago
Adding quotient procedure
Nick Fitzerald
More...
about 15 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree