9 Commits

Author SHA1 Message Date
Lee Spector
995ed3b47d Update project.clj for clojars deployment 2021-07-21 23:32:36 -04:00
Shuzo Katayama
abec0ddf12 twitter 2021-07-13 15:59:36 -04:00
Shuzo Katayama
2cead8b88d added middle character 2021-07-13 15:40:18 -04:00
Shuzo Katayama
82f41520a1 some PSB2 problems added 2021-07-12 17:26:19 -04:00
Tom Helmuth
e6a0b05e8e Added example for how to use datasets for PSB2. 2021-06-19 22:55:17 -04:00
Nic McPhee
d1e863a23a Start test.check tests on vector instructions
This is a start on using `test.check` to write tests for the vector instructions. We currently have tests for:

   * `vector/_emptyvector`
   * `vector/_indexof`
   * `vector/_subvec`

There are _lots_ of other functions still to be tested.

This did reveal errors in `vector/_subvec`, which will be addressed in the next commit.

We used macros to make it easy to generate tests for each of the four vector types; this should be extensible to additional vector types in the future if needed.
2020-12-17 15:56:27 -06:00
mcgirjau
7184cd6644 Finish polymorphic and vector instructions 2020-06-29 19:19:55 -04:00
Lee Spector
7d2fdbb723 Add :main in project.clj and fix namespace reference in core 2020-06-07 15:55:05 -04:00
Lee Spector
62dc09ec32 Create empty project 2020-06-07 11:13:33 -04:00