Haskell

467 readers
6 users here now

founded 2 years ago
MODERATORS
26
27
28
29
30
31
32
 
 

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

33
34
35
10
Issue 413 :: Haskell Weekly (haskellweekly.news)
submitted 8 months ago by mac to c/haskell
36
 
 

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.

37
38
39
 
 

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

40
8
Issue 407 :: Haskell Weekly (haskellweekly.news)
submitted 10 months ago by mac to c/haskell
41
12
Issue 406 :: Haskell Weekly (haskellweekly.news)
submitted 10 months ago by mac to c/haskell
42
43
11
Issue 405 :: Haskell Weekly (haskellweekly.news)
submitted 10 months ago by mac to c/haskell
44
14
Issue 404 :: Haskell Weekly (haskellweekly.news)
submitted 11 months ago by mac to c/haskell
45
8
Issue 403 :: Haskell Weekly (haskellweekly.news)
submitted 11 months ago by mac to c/haskell
46
8
submitted 11 months ago by mac to c/haskell
47
7
submitted 11 months ago by mac to c/haskell
48
 
 

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.

49
7
submitted 1 year ago by mac to c/haskell
50
5
submitted 1 year ago by mac to c/haskell
view more: ‹ prev next ›