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/137.markdown
+32-8Lines changed: 32 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ This is a weekly summary of what's going on in its community.
6
6
7
7
## Featured
8
8
9
+
-[GHC 8.6.3 released](https://ghc.haskell.org/trac/ghc/blog/ghc-8.6.3-released) by Ben Gamari
10
+
11
+
> The GHC team is very happy to announce the availability of GHC 8.6.3, a bugfix release in the GHC 8.6 series. The 8.6 release fixes several regressions present in 8.6.2 including
12
+
9
13
-[A webcam server in 35 lines of Haskell](https://nokomprendo.frama.io/tuto_fonctionnel/posts/tuto_fonctionnel_25/2018-08-25-en-README.html)
10
14
11
15
> This post shows how to implement a webcam server in Haskell. The implemented server is a classic web server that stores the current image in memory and sends it to any HTTP client that requests it.
@@ -14,6 +18,34 @@ This is a weekly summary of what's going on in its community.
14
18
15
19
> Build Haskell projects with either `cabal` or `stack`. Truly, both excellent tools can live together and we can get on with the business of writing beautiful Haskell together!
16
20
21
+
-[A Home for Orphan Instances](http://tech.freckle.com/2018/12/12/a-home-for-orphan-instances/) by Evan Borden
22
+
23
+
> It's the holiday season and as Haskellers we turn our attention to those in need, orphans. There are three things we need to do for orphans this holiday season: isolate them, prevent them from getting their dirty fingerprints everywhere, and hurry up and decrease the surplus compilation.
24
+
25
+
-[Clock and reference](https://typeclasses.com/news/2018-12-clock-and-reference) by Chris Martin
26
+
27
+
> The first lesson in our new series entitled Timepieces is out today. Julie builds us a GUI app with a clock using FLTK (and its Haskell wrapper, `fltkhs`).
28
+
29
+
-[DIY benchmark history with Criterion and Shiny](https://www.tweag.io/posts/2018-12-12-benchgraph.html) by Théophane Hufschmitt
30
+
31
+
> If you're a conscientious developer like I am, you probably have a benchmark suite for the programs and libraries you develop. However, the temporal aspect of these benchmark suites is not always easy to analyze.
32
+
33
+
-[Down with Show! Part 1: Rules of thumb for when to use a type class](https://harry.garrood.me/blog/down-with-show-part-1/) by Harry Garrood
34
+
35
+
> This is part one of three in a series of posts in which I will argue that it's time to consign the `Show` type class to the dustbin of history.
36
+
37
+
-[Getting Started with the Haskell AWS Lambda Runtime](https://medium.com/the-theam-journey/getting-started-with-the-haskell-aws-lambda-runtime-951b2322c7a3) by Nikita Tchayka
38
+
39
+
> Today we're proudly announcing the release of a fully working Haskell Runtime for AWS Lambda and our commitment to maintain it.
40
+
41
+
-[Guidelines for respectful communication](https://mail.haskell.org/pipermail/haskell/2018-December/025578.html) by Simon Peyton Jones
42
+
43
+
> As many of you will know, I have been concerned for several years about the standards of discourse in the Haskell community. We discussed this at a meeting of the GHC Steering Committee at ICFP in September, and many of us have had related discussions since.
44
+
45
+
-[Shifting the Stars: Advent of Code with Galilean Optimization](https://blog.jle.im/entry/shifting-the-stars.html)
46
+
47
+
> Today, we're going to be using linear algebra, calculus, and galilian transformations to solve the Day 10 challenge.
48
+
17
49
## Jobs
18
50
19
51
-[Galois is Hiring!](https://galois.com/careers/) (ad)
@@ -22,15 +54,8 @@ This is a weekly summary of what's going on in its community.
22
54
23
55
## In brief
24
56
25
-
-[A Home for Orphan Instances](http://tech.freckle.com/2018/12/12/a-home-for-orphan-instances/)
26
57
-[Basic Catamorphisms - Recursion Schemes By Example](https://np.reddit.com/r/haskell/comments/a3spnm/basic_catamorphisms_recursion_schemes_by_example/)
27
-
-[Clock and reference](https://typeclasses.com/news/2018-12-clock-and-reference)
28
-
-[DIY benchmark history with Criterion and Shiny](https://www.tweag.io/posts/2018-12-12-benchgraph.html)
29
-
-[Down with Show! Part 1: Rules of thumb for when to use a type class](https://harry.garrood.me/blog/down-with-show-part-1/)
-[Getting Started with the Haskell AWS Lambda Runtime](https://medium.com/the-theam-journey/getting-started-with-the-haskell-aws-lambda-runtime-951b2322c7a3)
0 commit comments