Changes between Version 5 and Version 6 of Language/VersusHaskell
- Timestamp:
- 06/17/10 02:26:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/VersusHaskell
v5 v6 3 3 = Disciple vs Haskell = 4 4 5 These are some syntactic differences between Disciple and Haskell that tend to trip up Haskell programmers.5 These are some of the syntactic differences that tend to trip up Haskell programmers when they first start with Disciple. 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:
