ECL (data-centric programming language): Difference between revisions

Content deleted Content added
Line 27:
=== Hello world ===
ECL is to have succinct solutions to problems and sensible defaults. The "Hello World" program is characteristically short:
'WelcomeHello World'
Perhaps a more flavorful example would take a list of strings, sort them into order, and then return that as a result instead.