This is a blog about Rebol, it's a fantastic free programming language, it permits easily to create complete software with few lines of code. It's cross-platform, so if you write it on Windows, it will work on Linux and Mac, and vice-versa. You can produce also wonderful GUI with just 3 lines of code!
Monday, 18 July 2011
One line: the quine
Updatable version of the quine: do a: {view layout[x: field 500 rejoin["REBOL[] do a: {" a "}"] button "Update" [do x/text]]}
No comments:
Post a Comment