Skip to main content

Timeline for Implement a Truth-Machine

Current License: CC BY-SA 4.0

9 events
when toggle format what by license comment
Nov 6, 2021 at 7:32 comment added Ruan @MannyQueen It's not supposed to do that D: Now the question is: if I fix the interpreter, can I still use your solution? I'm not entirely sure...
Nov 1, 2021 at 9:43 comment added Jo King 8 bytes by terminating with an error (lol) q@#@2$]]
Oct 30, 2021 at 7:30 history edited Ruan CC BY-SA 4.0
Added TIO link
Oct 27, 2021 at 13:11 comment added Aaroneous Miller lol, I love it!
Oct 27, 2021 at 13:10 comment added Ruan @AaroneousMiller The endless loop thing is intentional, just another edgecase you have to constantly keep track of, or else your program breaks... I'll check out pythonanywhere, thx!
Oct 27, 2021 at 13:08 history edited Ruan CC BY-SA 4.0
added 182 characters in body
Oct 26, 2021 at 15:28 comment added Aaroneous Miller Also, this is a really neat looking language! Just so you know, you could check out pythonanywhere.com to host your Python interpreter online. I use it for my languages, and it's also used for Vyxal and Rattle.
Oct 26, 2021 at 15:24 comment added Aaroneous Miller 10 bytes: q@#@8*1-[. It could be 8 bytes with q@#@5*[., but hitting [ or ] with a 0 goes into an endless loop, since it doesn't move the pointer. Not sure if that is intentional or not.
Oct 23, 2021 at 7:37 history answered Ruan CC BY-SA 4.0