Haskell Graphics Library that works in GHCi on MacOS X
EDIT: Actually, I’m no longer sure. Several versions later, it seems that GLFW no longer works in GHCi on OS X. It turns out that GLFW+OpenGL fulfills all four requirements! You need to invoke ghci with ghci -framework Carbon. You need the EnableGUI.hs file, which you can get here. Note that you can’t load it … Read more