Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@TheMadPirate@detroitriotcity.com @dsm@clew.lol @p@fsebugoutzone.org maybe I'm brain damaged, but both polish notation, a la lisp, and reverse polish notation, forth, feel more natural to me than the C-like functions, and lord god help the OOP style of I'm going to put the first argument before a period, then the rest of the args in parens after (arg1.myfunc(arg2, arg3)), which is the most mind boggling convoluted solution to the problem of "I want to group some functions by the data types they act upon".