Marbles #214
Replies: 2 comments 2 replies
-
Hi, first of all nice idea! About your points:
I'm happy that you find flipjump usefull in your project :) |
Beta Was this translation helpful? Give feedback.
-
Oh right I didn't check the cpp implementation, I just had a look at the python one which seems to allow it.
It is definitely doable, it's just that it's more logic to pack in an already tight space. Since jumping to this address is usually done to check the input bit, I thought I could simply ignore the toggle operation and get away with it ^^ So far the flip jump programs I tried still work as expected but I'll try to fix that in the future. Thanks for your feedback :) |
Beta Was this translation helpful? Give feedback.
-
Hi 👋
I made an esoteric programming language based on marble circuitry called marbles and FlipJump has been a huge help in demonstrating that the language is Turing-complete so thank you for that :)
I wrote a bunch of information about that over there.
There are two things that are specific to the FlipJump computers I'm generating with the flipjump-to-marbles.py script:
0
and1
to the output bit stream (bit 0 and 1 in the 3rd word) always return0
when read.Would those points break existing flip jump programs or are they reasonable to take for granted?
Beta Was this translation helpful? Give feedback.
All reactions