|
|
|
|
|
by gingerBill
118 days ago
|
|
Those syntax examples are literally just general examples, not the only way you have to write them. But to categorize the ones you wrote: * Clojure is qualifier-focused
* Prolog is name-focused
* Forth is qualifier-focused (`:` is the qualifier in this case) |
|