Heyo! I've been working on a design for a programming language, called Component. I'm not sure what I'm going to write it on, probably C++ because that's the only language I'm learning that's not for databases and web development XD. Each token is on a new line, if I were writing a Hello World Python Script, the print token would be the first one, then the second one would be "Hello World!". This is a sample Component Program. 0000: out: "Hello World!" end end Yeah, it's complicated, but once you learn it, it's not that hard, just a bit annoying, that's all XD, the first line defines the function 0000. It's like the main() function in C++. Then the next line tells us that we are going to be printing something, then we got our string, "Hello World!" and we got two "end" lines. These basically close our "out" and "0000" lines. Yeah, that's pretty much it, pretty simple code. It depends when it comes out. Maybe around May or a bit less, maybe even April if I get lucky. Or next month, March o.o
C++, because that's what I'm learning right now and I want to thank the creators of C++ for making this awesome language. (And Scratch, too!)