top | item 37520141

(no title)

olav | 2 years ago

I wonder if there is some programming language that supports combining both styles:

- A linear control flow - Named Blocks with explicit, named, typed parameters and return values

I understand that one can use anonymous functions, immediately called to simulate this style.

discuss

order

pushfoo|2 years ago

If I understood you correctly, the ML family seems to come closest, especially Elm and F#'s use of |> syntax.