|
|
|
|
|
by tom_mellior
2082 days ago
|
|
I wonder what "loose syntax" is supposed to mean here. No semicolons at the ends of lines? OK. Optional commas between function arguments? Hum. But at the same time this seems to require colons after... what exactly? Variable read accesses in argument lists? Unintuitive and not exactly "loose". |
|
not 100% sure but it kind of looks like copper's Whole Dealâ„¢ are "object-functions" (closures?) and you use colons to get an object function's return value. something like this
(i looked at the docs for like 10 minutes, could be wrong)