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/111.markdown
+37-6Lines changed: 37 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,45 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
10
10
## Featured
11
11
12
12
-[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
+
13
16
-[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
+
14
20
-[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
+
15
24
-[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
+
16
28
-[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
+
17
32
-[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".
> 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
+
19
40
-[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
+
20
44
-[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
+
21
48
-[Turning bottom-up into top-down with reverse state](https://blog.ielliott.io/topsy-turvy-reverse-state/)
22
49
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
+
23
52
## Jobs
24
53
25
54
-[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
-[Gamgee: Your sidekick for managing multi-factor authentication tokens](https://github.com/rkaippully/gamgee/tree/87ba29549bcd682cacf6d45346eb80e8110912a7)
-[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]
36
65
-[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)
0 commit comments