|
|
|
|
|
by ncx
3743 days ago
|
|
Red/Rebol is basically LISP without parentheses (highly dynamic and homoiconic). Syntax is weird but easy to grasp. Red/Rebol is basically a All-in-One Package as a tiny executable contains a lots of useful functions for which you would require the use of big, heavy libraries in C/C++. Red/Rebol allows for very clean (subjective term!), short and concise code, which allows for easy long term maintenance and also leads to more work done in less amount of time. The syntax is a big deviation than the imperative C-Style languages people are used to. But if you ask me, then well, it is for the good. |
|