dmjio
dmjio
Should be solved in #954 . `Zoom` for `RWST` should be available now.
@noinia we have a matrix chat too if you'd like to join. https://matrix.to/#/%23haskell-miso:matrix.org
I don't necessarily disagree, the original `Effect` was designed around simplicity, using the `` combinators (although those are still technically supported w/ the new interface). The main motivation for using...
@noinia, I would like to revisit this issue primarily because I believe monad transformers are a little too heavy for new users, and I've reconsidered what you've said above. >...
Yes, there are plans. I have been dragging my feet on the [JSVal implementation work](https://github.com/augustss/MicroHs/issues/217#issuecomment-3014852519), I was side-tracked by an unexpected [release](https://github.com/haskell-miso/miso-lynx) announcement that I had to scramble for and...
Yes, and `StablePtr`, which it seems we already have.
Awesome, taking a look. Will experiment with a `JSVal` implementation in a fork. Will link here, or do a draft depending on progress.
A light update on this, I am still in the process of getting `miso` to build with `MicroHs`, I have removed 6 dependencies from `miso` to aid in that process...
It seems we can create `node` packages from C projects using the [node-gyp](https://github.com/nodejs/node-gyp) project. This should allow us to make MicroHs a `node` package for upload to `npm`. ```bash npm...
Also, regarding long term, I think [MicroHs](https://github.com/augustss/microhs) could benefit from other things in terms of increasing collaboration, adoption. #### Dedicated communication channel [Haskell](https://haskell.org) and [GHC](https://github.com/ghc/ghc) have been using https://matrix.org these...