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

Commit 507e69c

Browse files
committed
Feature some articles
1 parent b9f6601 commit 507e69c

File tree

1 file changed

+39
-11
lines changed

1 file changed

+39
-11
lines changed

content/issues/128.markdown

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

77
## Featured
88

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.
1048
1149
## Jobs
1250

@@ -21,25 +59,15 @@ undefined
2159
## In brief
2260

2361
- [2018 Haskell survey results](https://www.fpcomplete.com/blog/2018-haskell-survey-results)
24-
- [An introduction to linear regression using Haskell](https://samcgardner.github.io/2018/10/06/linear-regression-in-haskell.html)
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-
- [Comprehending monoids with class](https://lptk.github.io/programming/2018/10/04/comprehending-monoids-with-class.html)
2762
- [`Control.Dsl`: An alternative to monads](https://np.reddit.com/r/haskell/comments/9ljfw0/controldsl_an_alternative_to_monads/)
28-
- [Counting inversions with monoidal sparks](https://byorgey.wordpress.com/2018/10/06/counting-inversions-with-monoidal-sparks/)
2963
- [Deeper Stack knowledge](https://mmhaskell.com/blog/2018/10/8/deeper-stack-knowledge)
30-
- [Detailed walkthrough for a beginner Haskell program](http://www.haskellforall.com/2018/10/detailed-walkthrough-for-beginner.html)
31-
- [`elm-beam`](https://kofi.sexy/blog/elm-beam)
3264
- [Full deck](https://blog.ploeh.dk/2018/10/08/full-deck/)
33-
- [Fullstack Haskell: Reflex and Servant](https://jappieklooster.nl/fullstack-haskell-reflex-and-servant.html)
3465
- [`ghci-hexcalc`: GHCi as a hex calculator](https://github.com/takenobu-hs/ghci-hexcalc/tree/7998ed7d0bad32772b75f0c62227399ae9873721)
3566
- [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/)
3767
- [Penrose: Create beautiful mathematical diagrams](http://penrose.ink/)
38-
- [RAII is better than the bracket pattern](https://www.snoyman.com/blog/2018/10/raii-better-than-bracket-pattern)
3968
- [Requesting feedback on OpenADT package](https://np.reddit.com/r/haskell/comments/9loj5o/requesting_feedback_openadt/)
4069
- [What is new in cross compiling Haskell: August & September edition](https://medium.com/@zw3rk/what-is-new-in-cross-compiling-haskell-ffed2a014be5)
4170
- [Wrapping up Haskell Book](http://bitemyapp.com/posts/2018-10-03-wrapping-up-haskellbook.html)
42-
- [Writing a simple web application](https://qnikst.github.io/posts/2018-10-09-starting-webapp.html)
4371

4472
## Package of the week
4573

0 commit comments

Comments
 (0)