Hacker News new | ask | show | jobs
by throwaway_pdp09 2079 days ago
Not criticising, asking.

> Local variable access using :? / No commas between parameters? / Operators using function call syntax?

Well, yes, yes and yes.

1 comments

Didn't mean to imply, my bad.

Commas and function-call operators is actually pretty common in Lisp-likes, though they usually still use the symbol instead of some shorthand or initialism, and the opening parens comes before the function name:

    (= (> 4 1) true)
I'm not a fan of Copper's local variable syntax though, as the uncle comment by tom_mellior articulated, looks too much like association.