Sidebar

Haskell

haskell
Haskell bss03 2 months ago 100%
Haskell Weekly News: Issue 429 haskellweekly.news

cross-posted from https://slippy.xyz/notes/9vujpeyssp

4
0
haskell
Haskell bss03 4 months ago 92%
GHC 9.10.1 is now available! discourse.haskell.org

cross-posted from: https://infosec.pub/post/12126221 > h/t [@bgamari@mastodon.social](https://mastodon.social/users/bgamari)

12
1
haskell
Haskell demesisx 5 months ago 100%
Adam McCullough - Monad Transformers for the Easily Confused - LambdaConf ‘18 youtu.be

After listening to this highly informative talk, I switched my message alert sound to Adam’s exasperated sigh, adeptly showcased throughout the talk. 🤌🏽

17
1
haskell
Haskell wargreymon2023 6 months ago 75%
If "category" has a better name....

cross-posted from: https://sopuli.xyz/post/10354955 > If "category" has a better name.... > > Isn't it just "composite"? > > Every arrow in category can be composed, the set(or class or whatnot..) of that is composite.

2
0
haskell
Haskell haskman 7 months ago 100%
FPIndia Learn Haskell meetup this Saturday

The next #FPIndia Learn #Haskell meetup is going to be this Saturday 24 Feb in #Gurgaon. We'll do a quick recap of basics of Haskell, and then learn some tricks on how to write real world code. This is a great time to jump in if you have not attended the previous sessions. Do drop by if you are around! #FunctionalProgramming #Meetup #Delhi #India

6
0
haskell
Haskell demesisx 9 months ago 93%
Basic optics: lenses, prisms, and traversals in Haskell (1:13:00) www.youtube.com

Basic optics: lenses, prisms, and traversals in Haskell Lenses are becoming an increasingly important part of a Haskeller’s toolkit. Yet, when first approaching them, people may feel buried under a myriad of different lens-like thingies, and the complexity of some of the libraries implementing those concepts, like lens. The goal of this talk is to provide a conceptual overview of three of the most important kinds of optics, namely lenses, prisms, and traversals. For most data types, those optics can be automatically generated, something we shall discuss. Finally, we shall look at one useful application of optics: treating semi-structured data such as JSON documents.

14
0