Commit History
@master
git clone https://git.catseye.tc/Robin/
-
Document and write tests (not yet working) for `crude-io`.
Cat's Eye Technologies
13 years ago
-
Make `and` and `or` take any number of arguments.
Cat's Eye Technologies
13 years ago
-
Add `unshadow` to the `env` module.
Cat's Eye Technologies
13 years ago
-
Uncaught exceptions in subprocesses send message to parent.
Cat's Eye Technologies
13 years ago
-
Add `bindings-for` to `env` module.
Cat's Eye Technologies
13 years ago
-
Document `env` and (partially) `list` modules.
Cat's Eye Technologies
13 years ago
-
Add relational operators to `arith` module.
Cat's Eye Technologies
13 years ago
-
Fix `div`, add `rem` and `integer?` to `arith`.
Cat's Eye Technologies
13 years ago
-
`trunc` -> `floor`, and add start of `arith` module.
Cat's Eye Technologies
13 years ago
-
Nascent style guidelines.
Cat's Eye Technologies
13 years ago
-
Add (crude and built-in for now) `random` module.
Cat's Eye Technologies
13 years ago
-
Add a `boolean` module.
Cat's Eye Technologies
13 years ago
-
Implement `trunc` and `sign` in `core`.
Cat's Eye Technologies
13 years ago
-
More tests for concurrency functions.
Cat's Eye Technologies
13 years ago
-
Add input to `crude-io`, `-n` to command line, more TODO items.
Cat's Eye Technologies
13 years ago
-
Re-export env, bind, and let from env module.
catseye
13 years ago
-
Add more notes to the TODO section of the README.
catseye
13 years ago
-
Update TODO items in README.
catseye
13 years ago
-
Refactor spawning, and use it to simplify CrudeIO.
catseye
13 years ago
-
First cut at crude-io module.
catseye
13 years ago
-
Implement and test `env?` and `export`.
catseye
13 years ago
-
Remove tests that just repeat code in the supplied modules.
catseye
13 years ago
-
Add `length` and `index` to list module.
catseye
13 years ago
-
Implement, and write tests for, division.
catseye
13 years ago
-
Implement, and write tests for, subtraction.
catseye
13 years ago
-
Prepare for numeric operations.
Cat's Eye Technologies
13 years ago
-
Rewrite `env` functions to use `filter`.
Cat's Eye Technologies
13 years ago
-
Add command-line switch for turning off built-in modules.
Cat's Eye Technologies
13 years ago
-
Finish implementing built-in `small` module.
Cat's Eye Technologies
13 years ago
-
Convert `fun` to CPS, put in `small`.
Cat's Eye Technologies
13 years ago