You are browsing as a guest. Sign up (or log in) to start making projects!

2h 38m 25s logged

Devlog 5 - If, Not If, e.t.c

Today I added if, elif, and else to Hexus, which allowed me to run the first calculator written in Hexus!!!
The most frustrating part was figuring out how to make elif blocks execute correctly, and then making sure that else would execute after them if none of the elif conditions were true. After two hours, I finally managed to get it working.
My future plans include changing send so that instead of only accepting plain strings, you will be able to write something like “Hello {name}” — similar to Python’s f-strings, but built directly into the language without needing to add an f before the string.
Next, I want to create an online playground along with a quick list of commands, so anyone can try out Hexus.
After that, I plan to introduce official version numbering. Not something like 1.0 yet, but more like beta_0.1 until I’m satisfied with the result.
Make programming easier again!!!

0
2

Comments 0

No comments yet. Be the first!