Well, that was easy! Stack limit now working.

This commit is contained in:
Simon Brooke 2026-03-14 16:58:55 +00:00
parent d1ce893633
commit 7f34601523
4 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,16 @@
# State of Play
## 20260314
When I put a debugger on it, the stack limit bug proved shallow.
I'm tempted to further exercise my debugging skills by having another go at
the bignum arithmetic problems.
However, I've been rethinking the roadmap of the project, and written a long
[blog post about it](https://www.journeyman.cc/blog/posts-output/2026-03-13-The-worlds-slowest-ever-rapid-prototype/).
This isn't a finalised decision yet, but it is something I'm thinking about.
## 20260311
I've still been having trouble with runaway recursion — in `member`, but