Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Robin/
- We have Arbitrary Exprs now, we just have to use them now... Chris Pressey 4 years ago
- Fix the QuickCheck tests. Chris Pressey 4 years ago
- Add some TODO notes. Chris Pressey 4 years ago
- Change semantics of `define`. Remove `define-if-absent`. Chris Pressey 4 years ago
- Merge pull request #4 from catseye/develop-0.6 Chris Pressey (commit: GitHub) 4 years ago
- One last small tweak to the README. Chris Pressey 4 years ago
- Small tweak to HISTORY. Chris Pressey 4 years ago
- This order of arguments to recover makes more sense to me. Chris Pressey 4 years ago
- Rename `catch` to `recover`. Chris Pressey 4 years ago
- Rename `raise` to `abort`. Chris Pressey 4 years ago
- Let's call them "Abort values" in the code, too. Chris Pressey 4 years ago
- Let's call them "abort values". Chris Pressey 4 years ago
- A few words about the situation, in the Rationale document. Chris Pressey 4 years ago
- Link to, and explain relationship to, fexprs and Kernel. Chris Pressey 4 years ago
- Re-introduce Language.Robin.Env module. Chris Pressey 4 years ago
- Explicit Prelude imports in most modules. Chris Pressey 4 years ago
- Finish renaming builtins. Chris Pressey 4 years ago
- Import Prelude qualified, begin to shorten builtin names. Chris Pressey 4 years ago
- Import Prelude qualified, use more brevity in names of intrinsics. Chris Pressey 4 years ago
- Use evalTwoNumbers for `divide` and `remainder`. Chris Pressey 4 years ago
- In the source, `cc` is the standard name for "continuation". Chris Pressey 4 years ago
- Note change in lookup semantics in HISTORY Chris Pressey 4 years ago
- Fix `eval` module formatting and error mode expectations. Chris Pressey 4 years ago
- An error from evaluating an assertion is treated as an error. Chris Pressey 4 years ago
- Fix terminology and typo in HISTORY Chris Pressey 4 years ago
- Move away from the terms `exception` and `raise`, in documentation. Chris Pressey 4 years ago
- Update spec to mention error values (and not mention exceptions). Chris Pressey 4 years ago
- Update definition of `fun`. Tests pass now. Chris Pressey 4 years ago
- Reformat tests and add another test to be sure. Chris Pressey 4 years ago
- Update the Robin definition of `bind-args`; most tests pass now. Chris Pressey 4 years ago