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

Commit 109b6ae

Browse files
committed
Feature some articles
1 parent 717db6e commit 109b6ae

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

content/issues/121.markdown

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

77
## Featured
88

9-
undefined
9+
- [Goals for GHC 8.8](https://mail.haskell.org/pipermail/ghc-devs/2018-August/016120.html)
10+
11+
> Since GHC 8.6 is almost released it's time to start thinking about our goals for 8.8, which will branch in November. I have added the items that I know are in-flight to the 8.8 status page. If you have a project that you would like to see present in 8.8 then please do add it as well.
12+
13+
- [Announcing Eta v0.8.6](https://blog.eta-lang.org/https-blog-eta-lang-org-announcing-eta-v0-8-6-e8b63c92c6ca)
14+
15+
> Featuring reproducible builds, `base-4.11.1.0`, and Backpack. The Eta team is happy to announce a new version of Eta --- v0.8.6! Etlas v1.5.0 is also released and is required to use the newer features.
16+
17+
- [Small assets without the headache: Minification made easy with Elm 0.19](https://elm-lang.org/blog/small-assets-without-the-headache)
18+
19+
> I am excited to finally share this release publicly! I hope it will help you out, whether you are learning your first programming language or on your way to 300k lines of code at work. As folks with 50k+ lines upgrade to Elm 0.19, I encourage you to share your new asset sizes and compile times.
20+
21+
- [The Joy of Haskell: What is happening](https://joyofhaskell.com/posts/2018-08-06-announcement.html)
22+
23+
> Lately, we've been looking at all we have to write --- the partially finished parts as well as the bare stubs populating the book repository and have made a decision: Joy of Haskell is properly two books, not one.
24+
25+
- [Announcing Haskell From Scratch beginners course](https://mmhaskell.com/blog/2018/8/20/announcing-haskell-from-scratch-beginners-course)
26+
27+
> This week we have a huge announcement we've been working towards for a long time. One of the main goals of this blog has been to create content to make it easy for newcomers to learn Haskell. We've now reached the culmination of that goal with our brand new Haskell From Scratch course.
28+
29+
- [GHCi custom key bindings](https://blog.rcook.org/blog/2018/ghci-custom-key-bindings/)
30+
31+
> I want to bind keyboard shortcuts to GHCi commands. GHCi makes use of the Haskeline package for performing line input. As an example, I'm going to show you how to bind `F7` to the GHCi `:reload` command.
32+
33+
- [Not-o-matic differentiation](https://ajknapp.github.io/2018/08/14/notomatic-differentiation.html)
34+
35+
> This summer, I worked on a Google Summer of Code project intended to implement automatic differentiation for Haskell's accelerate vector programming EDSL, using a new method of automatic differentiation.
36+
37+
- [What I did on my summer vacation](https://typedr.at/posts/what-i-did-on-my-summer-vacation/)
38+
39+
> This year, I took part in Google Summer of Code, with a project to attempt to finish bringing Cabal;s Nix-style local builds (the `new-` commands, at least for now) up to parity with the old stateful methodology of using `cabal-install`.
40+
41+
- [Why doesn't GHCi on Windows find my DLL](https://hub.zhox.com/posts/why-doesnt-ghc-on-windows-find-my-dll/)
42+
43+
> Why is GHCi looking for `my-cool-library.dll` instead of `my-cool-library-7.dll`. You rename the file and things *seem* to work. This is actually quite dangerous and wrong. Unfortunately this is also often suggested as what to do.
1044
1145
## Jobs
1246

@@ -16,25 +50,16 @@ You should [advertise with us](/advertising.html)!
1650
## In brief
1751

1852
- [A very small SAT solver](http://www.cse.chalmers.se/~algehed/blogpostsHTML/SAT.html)
19-
- [Announcing Eta v0.8.6](https://blog.eta-lang.org/https-blog-eta-lang-org-announcing-eta-v0-8-6-e8b63c92c6ca)
20-
- [Announcing Haskell From Scratch beginners course](https://mmhaskell.com/blog/2018/8/20/announcing-haskell-from-scratch-beginners-course)
2153
- [`cio`: Cached HTTP requests for a smooth Jupyter experience](http://nmattia.com/posts/2018-08-21-cio-cached-http-requests-jupyter.html)
2254
- [Elm 0.19 brings better collections](https://dev.to/skinney/elm-019-brings-better-collections-3320)
23-
- [GHCi custom key bindings](https://blog.rcook.org/blog/2018/ghci-custom-key-bindings/)
24-
- [Goals for GHC 8.8](https://mail.haskell.org/pipermail/ghc-devs/2018-August/016120.html)
2555
- [How to get into machine learning for a Haskeller](https://functor.tokyo/blog/2018-08-21-machine-learning-for-haskellers)
2656
- [How to Hakyll CircleCI 2.0](https://nazarii.bardiuk.com/posts/hakyll-circle.html)
2757
- [How to turn a Dromedary camel into a Bactrian camel](https://shiftordie.de/blog/2018/08/17/how-to-transform-camels-purescript-haskell/)
2858
- [Lenses for philosophers](https://julesh.com/2018/08/16/lenses-for-philosophers/)
29-
- [Not-o-matic differentiation](https://ajknapp.github.io/2018/08/14/notomatic-differentiation.html)
3059
- [Picnic: Put containers into a backpack](https://kowainik.github.io/posts/2018-08-19-picnic-put-containers-into-a-backpack)
3160
- [RealWorld example with Haskell Yesod](https://tzemanovic.gitlab.io/posts/realworld-example-with-haskell-yesod/)
32-
- [Small assets without the headache: Minification made easy with Elm 0.19](https://elm-lang.org/blog/small-assets-without-the-headache)
33-
- [Solving the mystery behind the abstract algorithm’s magical optimizations](https://medium.com/@maiavictor/solving-the-mystery-behind-abstract-algorithms-magical-optimizations-144225164b07)
34-
- [The Joy of Haskell: What is happening](https://joyofhaskell.com/posts/2018-08-06-announcement.html)
61+
- [Solving the mystery behind the abstract algorithm's magical optimizations](https://medium.com/@maiavictor/solving-the-mystery-behind-abstract-algorithms-magical-optimizations-144225164b07)
3562
- [Water jug rewrite with Haskell](https://functional.works-hub.com/learn/water-jug-rewrite-with-haskell-part-i-4347a)
36-
- [What I did on my summer vacation](https://typedr.at/posts/what-i-did-on-my-summer-vacation/)
37-
- [Why doesn't GHCi on Windows find my DLL](https://hub.zhox.com/posts/why-doesnt-ghc-on-windows-find-my-dll/)
3863

3964
## Package of the week
4065

0 commit comments

Comments
 (0)