|
|
|
|
|
by notmarkus
2988 days ago
|
|
It's ...odd... but I've always liked the simple elegance of (Meditech's) MAGIC languages. Strict left-to-right, even in assignment and in math. Instead of "A gets 1" (A = 1), it's "1 goes to A" (1^A). > 1^A
1
> A+A^A
2
> IF{A+A*A^B B}
8
|
|