I just had crazy idea and I would like to hear your opinion on the matter.
There is deno project which is new and hot take on nodejs but with integrated support for typescript. My question would be. Is it possible/good idea to think about creating/forking deno and intrducing integrated support for Purescript ?
The original idea was inspired by fact that there is emacs project trying to include javascript engine to speed up and communicate with js side of things -> https://github.com/emacs-ng/emacs-ng/ where I would imagine it would be nice to do parts in Purescript instead of js/ts.