Create a new language ?

Alain De Vos devosalain at ymail.com
Tue Nov 7 07:15:44 UTC 2023


simple example :

In invented programming language you write :

x |> y |> z

Translates towards dlang :

functional_pipeline_from_left_to_right(x,y,z)

I.e. pipe! in std.functional.




More information about the Digitalmars-d mailing list