|
|
|
|
|
by effigies
5652 days ago
|
|
This is kind of neat. It seems like it'd be useful as a more easily debugged Haskell. I'd be more inclined to actually play with it, though, if it accepted a superset of Haskell, which allowed arbitrary IO tainting. So I might write: do
pure code
{- Scotch debug statements
...
-}
pure code
And then just dump it into the Scotch compiler/interpreter when I ran into issues.Of course, this would only work if you could guarantee semantic equivalence to the Haskell except in those debug bits. |
|