Arc Forumnew | comments | leaders | submitlogin
bracket expressions and compositions
3 points by rev_healey 6077 days ago | 1 comment
it seems as though bracket expressions should be usable in function compositions. Here is an example:

arc> (odd:[/ _ 2] 100) Error: "car: expects argument of type <pair>; given ()"



2 points by larme 6077 days ago | link

http://arclanguage.org/item?id=243

At this stage you can only use compose to do this kind of compositions

-----