History of
doc
@master
git clone https://git.catseye.tc/Robin/
- First delvings into putting metadata on values. Cat's Eye Technologies 12 years ago
- Some of my precipitating thoughts on static analysis in Robin. catseye 12 years ago
- For now, use `!` to indicate functions with possible side-effects. catseye 12 years ago
- Move the n-ary macro convention discuss to Style document. catseye 12 years ago
- Finish documenting the `list` module. catseye 12 years ago
- `elem?` is a predicate and as such should have a question mark. Cat's Eye Technologies 12 years ago
- Add `term` module, and put `subst` functions in it. Cat's Eye Technologies 12 years ago
- Add `subst` and `subst-env`. Cat's Eye Technologies 12 years ago
- A little more documentation of `list`. Cat's Eye Technologies 12 years ago
- More documentation and tests for the `list` module. Cat's Eye Technologies 12 years ago
- Test for re-export of `raise` in `exception`. Cat's Eye Technologies 12 years ago
- Remove `bindings-for` -- let's not engage in such bad habits. catseye 12 years ago
- Redesign `spawn` to not need a macro, and to bind pid to identifier. catseye 12 years ago
- More tests for string literals. catseye 12 years ago
- Add sugared syntax for string literals. Cat's Eye Technologies 12 years ago
- Allow comments to appear before a closing parenthesis. Cat's Eye Technologies 12 years ago
- Beginnings of support for comments. Cat's Eye Technologies 12 years ago
- Start implementing tracing. Find and fix bug in test; all pass. Cat's Eye Technologies 12 years ago
- Inch closer to `respond` being something we can use. catseye 12 years ago
- Make `small` tests run against the non-built-in `small`, too. catseye 12 years ago
- Note problems with `respond`. Cat's Eye Technologies 12 years ago
- Mostly implement `respond`; one failing test. Cat's Eye Technologies 12 years ago
- Handle circular module import attempts as errors. Cat's Eye Technologies 12 years ago
- More tests against `list` module. Cat's Eye Technologies 12 years ago
- More available assertions in `assert`. Cat's Eye Technologies 12 years ago
- Add beginnings of the `assert` module. Cat's Eye Technologies 12 years ago
- Add `flatten` to the `list` module. Cat's Eye Technologies 12 years ago
- Implement `prefix?` in `list` module. Cat's Eye Technologies 12 years ago
- Add `last` to `list` module. Cat's Eye Technologies 12 years ago
- Rename `first` to `find`, and add `first` and `rest` to `list`. Cat's Eye Technologies 12 years ago