All Questions
Tagged with functional-programming shell
1 question
4
votes
2
answers
2k
views
Functional programming: Writing a small interpreter
I'm working on a small Unix shell, and am contemplating the idea of writing a script interpreter. While reading about the subject I inevitably hear of functional programming, lambda calculus, and find ...