sci

https://github.com/babashka/SCI - also see #babashka and #nbb
borkdude 2020-07-03T07:32:54.170Z

@lee Fixed

borkdude 2020-07-03T07:33:25.170200Z

Shipped as 0.1.1-alpha.3

lread 2020-07-03T16:06:46.172300Z

Thanks @borkdude, am now able to use defspec from sci, at least when running from jvm! Will test with native-image and get back with results later.

borkdude 2020-07-03T16:07:07.172500Z

😄

2
lread 2020-07-03T23:36:16.175600Z

After overcoming some of my own numbskullness :face_with_rolling_eyes:, output from some sci interpreted rewrite-cljc tests (which include a test.check test) over a natively compiled rewrite-cljc!

Testing rewrite-cljc.custom-zipper.core-test
{:result true, :num-tests 100, :seed 1593819013788, :time-elapsed-ms 144}

lread 2020-07-03T23:38:38.177200Z

Nothing tricky yet in bringing in portions of test.check that I need into sci 0.1.1-alpha.3.