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

Commit e1b9dcd

Browse files
committed
Feature some articles
1 parent bbf6977 commit e1b9dcd

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

content/issues/139.markdown

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

1111
> In which we implement a simple Datalog engine in not many lines of Haskell to understand its semantics.
1212
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+
1345
## Jobs
1446

1547
- [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.
1850
1951
## In brief
2052

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)
2353
- [Balancing scans](https://doisinkidney.com/posts/2018-12-21-balancing-scans.html)
2454
- [Compiling to categories 3: A bit cuter](http://www.philipzucker.com/compiling-to-categories-3-a-bit-cuter/)
25-
- [Curses Pac-man game in Haskell](https://github.com/ajkavanagh/pacman/tree/b72468ed0519858288f35f1ae1b2cfb91516df4f)
2655
- [Fluent polymorphism with visible type applications](https://blog.sumtypeofway.com/fluent-polymorphism-with-visible-type-applications/)
2756
- [Graphs are to categories as lists are to monoids](https://alhassy.github.io/PathCat/)
28-
- [Happy Haskell Programming for GHC 8.x](http://haskell.1045720.n5.nabble.com/Happy-Haskell-Programming-for-GHC-8-x-td5888460.html)
2957
- [Open Season on Hylomorphisms](https://bartoszmilewski.com/2018/12/20/open-season-on-hylomorphisms/)
3058
- [PureScript series now available](https://mmhaskell.com/blog/2018/12/24/purescript-series-now-available)
31-
- [Rigid types and block arguments](https://typeclasses.com/news/2018-12-yearly-billing-regional-discounts)
3259
- [Solving planning problems with Fast Downward and Haskell](https://ocharles.org.uk/blog/posts/2018-12-25-fast-downward.html)
33-
- [Stackage LTS 13 with ghc-8.6.3](https://www.stackage.org/blog/2018/12/announce-lts-13)
34-
- [Testing `distributed-process` apps using Hspec](https://filib.io/posts/2018-12-24-testing-distributed-process-apps-with-hspec.html)
35-
- [Welcome to GitLab!](https://mail.haskell.org/pipermail/ghc-devs/2018-December/016716.html)
36-
- [Xiaolin Wu’s fast antialiased line drawing algorithm in Haskell](https://blog.rcook.org/blog/2018/xiaolin-wu-algorithm/)
60+
- [Xiaolin Wu's fast antialiased line drawing algorithm in Haskell](https://blog.rcook.org/blog/2018/xiaolin-wu-algorithm/)
3761
- [ZuriHac 2019 registration](https://zfoh.ch/zurihac2019/#registration)
3862

3963
## Package of the week

0 commit comments

Comments
 (0)