reamyf

really elementary and minimal yet fun

what is it?

a programming language and coding environment that is fun to use for graphical experiments, but is probably impractical to use for much else. currently a major work in progress and things are subject to heavily change.

how does it work?

every line details a single instruction. the first word of a line is the instruction name. the remaining words are arguments for that instruction. checkout the documentation for details on the existing instructions.

why?

in the beginning, part of me was curious if i could make my own language and environment for making non-trivial graphical experiments. another part of me thought it could be a fun way to introduce beginners to programming. now i am just goofing around adding and features i think are interesting. it has been really fun making this.

current features:

upcoming features:

code editor documentation github