You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: content/issues/130.markdown
+36-9Lines changed: 36 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,46 @@ This is a weekly summary of what's going on in its community.
6
6
7
7
## Featured
8
8
9
+
-[Haskell community priorities for GHC](https://docs.google.com/forms/d/e/1FAIpQLSdh7sf2MqHoEmjt38r1cxCF-tV76OFCJqU6VabGzlOUKYqo-w/viewform)
10
+
11
+
> We want to ask your advice about what our key priorities should be in developing GHC. Please help us by completing this very short, but open-ended, survey.
12
+
9
13
-[Typed Functional Programming and Software Correctness](https://dimjasevic.net/marko/2018/10/23/typed-functional-programming-and-software-correctness/)
10
14
11
15
> In this post I'll explain why functional programming and static type systems are important for software correctness.
12
16
17
+
-[*Category Theory for Programmers* by Bartosz Milewski is now available in hardcover!](https://np.reddit.com/r/haskell/comments/9q6edo/category_theory_for_programmers_by_bartosz/)
18
+
19
+
> It's been a wild ride! I'm happy to announce that after many bug fixes and tweaks, the book is now available to purchase on a print-on-demand service in full color print.
20
+
21
+
-[Algebraic data types in four languages](https://blog.softwaremill.com/algebraic-data-types-in-four-languages-858788043d4e)
22
+
23
+
> In this blog post, I'm going to compare how the concept of "sum" algebraic data types is supported by four languages I use, namely: Haskell, Scala, Rust, and TypeScript.
> While I was writing up last week's long article about Traversable, I wrote this stuff about Applicative also. This is a disorganized collection of loosely-related paragraphs on that topic.
32
+
33
+
-[Introduction to singletons: Part 4](https://blog.jle.im/entry/introduction-to-singletons-4.html)
34
+
35
+
> Hi again! Welcome back; let's jump right into the fourth and final part of our journey through the singleton design pattern and the great singletons library.
36
+
37
+
-[REST-ish services in Haskell: Part 1](https://vadosware.io/post/rest-ish-services-in-haskell-part-1/)
38
+
39
+
> A general tour through a bunch of patterns/strategies I use when developing robust-ish REST-ish web services with Haskell.
40
+
41
+
-[`TChan` vs `TQueue`: What's the difference?](https://www.parsonsmatt.org/2018/10/12/tchan_vs_tqueue.html)
42
+
43
+
> I always forget the difference between a `TChan` and a `TQueue`. They appear to have an almost identical API, so whenever I need a concurrent message thing, I spend some time working out what the difference is.
44
+
45
+
-[Your easy guide to functional reactive programming](https://medium.com/@lettier/functional-reactive-programming-a0c7b08f6b67)
46
+
47
+
> Managing state. It's the bane of programmers everywhere. The more stateful widgets there are, the harder it is to keep your app from becoming a giant mud pit. But fear not! You can use functional reactive programming (FRP) in your quest to manage state.
48
+
13
49
## Jobs
14
50
15
51
-[Careers at Galois](https://galois.com/careers/)
@@ -18,25 +54,16 @@ This is a weekly summary of what's going on in its community.
18
54
19
55
## In brief
20
56
21
-
-[Algebraic data types in four languages](https://blog.softwaremill.com/algebraic-data-types-in-four-languages-858788043d4e)
-[Any Haskell or programming related podcasts you recommend?](https://np.reddit.com/r/haskell/comments/9qpgaw/any_haskell_or_programming_related_podcasts_you/)
24
58
-[Applicative combinations of functions](https://blog.ploeh.dk/2018/10/22/applicative-combinations-of-functions/)
-[Benchmarking Formality vs GHC and Node!](https://np.reddit.com/r/haskell/comments/9r6n0y/benchmarking_formality_vs_ghc_and_node/)
27
-
-[*Category Theory for Programmers* by Bartosz Milewski is now available in hardcover!](https://np.reddit.com/r/haskell/comments/9q6edo/category_theory_for_programmers_by_bartosz/)
-[Haskell community priorities for GHC](https://docs.google.com/forms/d/e/1FAIpQLSdh7sf2MqHoEmjt38r1cxCF-tV76OFCJqU6VabGzlOUKYqo-w/viewform)
30
61
-[Introducing the Rust crash course](https://www.snoyman.com/blog/2018/10/introducing-rust-crash-course)
31
-
-[Introduction to singletons: Part 4](https://blog.jle.im/entry/introduction-to-singletons-4.html)
32
62
-[Linear types proposal conditionally accepted by the committee](https://np.reddit.com/r/haskell/comments/9qhaxu/linear_types_proposal_conditionally_accepted_by/)
33
-
-[REST-ish services in Haskell: Part 1](https://vadosware.io/post/rest-ish-services-in-haskell-part-1/)
34
63
-[Running from the past](http://blog.sigfpe.com/2018/10/running-from-past.html)
35
-
-[`TChan` vs `TQueue`: What's the difference?](https://www.parsonsmatt.org/2018/10/12/tchan_vs_tqueue.html)
0 commit comments