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/139.markdown
+33-9Lines changed: 33 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,38 @@ This is a weekly summary of what's going on in its community.
10
10
11
11
> In which we implement a simple Datalog engine in not many lines of Haskell to understand its semantics.
12
12
13
+
-[Welcome to GitLab!](https://mail.haskell.org/pipermail/ghc-devs/2018-December/016716.html)
14
+
15
+
> I am happy to announce that CI on GHC's GitLab instance is now stable. At this point GitLab is to be considered the official upstream repository of GHC.
16
+
17
+
-[Stackage LTS 13 with ghc-8.6.3](https://www.stackage.org/blog/2018/12/announce-lts-13)
18
+
19
+
> We are pleased to announce the release of lts-13.0, the first in a new LTS Haskell snapshot series, using ghc-8.6.3.
20
+
21
+
-[Abstraction levels in functional programming](https://tzemanovic.gitlab.io/posts/abstraction-levels-in-functional-programming/)
22
+
23
+
> I am delighted to see more people learning functional programming and find the effort that goes into making it accessible to a wider audience encouraging.
24
+
25
+
-[Advent of Haskell](https://medium.com/@mvaldesdeleon/advent-of-haskell-950d6408a729)
26
+
27
+
> Thoughts and lessons learned after using Haskell consistently for 25 days in a row.
28
+
29
+
-[Curses Pac-man game in Haskell](https://github.com/ajkavanagh/pacman/tree/b72468ed0519858288f35f1ae1b2cfb91516df4f)
30
+
31
+
> I wrote this as an exercise in improving my Haskell, which I started this year and for learning how to use lenses for a presentation I'm going to do for my local functional programming group.
32
+
33
+
-[Happy Haskell Programming for GHC 8.x](http://haskell.1045720.n5.nabble.com/Happy-Haskell-Programming-for-GHC-8-x-td5888460.html)
34
+
35
+
> I'm happy to announce that Happy Haskell Programming (HHP) version 0.0.0 has been released. In short, HHP is a fork from ghc-mod 4.1.6 and re-written for all GHC 8.x.
36
+
37
+
-[Rigid types and block arguments](https://typeclasses.com/news/2018-12-yearly-billing-regional-discounts)
38
+
39
+
> Rigid type variables: Understanding that phrase that shows up in your compile errors can help you learn more about the type system. BlockArguments: The fun new GHC extension stealing everyone's dollars.
40
+
41
+
-[Testing `distributed-process` apps using Hspec](https://filib.io/posts/2018-12-24-testing-distributed-process-apps-with-hspec.html)
42
+
43
+
> `distributed-process` is a Haskell library that brings Erlang-style concurrency to Haskell. Whilst developing an application at work that uses it, I found that there wasn't much material online describing how to test `distributed-process` applications.
44
+
13
45
## Jobs
14
46
15
47
-[Galois is Hiring!](https://galois.com/careers/) (ad)
@@ -18,22 +50,14 @@ This is a weekly summary of what's going on in its community.
18
50
19
51
## In brief
20
52
21
-
-[Abstraction levels in functional programming](https://tzemanovic.gitlab.io/posts/abstraction-levels-in-functional-programming/)
22
-
-[Advent of Haskell](https://medium.com/@mvaldesdeleon/advent-of-haskell-950d6408a729)
0 commit comments