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/128.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
+
-[An introduction to linear regression using Haskell](https://samcgardner.github.io/2018/10/06/linear-regression-in-haskell.html)
10
+
11
+
> I decided to stray a little off the beaten track and implement the programming exercises from Andrew's course in Haskell instead. Haskell feels well-suited for this problem.
12
+
13
+
-[`elm-beam`](https://kofi.sexy/blog/elm-beam)
14
+
15
+
> I've been exploring the idea of an Elm compiler that produces assembly for the Erlang Virtual Machine. This essay documents some interesting parts of the project.
16
+
17
+
-[Fullstack Haskell: Reflex and Servant](https://jappieklooster.nl/fullstack-haskell-reflex-and-servant.html)
18
+
19
+
> If it were 2005 you may have been able to get away with just blaze. But we are in 2018+, and JavaScript is a problem. In this blog post we will explore how to deal with JavaScript trough reflex and GHCJS.
20
+
21
+
-[RAII is better than the bracket pattern](https://www.snoyman.com/blog/2018/10/raii-better-than-bracket-pattern)
22
+
23
+
> The RAII (Resource Acquisition Is Initialization) approach in both C++ and Rust leads to a nicer solution than even our bracket pattern in Haskell, by (mostly) avoiding the possibility of a premature close.
24
+
25
+
-[Announce: Haskell code explorer: Tool that helps understand Haskell codebases](https://np.reddit.com/r/haskell/comments/9layin/ann_haskell_code_explorer_tool_that_helps/)
26
+
27
+
> Haskell code explorer is a web application for exploring and understanding Haskell codebases. It provides the following features: Types and documentation on hover, go to definition, find references, type of each expression & semantic highlighting.
28
+
29
+
-[Comprehending monoids with class](https://lptk.github.io/programming/2018/10/04/comprehending-monoids-with-class.html)
30
+
31
+
> For expressing queries over collections of data, monoid comprehension can be more flexible, simpler, more efficient, and safer than its monadic counterpart.
32
+
33
+
-[Counting inversions with monoidal sparks](https://byorgey.wordpress.com/2018/10/06/counting-inversions-with-monoidal-sparks/)
34
+
35
+
> Time for me to reveal the example I had in mind that led to the generalization in my previous post. Thanks for all the interesting comments: it seems like there are some interesting connections to be explored.
36
+
37
+
-[Detailed walkthrough for a beginner Haskell program](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)
38
+
39
+
> This post walks through the development of a small Haskell program for aligning equals symbols in a block of text. This walkthrough targets a beginning programmer by describing several steps and concepts in extra detail.
40
+
41
+
-[Making a Haskell interface for the Rosie pattern language](https://whatthefunctional.wordpress.com/2018/10/10/making-a-haskell-interface-for-the-rosie-pattern-language/)
42
+
43
+
> The Rosie Pattern Language (RPL) is a DSL for parsing strings which is more convenient and easier to work with than regular expressions. RPL is a Lua library with a C Foreign Function Interface (FFI). I noticed that there wasn't a way to call it from Haskell.
44
+
45
+
-[Writing a simple web application](https://qnikst.github.io/posts/2018-10-09-starting-webapp.html)
46
+
47
+
> I've talked about adding metrics to the Haskell application. I decided to prepare a full example that can be looked at and reused in later posts and projects.
-[Fullstack Haskell: Reflex and Servant](https://jappieklooster.nl/fullstack-haskell-reflex-and-servant.html)
34
65
-[`ghci-hexcalc`: GHCi as a hex calculator](https://github.com/takenobu-hs/ghci-hexcalc/tree/7998ed7d0bad32772b75f0c62227399ae9873721)
35
66
-[Haskell Communities and Activities Report, November 2018 edition: Call for contributions](https://mail.haskell.org/pipermail/haskell-cafe/2018-October/130071.html)
36
-
-[Making a Haskell interface for the Rosie pattern language](https://whatthefunctional.wordpress.com/2018/10/10/making-a-haskell-interface-for-the-rosie-pattern-language/)
0 commit comments