Who?
Runtime was created by me, Wisdurm. Some Finnish guy who had a lot of time and not a lot to do. I don't actually have much to write here, I just need something to fill all the empty space :D
What?
Runtime is a questionably-evaluated, classless yet purely-object-oriented, interpreted programming language. What this means, is that everything is an object, sort of . You cannot create an int by itself, you must create an object, that contains an int. Even so, you can still reference the pure int, which is why I'm a bit hesitant to call this truly purely-object-oriented. But in the end it's really just semantics.
I would like to say that this is just an oversimplification, and that the documentation contains a more comprehensive, true explanation, but honestly this language isn't really that complex, and the previous description does do a good job of explaining it.
Why?
As previously mentioned, I had a lot of freetime when I started working on this. Since then, I've been busy with other stuff, such as lying in bed and doing nothing, so the progress on this language has been inconsistent. The main reasons I started working on this language were to do it just for fun, and also to serve as a learning experience, both in general, as well C++ specifically, which I hadn't really used much at the time.
About Runtime
Who?
What?
Why?
Documentation
Installation
Getting started
Reference
Download
Binaries
Source
Contact
Github
Other socials
This page is licensed under the CC0-1.0 license. You are free to use the source code of this site however you want, even without any attribution. The source code is available at my Github