|
|
|
|
|
by carapace
1340 days ago
|
|
> How many applications that you use on a daily basis work as follows... Most of them, but then I use the CLI a lot. E.g.: find <params> | grep <params> | xargs foo <params>
Where "foo" is (of course) a kind of meta-parameter, both a parameter itself and a function/application.- - - - How do you mean, ALGOL isn't a general purpose language? |
|
2. But yes, programs that act like functions definitely do exist. They even used to be in the majority.
3. ALGOL stands for ALGOrithmic Language. It's a DSL for the domain of algorithms. As are virtually all our mainstream so-called "general purpose" languages.