Arrows to arrows, categories to queries. ~ Sandy Maguire. reasonablypolymorphic.com/blog/arrows-... #Haskell #FunctionalProgramming
15.10.2025 18:05 β π 5 π 1 π¬ 0 π 0@fpindia.bsky.social
Uniting Functional Programming Language enthusiasts across India. Discussions: https://t.me/fpncr Web: https://functionalprogramming.in/
Arrows to arrows, categories to queries. ~ Sandy Maguire. reasonablypolymorphic.com/blog/arrows-... #Haskell #FunctionalProgramming
15.10.2025 18:05 β π 5 π 1 π¬ 0 π 0The video recording of my ICFP 2025 keynote talk Functional Programming for Hardware Design is up on YouTube. www.youtube.com/watch?v=1oBO...
15.10.2025 07:56 β π 22 π 5 π¬ 1 π 1Completely full house for our OxCaml tutorial at #icfpsplash25! conf.researchr.org/details/icfp...
12.10.2025 06:53 β π 21 π 2 π¬ 0 π 0You may not like it, but React is basically Haskell. The React Compiler works for the same exact reason that compilers for pure programming languages are able to make non-trivial optimizations. If your code is composed of pure functions, it is safe to re-order their computation, or save the result for some inputs and reuse it for later for same inputs. This is not some kind of a βworkaroundβ or a hack β itβs one of the most exciting consequences of the functional programming paradigm which has been known and used for decades. Purity and idempotency make it safe to move stuff around without changing the final outcome. Following the "rules of React" is just ensuring your code is safe to move around like this.
i think the @react.dev Compiler team could include more of this type of messaging. i'm being a bit inflammatory here (and Haskell may not the best analogy), but the principle of "pure things are safe to move around" is fundamentally simple and has been known for decades. teach it to new generation!
11.10.2025 12:14 β π 232 π 22 π¬ 10 π 6Puzzle: nicht zusammen gesetzt sondern aus den Puzzle Teilen einen Hund geformt.
πππ fertig
11.10.2025 16:23 β π 56 π 10 π¬ 2 π 0The mad lads have made it: Two Haskellers went to the town of #Haskell, TX. They documented their journey here: www.youtube.com/watch?v=9KwW...
See on Reddit: www.reddit.com/r/haskell/co...
Hazel programming language with a parsed csv and table of pokemon
I can finally do some real work.
07.10.2025 13:53 β π 24 π 4 π¬ 1 π 0I wonder, what were the sales numbers like for the earlier iteration of the Haskell IDE? Seems like a very niche market
30.09.2025 11:50 β π 0 π 0 π¬ 0 π 0Screenshot of Applicative Code with a Haskell file open and a documentation popup for (++).
Are you interested in a new Haskell IDE for macOS? Iβm looking for beta testers! Send me a DM with your email for a TestFlight invitation.
30.06.2025 13:40 β π 10 π 4 π¬ 1 π 1Yes. I would also consider every generic value a function that takes a type argument. For example
nothing :: forall a. Maybe a
This is such an incredibly cool page for #rustlang to have
rust-lang.github.io/rust-project...
One day we will have this but for #julialang β
Uhh
21.09.2025 12:34 β π 2 π 1 π¬ 1 π 0Uhh
21.09.2025 12:34 β π 2 π 1 π¬ 1 π 0ARM infrastructure fundraiser update! 
discourse.haskell.org/t/arm-infras...
#Haskell
Over the weekend I gave a talk on using #Haskell for 3d Printing at MuniHac
No recording, but the slides are up here:
doscienceto.it/cad-talk/
"We sat down with Phil Wadler, one of the most influential folks in the Haskell community, functional programming, and programming languages, responsible for type classes, monads, and much more. We take a stroll down memory lane, starting from Haskellβs inception."
haskell.foundation/podcast/70/
Various 3D-printed dice of different sizes, pink or black, with a Haskell logo on them. Articulated keyrings are displayed as well
3D printing at #MuniHac!
#Haskell
"Haskell" written on a whiteboard with the S drawn as The Cool S
All the cool kids are doing Haskell these days!
12.09.2025 14:50 β π 32 π 1 π¬ 3 π 0Which is your favorite functional programming language and why? How many have you tried?
10.09.2025 17:56 β π 56 π 5 π¬ 61 π 5That's how you know #Haskell is getting mainstream, the scams are getting at us
11.09.2025 11:49 β π 5 π 2 π¬ 0 π 0Announcing the October #FPIndia #Bangalore #Meetup!
#Haskell #PureScript #Elixir #Erlang #Scala #Clojure #India #FunctionalProgramming
RSVP: hasgeek.com/fpindia/bang...
An intuitive way of seeing this that also generalizes to arbitrary categories not just Set/Types is -
Currying means that for any arbitrary object A, functions of the form -
(A,()) -> X
are the same as functions of the form -
A -> (() -> X)
1/2
Oh and X->() is actually isomorphic to (). Because by the definition of the terminal object, there can only be one unique (X->()) for any X, which makes it isomorphic to () (another set with only one member)
07.09.2025 17:08 β π 2 π 0 π¬ 0 π 0But also, we know that (A,()) is the same as A, because () is the identity for products.
Combining we can see that functions of the form -
A->X are the same as A->(()->X)
This means (by yoneda lemma) that X is the same as ()->X
QED
2/2
An intuitive way of seeing this that also generalizes to arbitrary categories not just Set/Types is -
Currying means that for any arbitrary object A, functions of the form -
(A,()) -> X
are the same as functions of the form -
A -> (() -> X)
1/2
Important clarification from the post: This is a remote position available internationally
07.09.2025 05:50 β π 1 π 0 π¬ 0 π 0The Lean project is looking for someone to work on a documentation tool for math/technical communication. This is likely to be very influential, so a chance for someone with the right skills to have great impact. See the announcement here:
leanprover.zulipchat.com#narrow/chann...
Come learn Category theory at this meetup!
04.09.2025 10:13 β π 0 π 0 π¬ 0 π 0Excited about Global Elixir Meetups! π
A week of Elixir meetups all over the world. π
Good opportunity to connect with your local Elixir community while being part of something global.
#ElixirLang
the funny thing about my Lean posting is i remember some people were like Haskell posting or PureScript posting or whatever in 2013 and i was like ahhh i don't have patience to learn a pure functional thing, what's the point. and here i am
02.09.2025 21:01 β π 61 π 1 π¬ 3 π 0