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

Commit 0477a52

Browse files
committed
Feature a few articles
1 parent a326004 commit 0477a52

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

content/issues/144.markdown

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

77
## Featured
88

9-
- [Hakyll Pt. 4 Copying Static Files For Your Build](https://robertwpearce.com/hakyll-pt-4-copying-static-files-for-your-build.html)
9+
- [Hakyll Pt. 4 --- Copying Static Files For Your Build](https://robertwpearce.com/hakyll-pt-4-copying-static-files-for-your-build.html) by Robert Pearce
1010

1111
> This short hakyll tutorial will show you a simple way to copy static files over to your build folder.
1212
13+
- [Announcing Floskell](https://memfrob.de/posts/announcing-floskell/) by Enno Cramer
14+
15+
> Floskell is a new Haskell source code formatter. Floskell tries to be flexible, meaning that the user should be able to tune the output to match their personal style preference.
16+
17+
- [Defining exceptions in Haskell](https://www.fpcomplete.com/blog/defining-exceptions-in-haskell) by Chris Done
18+
19+
> Let's talk about exceptions. They're not perfect in Haskell. They're not perfect in any language, really. We're always making adjustments to what we think is the best way to handle exceptional circumstances.
20+
21+
- [Fractals and Monads --- Part 2](https://dkwise.wordpress.com/2019/01/30/fractals-and-monads-part-2/) by Derek Wise
22+
23+
> Last time I discussed the power set monad and how it shows up in certain methods of building fractals. This time I'll go a bit further, and also explain some Haskell code I actually use to generate fractal pictures.
24+
25+
- [HLint Unused Extension Hints](https://neilmitchell.blogspot.com/2019/01/hlint-unused-extension-hints.html) by Neil Nitchell
26+
27+
> HLint has detected unused `LANGUAGE` pragmas for a while - where you enable an extension (e.g. `{-# LANGUAGE EmptyDataDecls #-}`) but don't use it. HLint v2.1.13 includes some improvements from Yair and myself making these hints even more powerful.
28+
29+
- [Visualizing Prequel Meme Prefix Tries with Recursion Schemes](https://blog.jle.im/entry/tries-with-recursion-schemes.html) by Justin Le
30+
31+
> Not too long ago, I was browsing the prequel memes subreddit when I noticed that a fad was in progress constructing tries based on quotes as keys indexing stills from the movie corresponding to those quotes.
32+
1333
## Jobs
1434

1535
- [Galois is Hiring!](https://workforcenow.adp.com/jobs/apply/posting.html?client=galois&ccId=19000101_000001&type=MP&lang=en_US) ([ad](https://haskellweekly.news/advertising.html))
@@ -23,18 +43,13 @@ This is a weekly summary of what's going on in its community.
2343
## In brief
2444

2545
- [About BusConf](https://www.tpflug.me/2019/01/28/about-busconf/)
26-
- [Announcing Floskell](https://memfrob.de/posts/announcing-floskell/)
2746
- [Applicative Bidirectional Programming and Automatic Differentiation](http://www.philipzucker.com/bidirectional-applicative-programming-and-automatic-differentation/)
2847
- [c-mix: Demo of C project with Haskell functions](https://github.com/begriffs/c-mix/tree/d509128d6d1a54d9c6a35b7baf8f52759ff42ad9)
2948
- [Compositional Typing for ML](https://hydraz.semi.works/posts/2019-01-28.html)
30-
- [Defining exceptions in Haskell](https://www.fpcomplete.com/blog/defining-exceptions-in-haskell)
31-
- [Fractals and Monads – Part 2](https://dkwise.wordpress.com/2019/01/30/fractals-and-monads-part-2/)
3249
- [Haskell training: 101 and 102](https://github.com/google/haskell-trainings/tree/a14f9f922b5cc46bc04b96203c688ddbe5ad1fc7)
3350
- [hermetic: Strategy game](https://github.com/seagreen/hermetic/tree/727381714c956a385c3968ea2a84ce9ecbf8c2d9)
34-
- [HLint Unused Extension Hints](https://neilmitchell.blogspot.com/2019/01/hlint-unused-extension-hints.html)
3551
- [Mismatched global packages](https://www.snoyman.com/blog/2019/01/mismatched-global-packages)
3652
- [Towards a simple theorem prover](https://medium.com/@maiavictor/towards-a-simple-theorem-prover-5005a1e66a6f)
37-
- [Visualizing Prequel Meme Prefix Tries with Recursion Schemes](https://blog.jle.im/entry/tries-with-recursion-schemes.html)
3853
- [Why Haskell IV: Typeclasses vs. Inheritance](https://mmhaskell.com/blog/2019/1/28/why-haskell-iv-typeclasses-vs-inheritance)
3954
- [You should try Hadrian](https://blogs.ncl.ac.uk/andreymokhov/you-should-try-hadrian/)
4055

0 commit comments

Comments
 (0)