Sridhar Ratnakumar
Sridhar Ratnakumar
@saurabhnanda Not yet. First [getting a hang of Haskell](https://github.com/HappyAndHarmless/my-haskell-scripts/). I imagine it would take a while before I get my hands dirty on PureScript.
In the process of writing a [mancala game](https://github.com/HappyAndHarmless/Pallanguzhi) in Elm I came across two pain points with the language and community that makes me consider just using PureScript for personal...
> Any first hand example that you can share? I can share two examples from the same project. 1. Lack of type classes means no monads, binds and do-notations, which...
> @nmdanny I think that a more interesting discussion would be between Purescript and GHCJS I would be interested in that. A notable advantage of GHCJS for me is that...
For those that arrive here late, one another option to consider is GHCJS. Specifically [Reflex](http://docs.reflex-frp.org/). One key advantage here is the ability to share types between the frontend and the...
Wow, this issue is nearly 5 years old. Back to this topic, you might be interested in [my notes here](https://notes.srid.ca/nojs).
A Zettelkasten is basically a directory of Markdown notes that are linked to one another. I developed [neuron](https://neuron.zettel.page/) to publish Zettelkasten sites. You can get some pretty good navigation with...
Related neuron change that is required to implement this feature: https://github.com/srid/neuron/pull/216
> Or maybe neuron can implement memoization to get better performance. Yes, I plan to do this. See https://github.com/srid/neuron/issues/321 Out of curiosity, how big is your zettelkasten?
As for Rust or C, Haskell is already fast enough for this. You first need to collect evidence of what is slowing things down (by [profiling](https://en.wikipedia.org/wiki/Profiling_(computer_programming))), before coming up with...