Changes between Version 2 and Version 3 of Tutorial
- Timestamp:
- 04/22/10 03:46:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial
v2 v3 36 36 || sed "s:foo:[\\&, \\&]:" || foreach substring "foo" then id; echo ", "; id end || 37 37 38 == Using the Framework from Haskell == 38 == Using the framework from Haskell == 39 40 The shell interface is basically only syntax on top of the underlying EDSL (embedded domain-specific language) in Haskell. If you require anything more than stringing together of existing components using existing combinators, you'll need to write Haskell code. 41
