Replies: 1 comment 1 reply
-
prime_sieve.fj is in the main branch, and was added after release 1.2.0 (the latest pip install). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently building a 24-bit SUBLEQ machine in discrete TTL logic but this architecture also intrigues me a bit and I wanted to see how much more inefficient it is compared to the already bad subleq. (It feels like if should be really bad considering it dosen't have any conditional jump as subleq, but maybe that doesn't affect it that much?)
But when tried the sieve demo it seems to run out of memory on my machine. Python is not one of the languages I code in so I really don't want to go down that rabbit hole and try to figure out what the error message really means and how to fix it.
Is there anything I can do easily?
Beta Was this translation helpful? Give feedback.
All reactions