|
|
|
|
|
by lou1306
1878 days ago
|
|
Many language features followed that route, yes.
Languages themselves are typically first introduced, and then (maybe) formalized. Meanwhile, some other "patterns" or features, like higher-order functions or recursion, were originally introduced in the context of theoretical CS (e.g. they can be described in the lambda calculus), and it took some effort to implement them in practice. |
|