C0deH4cker
C0deH4cker
Just pushed the first commit for Fission 2, d019e2265e006f74de80cd9e6e39d0950fd2349a. This commit contains among other things the `I` command to invert the sign of an atom's energy as well as a...
I propose using `i` to read an integer from stdin, and `o` to write an integer to stdout. Will use `strtoll()` so that multiple formats are supported, such as `42`,...
Reviving this. A few ideas to resolve the issue of race conditions and synchronization: * `m` (mutex): A recursive mutex locked as soon as an atom hits this component. To...
I already have ``` implemented for something else coming in the next version of Fission, but for now, I've temporarily added the following debug components (very likely to change before...
I can definitely implement both of those changes. Btw you likely won't have to debug race conditions as much since I am adding a delay component `,`. > On Jun...
Go ahead and suggest them now!
I think I've decided on how to implement debugging in Fission 2 (for now at least). I'd like to save actual characters for components that have uses besides debugging, so...
Thanks for spotting this! This will be fixed in a major sweeping change making SGE more "C++ish" overall (probably will be pushed in the next day or two). On May...
Apparently I closed this once I fixed it locally even though it never got pushed. Reopening as a reminder to finish my changes and push them.