-
These algorithms only need queues; the full power of `Seq` is overkill, and must necessarily slow things down. We could switch to something simpler, like Okasaki's bootstrapped queues. Alternatively, …
-
`recursiveSize` uses a set represented as a list to check for boxes it already encountered. That is very inefficient; I'm measuring a tree-like data structure of about 40MB in size and I didn't bother…
-
## 🚀 Feature request
I'd like some syntactic sugar for Task and IO to enable me to run the lazy computation in a pipe construct at the "end of the world". Maybe this exists but I couldn't find it.
…
-
I am interested in the implementation plan for thread model, async runtime and some data containers (like map).
Is the plan is to implement one in the backend and then port the interfaces to the la…
-
Comment thread for [Traversable: A Remix](https://duplode.github.io/posts/traversable-a-remix.html).
-
[jw@cn05 dex]$ make VERBOSE=1 -j$(nproc)
...
Updated package index downloaded
Calculating hashes to check for hackage-security rebases or filesystem changes
No old cache found, populating cache fr…
-
Was [first brought up on the discourse forum](https://discourse.purescript.org/t/useref-in-react-hooks/4753).
It's often useful to refer to one DOM element from another. So for example you may have…
-
This is the overview of the programme to add total counterparts to partial functions, such as `head`.
I @kindaro am accountable for this overview and I shall keep this message up to date. If someth…
-
I'm surveying tools that can be useful for making a modern 3D Haskell game engine, and came across GPipe. I'd like to ask:
1. Is this project mature enough for a task like that? Is it being actively …
-
> Btw, common lisp also has excellent support for OOP via the common lisp object system (CLOS). It's quite powerful, e.g. has multiple dispatch (if you want to see that in a modern language, try Julia…