tokiwa-software / fuzion-idioms

Idioms from https://www.programming-idioms.org implemented in the Fuzion language.
Other
3 stars 3 forks source link

idioms: replaced `infix |` by `infix !` #113

Closed fridis closed 9 months ago

fridis commented 9 months ago

Added use of partial application and simplified tuple access t.0/t.1 at some places.

Made use of Sequence.as_string cutting off infinite sequence.

Extended idiom #196 to match specification better

Added use of reverse for idiom 256.

Fixed line numbers in expected err output.