Changes between Version 4 and Version 5 of Language/VersusHaskell
- Timestamp:
- 06/17/10 02:25:23 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/VersusHaskell
v4 v5 3 3 = Disciple vs Haskell = 4 4 5 These are some commonsyntactic differences between Disciple and Haskell that tend to trip up Haskell programmers.5 These are some syntactic differences between Disciple and Haskell that tend to trip up Haskell programmers. 6 6 7 7 * Disciple uses strict / call-by-value as the default evaluation order. This implies that bindings in let and where expressions must be written in dependency order. For example, you can write:
