top | item 40437740

(no title)

rileyphone | 1 year ago

Unary operators are still operators. The integer parsing rules are probably different. In Lisp, -x would be a symbol, and the proper analog to -123 would be (- x) eg.

discuss

order

munificent|1 year ago

I think we're in agreement. `-` and `.` are both operators and the language and user have to understand the relative precedence of them.