post-scarcity/lisp
Simon Brooke b720211b7b Made the string returned by c_type null-character terminated. Fixes #6.
This is probably the wrong fix; probably I should have fixed read_string
so that it did not create null-character terminated strings, but it will
do for now. Probably will revisit.
2026-02-26 21:14:39 +00:00
..
defun.lisp Careful debugging of the memory leak problem. At this stage, 2026-02-20 19:39:19 +00:00
documentation.lisp Fixed runaway recursion in cond. However, let is still segfaulting, and member 2026-02-25 11:17:40 +00:00
expt.lisp Still broken, but I believe we're moving in the right direction. 2019-01-24 10:12:08 +00:00
fact.lisp Careful debugging of the memory leak problem. At this stage, 2026-02-20 19:39:19 +00:00
greaterp.lisp Fixed subtraction regression; added new subtraction unit test. 2026-02-24 09:08:41 +00:00
member.lisp Fixed runaway recursion in cond. However, let is still segfaulting, and member 2026-02-25 11:17:40 +00:00
not-working-yet.lisp Not really making progress. 2018-12-30 19:07:07 +00:00
nth.lisp Added logical operators and, not and or. Closes #3 2026-02-24 01:45:51 +00:00
scratchpad.lisp Made the string returned by c_type null-character terminated. Fixes #6. 2026-02-26 21:14:39 +00:00
scratchpad2.lisp OK, my idea that long multiplication is like long addition is wrong. 2019-01-20 23:34:46 +00:00
slurp.lisp Work on reducing allocation leaks in read_number(). This is now improved, but not yet satisfactory. 2026-02-04 22:57:10 +00:00
types.lisp Added logical operators and, not and or. Closes #3 2026-02-24 01:45:51 +00:00