Repl.it
Notes on specific issues using replit.com.
You will need the the text Learn You a Haskell For Great Good.
We will replit.com for programming.
See the notes for details about using ReplIt.
Cool extras: CodeWorld adds animation
abilities like DrRacket’s big-bang
to something like
Haskell. There is also a “real Haskell
CodeWorld”, but there’s more to figure
out and the guide is more bare-bones.
Demo.
Mini-example:
main = drawingOf mynum
mynum = text(pack(show(five_doubled)))
Notes on specific issues using replit.com.