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/134.markdown
+39-11Lines changed: 39 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,45 @@ This is a weekly summary of what's going on in its community.
6
6
7
7
## Featured
8
8
9
-
undefined
9
+
-[2018 state of Haskell survey results](https://taylor.fausak.me/2018/11/18/2018-state-of-haskell-survey-results/) by Taylor Fausak
10
+
11
+
> This post will graph the answers to the multiple-choice questions. I will not attempt to summarize the answers to free-response questions. I encourage any interested parties to download the raw results, do their own analysis, and share their results.
12
+
13
+
-[Hakyll part 2: Generating a sitemap XML file](https://robertwpearce.com/hakyll-pt-2-generating-a-sitemap-xml-file.html) by Robert Pearce
14
+
15
+
> This is part 2 of a multipart series where we will look at getting a website / blog set up with Hakyll and customized a fair bit.
16
+
17
+
-[Function totality: Abstraction tool in programming](https://dimjasevic.net/marko/2018/11/20/function-totality-abstraction-tool-in-programming/) by Marko Dimjašević
18
+
19
+
> Abstraction is a cornerstone of programming a complex software system. Without it, a complex software system is a complicated software system. In this article I will explore an important tool in achieving abstraction in programming: function totality.
20
+
21
+
-[A low-latency garbage collector for GHC](https://bgamari.github.io/posts/2018-11-18-nonmoving-gc-for-ghc.html) by Ben Gamari
22
+
23
+
> As real-time and distributed systems become common-place, latencies associated with memory management begin to limit the usability of garbage collected languages.
24
+
25
+
-[A new course begins](https://typeclasses.com/news/2018-11-new-course-functortown) by Julie Moronuki
26
+
27
+
> This week has brought some changes that we're pretty excited about. I've planned a whole course on all the functors in Haskell, called Functortown: A Map of the Territory.
28
+
29
+
-[Ex-Hack: A Haskell example-based documentation](https://alternativebit.fr/posts/haskell/ex-hack-alpha/) by Félix Baylac-Jacqué
30
+
31
+
> Ex-Hack is an example-based documentation automatically generated using the packages posted on Stackage.
32
+
33
+
-[IHaskell on Windows!](https://blog.ramdoot.in/ihaskell-on-windows-c549e6442262) by Arvind Devarajan
34
+
35
+
> The obvious advantage of using IHaskell on WSL is the fact that it looks very natural on a Windows system, not to forget that you have no need to depend on third-party solutions like VirtualBox to get your Linux on.
36
+
37
+
-[Stack(age): History, philosophy, and future](https://www.snoyman.com/blog/2018/11/stackage-history-philosophy-future) by Michael Snoyman
38
+
39
+
> Both the Stackage and Stack projects originated many years ago. At the time they started, they had specific goals geared at solving problems at the time. Some of those problems remain, some have changed. Also, as the projects have continued, some goals have morphed as well.
40
+
41
+
-[State monad comes to help sequential pattern matching](https://kowainik.github.io/posts/2018-11-18-state-pattern-matching) by Dmitrii Kovanikov
42
+
43
+
> Let's try to solve one specific problem using the State monad and monad transformers to see how pure stateful computations work in Haskell and how they can be used to write better interfaces.
44
+
45
+
-[Termonad: A terminal emulator configurable in Haskell](https://functor.tokyo/blog/2018-11-15-termonad) by Dennis Gosnell
46
+
47
+
> Termonad is similar to other popular terminal emulators, but it is completely configurable in Haskell. It aims to be the "XMonad of terminal emulators". Termonad is aimed at Haskellers who want a highly configurable terminal emulator.
10
48
11
49
## Jobs
12
50
@@ -20,23 +58,13 @@ undefined
20
58
21
59
## In brief
22
60
23
-
-[2018 state of Haskell survey results](https://taylor.fausak.me/2018/11/18/2018-state-of-haskell-survey-results/)
24
-
-[A low-latency garbage collector for GHC](https://bgamari.github.io/posts/2018-11-18-nonmoving-gc-for-ghc.html)
25
-
-[A new course begins](https://typeclasses.com/news/2018-11-new-course-functortown)
26
61
-[Elm series + PureScript coming up!](https://mmhaskell.com/blog/2018/11/19/elm-series-purescript-coming-up)
27
-
-[Ex-Hack: A Haskell example-based documentation](https://alternativebit.fr/posts/haskell/ex-hack-alpha/)
28
-
-[Function totality: Abstraction tool in programming](https://dimjasevic.net/marko/2018/11/20/function-totality-abstraction-tool-in-programming/)
29
62
-[Functional architecture: A definition](https://blog.ploeh.dk/2018/11/19/functional-architecture-a-definition/)
30
-
-[Hakyll Part 2: Generating a sitemap XML file](https://robertwpearce.com/hakyll-pt-2-generating-a-sitemap-xml-file.html)
31
-
-[IHaskell on Windows!](https://blog.ramdoot.in/ihaskell-on-windows-c549e6442262)
32
63
-[Keeping formal verification in bounds](https://doisinkidney.com/posts/2018-11-20-fast-verified-structures.html)
33
64
-[Lambda World Seattle 2018](https://www.youtube.com/playlist?list=PL4yAk3UBuBSo8BMnuUPteqj-AJL26tdAs)
-[Raft: Adjoint's implementation of the Raft consensus algorithm](https://github.com/adjoint-io/raft/tree/e66accb71e8f883f922368203ecd56ca725e3d71)
36
67
-[Some things about Yesod](https://siskam.link/2018-11-14-some-things-about-yesod.html)
37
-
-[Stack(age): History, philosophy, and future](https://www.snoyman.com/blog/2018/11/stackage-history-philosophy-future)
38
-
-[State monad comes to help sequential pattern matching](https://kowainik.github.io/posts/2018-11-18-state-pattern-matching)
39
-
-[Termonad: A terminal emulator configurable in Haskell](https://functor.tokyo/blog/2018-11-15-termonad)
40
68
-[The state of Haskell 2018 survey: Take 2](https://medium.com/barely-functional/the-state-of-haskell-2018-survey-60155f5c1b14)
41
69
-[Upcoming Stackage LTS 13 snapshot with GHC 8.6.2](https://www.stackage.org/blog/2018/11/upcoming-lts-13-ghc-8-6-2)
42
70
-[VoidSpace: Well-typed typing tutor where you type types... in space](https://github.com/ChrisPenner/void-space/tree/0058a78334921cd3efa425c53e900e173c3e3a5f)
0 commit comments