Robin Documentation
For normative definitions of the symbols in the standard library, see the definition files in the stdlib directory.
History of
doc
@master
git clone https://git.catseye.tc/Robin/
- Test `and` and `or` for short-circuitingness. catseye 14 years ago
- Add `take-while` and `drop-while` to `list`. catseye 14 years ago
- Allow tests to be written that contain modules. catseye 14 years ago
- Crude docs and tests for `random`. Cat's Eye Technologies 14 years ago
- 300 tests, and improve the documentation a little. Cat's Eye Technologies 14 years ago
- Make `call` bind an identifier, like `recv`; also, assertions. Cat's Eye Technologies 14 years ago
- Re-send messages in right order; get `crude-input` tests working. Cat's Eye Technologies 14 years ago
- Tests for input, but they're flaky. Cat's Eye Technologies 14 years ago
- Have `crude-output` use `call`; get some tests working. Cat's Eye Technologies 14 years ago
- First cut at `call`. Cat's Eye Technologies 14 years ago
- Document and write tests (not yet working) for `crude-io`. Cat's Eye Technologies 14 years ago
- Make `and` and `or` take any number of arguments. Cat's Eye Technologies 14 years ago
- Add `unshadow` to the `env` module. Cat's Eye Technologies 14 years ago
- Uncaught exceptions in subprocesses send message to parent. Cat's Eye Technologies 14 years ago
- Add `bindings-for` to `env` module. Cat's Eye Technologies 14 years ago
- Document `env` and (partially) `list` modules. Cat's Eye Technologies 14 years ago
- Add relational operators to `arith` module. Cat's Eye Technologies 14 years ago
- Fix `div`, add `rem` and `integer?` to `arith`. Cat's Eye Technologies 14 years ago
- `trunc` -> `floor`, and add start of `arith` module. Cat's Eye Technologies 14 years ago
- Nascent style guidelines. Cat's Eye Technologies 14 years ago
- Add a `boolean` module. Cat's Eye Technologies 14 years ago
- Implement `trunc` and `sign` in `core`. Cat's Eye Technologies 14 years ago
- More tests for concurrency functions. Cat's Eye Technologies 14 years ago
- Re-export env, bind, and let from env module. catseye 14 years ago
- First cut at crude-io module. catseye 14 years ago
- Implement and test `env?` and `export`. catseye 14 years ago
- Remove tests that just repeat code in the supplied modules. catseye 14 years ago
- Add `length` and `index` to list module. catseye 14 years ago
- Implement, and write tests for, division. catseye 14 years ago
- Implement, and write tests for, subtraction. catseye 14 years ago