4 ms·
Swift is not similar to Haskell and Miranda. It's an imperative refcounted manually managed language with strict evaluation, while Haskell and Miranda are GCed
by LessDmesg 7y ago
Swift is not similar to Haskell and Miranda. It's an imperative refcounted manually managed language with strict evaluation, while Haskell and Miranda are GCed languages with lazy evaluation and immutability. It's hard to find languages more different, really.
- mark_l_watson 7y agoYou are right of course about the non-lazy part and like Scala, it is easy enough to use mutable data, although not good style.