post-scarcity/lisp
Simon Brooke 3fd322af6f Major progress, multiply now almost works
There's a premature free() somewhere, and I'm not sure why.

Print depends on divide, which is easy, but also on mod and floor (of rationals) which isn't.
2019-01-21 16:14:25 +00:00
..
defun.lisp Upversioned, README updated 2018-12-28 22:36:26 +00:00
expt.lisp Major progress, multiply now almost works 2019-01-21 16:14:25 +00:00
fact.lisp Increased maximum memory allocation 2019-01-04 11:24:05 +00:00
not-working-yet.lisp Not really making progress. 2018-12-30 19:07:07 +00:00
scratchpad.lisp OK, my idea that long multiplication is like long addition is wrong. 2019-01-20 23:34:46 +00:00
scratchpad2.lisp OK, my idea that long multiplication is like long addition is wrong. 2019-01-20 23:34:46 +00:00
types.lisp Not really making progress. 2018-12-30 19:07:07 +00:00