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

Commit 5a0d5c9

Browse files
committed
Add pull quotes to featured content
1 parent 0ed8891 commit 5a0d5c9

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

content/issues/111.markdown

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,45 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
1010
## Featured
1111

1212
- [Accessing Postgres in a dataframe in Haskell](https://www.gagandeepbhatia.com/blog/accessing-postgres-in-a-dataframe-in-haskell-early-steps-part-1/)
13+
14+
> I have been accepted to Google Summer of Code 2018 as part of the Haskell.org open source organization. As part of this, I am trying to implement an add-on to the Frames library that would allow one to access Postgres from a dataframe in Haskell.
15+
1316
- [Codewars: An interactive online judge](https://np.reddit.com/r/haskell/comments/8qqihd/codewars_an_interactive_online_judge/)
17+
18+
> An online judge is a website where there are programming challenge, you can try to send solution (as program) and they get automatically graded against some test.
19+
1420
- [Contributing to GHC 1: Preparation](https://mmhaskell.com/blog/2018/6/11/contributing-to-ghc-1-preparation)
21+
22+
> Without GHC and the hard work that goes into it from many volunteers, Haskell would not be the language it is today. So in the next few weeks we'll be explore the process of building and (hopefully) contributing to GHC.
23+
1524
- [GHC proposal: Remove the `*` kind syntax](https://github.com/int-index/ghc-proposals/blob/a0dd13465e0286171a153e3106291e19a88202f0/proposals/0000-remove-star-kind.rst)
25+
26+
> As we move towards DependentHaskell, it is increasingly painful to support this historical choice of name. We propose to slowly and carefully remove this syntactic oddity from the language.
27+
1628
- [Haskell REST API discussion](https://np.reddit.com/r/haskell/comments/8p9mm3/haskell_rest_api_discussion/)
29+
30+
> A few questions for those of us that write REST APIs in Haskell.
31+
1732
- [I built a chess analytics web app in Haskell](https://np.reddit.com/r/haskell/comments/8qecdw/i_built_a_chess_analytics_web_app_in_haskell/)
33+
34+
> I like chess, analytics, and Haskell, so I decided to combine all this into a single app. My aspiration for the app is to be able to produce a large number of interesting statistics and turn it into something like "538 for chess".
35+
1836
- [Lenses embody products, prisms embody sums](https://blog.jle.im/entry/lenses-products-prisms-sums.html)
37+
38+
> This post won't be a "lens tutorial", but rather a dive into an perspective on lenses and prisms that I've heard repeated many times (and always credited to Edward Kmett) but never quite expanded on in-depth.
39+
1940
- [Motivation for monads](https://np.reddit.com/r/haskell/comments/8pym3x/motivation_for_monads/)
41+
42+
> If you are new to Haskell-style languages, monads probably feel clunky. Sure, the bare bones example that a monad tutorial will show you is clean enough, but as soon as you try to do anything more complex, you can easily end up in a morass of type errors.
43+
2044
- [Source plugins: Four ways to build a type checked Haskell expression](https://mpickering.github.io/posts/2018-06-11-source-plugins.html)
45+
46+
> In this post, I'll demonstrate and explain four different ways of arriving at a type checked expression which can then be inserted into a program.
47+
2148
- [Turning bottom-up into top-down with reverse state](https://blog.ielliott.io/topsy-turvy-reverse-state/)
2249

50+
> I love bound - it makes De Bruijn indices mindlessly easy. I also love Plated for all sorts of whole-program transformations. I think they're two indispensable tools for working with programming languages. Unfortunately, they're not compatible.
51+
2352
## Jobs
2453

2554
- [Software engineer at ITProTV in Gainesville, Florida](https://functionaljobs.com/jobs/9080-software-engineer-developer-at-itprotv)
@@ -28,16 +57,18 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
2857
2958
## In brief
3059

31-
- [Announce: Haskell Platform 8.4.3](https://mail.haskell.org/pipermail/haskell-cafe/2018-June/129256.html)
32-
- [ascii-runner](https://github.com/smallhadroncollider/ascii-runner/tree/52d8b04fd875e2756645ac45167591ad41800a05)
33-
- [Gamgee: Your sidekick for managing multi-factor authentication tokens](https://github.com/rkaippully/gamgee/tree/87ba29549bcd682cacf6d45346eb80e8110912a7)
34-
- [servant-dhall](https://hackage.haskell.org/package/servant-dhall-0.1)
3560
- [A promise checked is a promise kept: Inspection Testing](https://arxiv.org/pdf/1803.07130.pdf) [pdf]
61+
- [Announce: Haskell Platform 8.4.3](https://mail.haskell.org/pipermail/haskell-cafe/2018-June/129256.html)
62+
- [ASCII-Runner: An infinite runner in your terminal](https://github.com/smallhadroncollider/ascii-runner/tree/52d8b04fd875e2756645ac45167591ad41800a05)
63+
- [Between two sets: HaskellRank #05](https://www.youtube.com/watch?v=40kpc90ZzDg) [video]
64+
- [CoRecursive: Dependent types in Haskell with Stephanie Weirich](https://corecursive.com/015-dependant-types-in-haskell-with-stephanie-weirich) [audio]
3665
- [Functional pearl: Ghosts of departed proofs](https://github.com/matt-noonan/gdp-paper/releases/download/june-2018-draft/gdp.pdf) [pdf]
66+
- [Gamgee: Your sidekick for managing multi-factor authentication tokens](https://github.com/rkaippully/gamgee/tree/87ba29549bcd682cacf6d45346eb80e8110912a7)
67+
- [Hackathon review and Stack maintenance](https://www.fpcomplete.com/blog/2018/06/hackathon-review-and-stack-maintenance)
68+
- [Monadic.Party 2018](https://www.youtube.com/playlist?list=PLcAu_kKy-krz3t2teYyCM0Lt4015DF-Zp) [video]
69+
- [servant-dhall: Accept and return Dhall expressions](https://hackage.haskell.org/package/servant-dhall-0.1)
3770
- [Suggesting valid hole fits for typed holes](https://mpg.is/papers/gissurarson2018suggesting.pdf) [pdf]
3871
- [Type variables in patterns](https://arxiv.org/pdf/1806.03476.pdf) [pdf]
39-
- [Between two sets: HaskellRank #05](https://www.youtube.com/watch?v=40kpc90ZzDg) [video]
40-
- [Monadic.Party 2018](https://www.youtube.com/playlist?list=PLcAu_kKy-krz3t2teYyCM0Lt4015DF-Zp) [video]
4172
- [ZuriHac 2018 beginner track Friday](https://www.youtube.com/watch?v=4fNIhrDhaYA) [video]
4273

4374
## Package of the week

0 commit comments

Comments
 (0)