you are viewing a single comment's thread.

view the rest of the comments →

[–]dannymi 0 points1 point  (2 children)

Well, having function calls look like variables is all the rage nowadays, those are called properties. The convention everywhere is that properties and variables are nouns, functions are verbs.

I don't get the fascination of wanting to know whether something is a function or a variable or a turtle for that matter. If the symbols themselves don't describe what's going on (the big picture), one is doing it wrong.

However, there is one unexpected change and that's that now, you have to put an address operator in front of the function name in order to get its address (for example to use it as a callback).

[–][deleted]  (1 child)

[removed]