Arc Forumnew | comments | leaders | submitlogin
1 point by andreyf 5440 days ago | link | parent

Hm, you seem to use the . notation as Python uses decorators, but chaining multiple decorators has a very different effect. In python, I'd expect foo.bar.3 to be (foo (bar (3))). In Arc, it seems to do (foo bar 3).


1 point by CatDancer 5440 days ago | link

This will be fixed in the next release of Arc (http://arclanguage.org/item?id=9163)

-----