Haskell

532 readers
3 users here now

founded 2 years ago
MODERATORS
76
 
 

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.

77
78
79
 
 

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

80
8
Issue 407 :: Haskell Weekly (haskellweekly.news)
submitted 1 year ago by mac to c/haskell
81
12
Issue 406 :: Haskell Weekly (haskellweekly.news)
submitted 1 year ago by mac to c/haskell
82
83
11
Issue 405 :: Haskell Weekly (haskellweekly.news)
submitted 1 year ago by mac to c/haskell
84
14
Issue 404 :: Haskell Weekly (haskellweekly.news)
submitted 1 year ago by mac to c/haskell
85
8
Issue 403 :: Haskell Weekly (haskellweekly.news)
submitted 1 year ago by mac to c/haskell
86
8
submitted 1 year ago by mac to c/haskell
87
7
submitted 1 year ago by mac to c/haskell
88
 
 

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.

89
7
submitted 1 year ago by mac to c/haskell
90
5
submitted 1 year ago by mac to c/haskell
91
8
submitted 1 year ago by mac to c/haskell
92
4
submitted 1 year ago by mac to c/haskell
93
94
8
submitted 1 year ago by mac to c/haskell
95
12
submitted 1 year ago by mac to c/haskell
96
4
submitted 1 year ago by mac to c/haskell
97
6
GHC 9.4.8 is now available (discourse.haskell.org)
submitted 1 year ago by mac to c/haskell
98
 
 

Joachim Breitner and David Christiansen interview John MacFarlane, a professor of philosophy at UC Berkeley, but also the author of the popular pandoc document conversion tool, which has been around half as long as Haskell itself. He also explains the principle of uniformity as a design goal for lightweight markup languages, the relationship between philosophy and programming, and along the way he helps David with his markdown difficulties.

99
100
5
Announcing Updo (blockscope.com)
submitted 1 year ago by mac to c/haskell
view more: ‹ prev next ›