Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12 Zeilen
428B

  1. Branching
  2. Branching in Collapse OS is limited to 8-bit. This represents
  3. 64 word references forward or backward. While this might seem
  4. a bit tight at first, having this limit saves us a non-
  5. negligible amount of resource usage.
  6. The reasoning behind this intentional limit is that huge
  7. branches are generally a indicator that a logic ought to be
  8. simplified. So here's one more constraint for you to help you
  9. towards simplicity.