-
First, lets say that implementing the project was very difficult task, and all my ramblings are not critique and not any detriment to the work done. I just discuss cleaning-up things after the creatio…
-
Buddhism
The Buddha taught about Four Noble Truths. The first truth is called “Suffering (dukkha),” which teaches that everyone in life is suffering in some way. The second truth is “Origin of suffer…
-
After spending time working with `frpnow`, having an instance of `Monad` for `Behavior` opens up a lot of new doors, to the point where it's hard to work without it. With both `frpnow` and `reflex` ha…
-
# Suggestion
First, let me say that this proposal is different than https://github.com/microsoft/TypeScript/issues/1213, although it achieves a similar goal. I am not proposing that type parameters…
-
**Is your feature request related to a problem? Please describe.**
In my use case I would like to use functional programming techniques, using ramda for a functional library and Crocks for an algebra…
-
https://www.staff.ncl.ac.uk/andrey.mokhov/selective-functors.pdf
```scala
trait Selective[F[_]] {
def applicative: Applicative[F] // we could also extend, but that may create ambiguities
//…
-
As I mentioned in [this comment](https://github.com/tc39/proposal-pipeline-operator/issues/200#issuecomment-917570604), it's starting to seem like there are some more fundamental points of debate in t…
-
Hi James, thanks for creating this language, this is a great idea!
I would like to propose a new feature. Currently, functions written in point-free style are quite hard to read:
```
ar squarePlu…
-
Considering a rewrite, possibly in another language.
As such, I'll be pausing development on the `sql-parser` branch temporarily, reserving the right to walk back on this decision, and starting on …
-
I put this in a reply on reddit, but it should (also) be put here.
Here are some points which could make this package better. (IMHO)
**REPETITION**
Seeing as this module has a very specific n…