Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 6198583

Browse files
committed
Feature some articles
1 parent 1bc67e1 commit 6198583

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

content/issues/130.markdown

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,46 @@ This is a weekly summary of what's going on in its community.
66

77
## Featured
88

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+
913
- [Typed Functional Programming and Software Correctness](https://dimjasevic.net/marko/2018/10/23/typed-functional-programming-and-software-correctness/)
1014

1115
> In this post I'll explain why functional programming and static type systems are important for software correctness.
1216
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.
24+
25+
- [Announcing Profiterole: GHC profile viewer](https://neilmitchell.blogspot.com/2018/10/announcing-profiterole-ghc-profile.html)
26+
27+
> Profiterole reads standard GHC `.prof` files and generates both textual and HTML reports which are typically more than 10x smaller.
28+
29+
- [Applicative WTF?](https://blog.plover.com/prog/haskell/applicative.html)
30+
31+
> 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+
1349
## Jobs
1450

1551
- [Careers at Galois](https://galois.com/careers/)
@@ -18,25 +54,16 @@ This is a weekly summary of what's going on in its community.
1854
1955
## In brief
2056

21-
- [Algebraic data types in four languages](https://blog.softwaremill.com/algebraic-data-types-in-four-languages-858788043d4e)
22-
- [Announcing Profiterole: GHC profile viewer](https://neilmitchell.blogspot.com/2018/10/announcing-profiterole-ghc-profile.html)
2357
- [Any Haskell or programming related podcasts you recommend?](https://np.reddit.com/r/haskell/comments/9qpgaw/any_haskell_or_programming_related_podcasts_you/)
2458
- [Applicative combinations of functions](https://blog.ploeh.dk/2018/10/22/applicative-combinations-of-functions/)
25-
- [Applicative WTF?](https://blog.plover.com/prog/haskell/applicative.html)
2659
- [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/)
2860
- [Elm: Functional frontend](https://mmhaskell.com/blog/2018/11/12/elm-more-functional-frontend)
29-
- [Haskell community priorities for GHC](https://docs.google.com/forms/d/e/1FAIpQLSdh7sf2MqHoEmjt38r1cxCF-tV76OFCJqU6VabGzlOUKYqo-w/viewform)
3061
- [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)
3262
- [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/)
3463
- [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)
3664
- [Type Classes: Restructuring](https://typeclasses.com/news/2018-10-restructuring)
3765
- [What your favorite weird/exotic data type?](https://np.reddit.com/r/haskell/comments/9qx172/what_yous_favorite_weirdexotic_data_type/)
3866
- [*What's the Difference?* video and slides](https://byorgey.wordpress.com/2018/10/20/whats-the-difference-video-and-slides/)
39-
- [Your easy guide to functional reactive programming](https://medium.com/@lettier/functional-reactive-programming-a0c7b08f6b67)
4067

4168
## Package of the week
4269

0 commit comments

Comments
 (0)