|
|
|
|
|
by maweki
2313 days ago
|
|
I dabbled a bit in dogelang and the "great" thing is that it almost is Haskell but not. You can deconstruct tuples which looks like pattern matching but it isn't. You can use generator lazyness which looks like lazy and non-strict evaluation but the generator has an internal state. It's amazing if you really try to write something haskell-like where it actually breaks. |
|