Jethro Larson

Results 61 comments of Jethro Larson

Having complete docs would really help in adoption.

I looked at Future and it only shows two methods though looking at the source it provides monad interfaces and maybe more On Fri, Jun 1, 2018, 2:44 AM Simon...

We're going for just a taster of the concepts so I want to be careful of adding complexity for the sake of completeness or correctness. Still, is there a better...

Thanks for sharing! > It should explain map somewhere before it is used. I keep going back and forth on this. Like is this fundamentally a glossary or something you...

Constant is also the name of a type that is a monad. I don't know if that should be mentioned on the doc though On Tue, Jul 26, 2016, 2:06...

I guess the current definition is more of `const` than the concept. If we define it as a symbolic name for a value then what distinguishes it from a variable?

In a pure functional world variables are like math variables. If you say x = 1 then later say it's 2 you're just being a ridiculous lier On Thu, Jul...

May be a good addition. Pull requests are welcome

Yeah there's definitely common confusion about const not making objects immutable. This section should probably distinguish between them