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.
> My favorite Haskell function is zipWith const. It's tiny. It's in Prelude. It's awesome.
12
+
13
+
-[Internal convention is a mistake](http://nikita-volkov.github.io/internal-convention-is-a-mistake/)
14
+
15
+
> In this post I'm gonna highlight the issues of the "Internal" modularization convention and provide a proper solution to the same set of problems.
16
+
17
+
-[Haskell and Rust](https://www.fpcomplete.com/blog/2018/11/haskell-and-rust)
18
+
19
+
> The learning curve of both Haskell and Rust is worthwhile. They are both platforms that you can invest deeply into for robust infrastructure and applications that perform well.
20
+
21
+
-[Parsing type-level strings in Haskell](https://kcsongor.github.io/symbol-parsing-haskell/)
22
+
23
+
> Any inductively defined data type can be used not only at the term level, but also at the type level. A notable exception are strings, which provide the main theme for today's blog post.
24
+
25
+
-[Cursors, part 2: The text cursor](https://cs-syd.eu/posts/2018-11-28-cursors-text)
26
+
27
+
> This is the second post in a series about cursors. It prepares the right data structure to write an editor for a single line of text.
> I've put a lot of time into Tidal the last couple of months, starting with preparation for an advanced tidal workshop in Tokyo, but things got out of hand and ended with a rewrite of its innards, solving some long-standing issues.
32
+
33
+
-[Type Classes: The lessons continue](https://typeclasses.com/news/2018-11-lessons-continue)
34
+
35
+
> Happy Thanksgiving! We each have a new lesson of each of our respective courses for you.
36
+
37
+
-[Counting the cost of colons in Haskell](https://neilmitchell.blogspot.com/2018/11/counting-cost-of-colons-in-haskell.html)
38
+
39
+
> Haskell uses `::` as the type operator. That was a mistake that costs us over 1 million characters of source code.
10
40
11
41
## Jobs
12
42
@@ -22,19 +52,11 @@ undefined
22
52
23
53
-[Battleship game online written in Haskell](https://np.reddit.com/r/haskell/comments/a12hwp/battleship_game_online_written_in_haskell/)
24
54
-[Cloud Haskell: High level redesign proposal](https://github.com/haskell-distributed/distributed-process/wiki/High-Level-Redesign-Proposal/f0ac67e3061c61244fdc32c642ce721541a19b0a)
25
-
-[Counting the cost of colons in Haskell](https://neilmitchell.blogspot.com/2018/11/counting-cost-of-colons-in-haskell.html)
26
-
-[Cursors, part 2: The text cursor](https://cs-syd.eu/posts/2018-11-28-cursors-text)
27
55
-[Exploring Languages with Interpreters and Functional Programming](https://john.cs.olemiss.edu/~hcc/csci450/ELIFP/ExploringLanguages.html)
28
56
-[Formality is now able to fuse native datatypes](https://np.reddit.com/r/haskell/comments/a07sst/quick_update_formality_is_now_able_to_fuse_native/)
29
-
-[Haskell and Rust](https://www.fpcomplete.com/blog/2018/11/haskell-and-rust)
30
57
-[Haskell Bazaar: Explore Haskell and functional programming concepts](https://www.haskellbazaar.com)
31
-
-[Internal convention is a mistake](http://nikita-volkov.github.io/internal-convention-is-a-mistake/)
-[Yoneda intuition from humble beginnings](https://gist.github.com/Icelandjack/02069708bc75f4284ac625cd0e2ec81f/6cb8f671d5bbc8592557e5c7a5a5c224a9663973)
0 commit comments