Daniel Kerbel

Results 2 comments of Daniel Kerbel

In light of @sepharg's suggestion, using [debugpy](https://github.com/microsoft/debugpy/) which is the replacement of ptvsd(for VSCode users, or Vim/Emacs+DAP users), adapted to the current structure of the project: 1. Add the following...

It seems to me that Purescript is better than Elm for several reasons: Pros: - Type classes, rank N types, higher kinded types, functional dependencies, extensible effects, and more features...