stefankoegel / clickyEvaluation

Visual tool for stepwise evaluation of simple Haskell expressions
MIT License
20 stars 4 forks source link

Replace purescript-jquery with a simpler DOM library #17

Closed stefankoegel closed 9 years ago

stefankoegel commented 9 years ago

JQuery has a lot of features that we don't use. Setting event handlers is also a bit cumbersome, because ours and the librarys monads don't quite match. A new solution would not need much:

See also #16