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

Commit fedc5a8

Browse files
committed
Feature some posts
1 parent 616971d commit fedc5a8

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

content/issues/135.markdown

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,42 @@
1-
<!-- 2018-11-29 unpublished -->
1+
<!-- 2018-11-29 -->
22

33
Welcome to another issue of Haskell Weekly!
44
[Haskell](https://www.haskell.org) is a safe, purely functional programming language with a fast, concurrent runtime.
55
This is a weekly summary of what's going on in its community.
66

77
## Featured
88

9-
undefined
9+
- [My favorite Haskell function](https://github.com/quchen/articles/blob/c8540f28bca2049b35f48d242988ca1ca248d0d8/2018-11-22_zipWith_const.md)
10+
11+
> 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.
28+
29+
- [Tidal 1.0.0 refactor](https://slab.org/tidal-1-0-0-refactor/)
30+
31+
> 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.
1040
1141
## Jobs
1242

@@ -22,19 +52,11 @@ undefined
2252

2353
- [Battleship game online written in Haskell](https://np.reddit.com/r/haskell/comments/a12hwp/battleship_game_online_written_in_haskell/)
2454
- [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)
2755
- [Exploring Languages with Interpreters and Functional Programming](https://john.cs.olemiss.edu/~hcc/csci450/ELIFP/ExploringLanguages.html)
2856
- [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)
3057
- [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/)
32-
- [My favorite Haskell function](https://github.com/quchen/articles/blob/c8540f28bca2049b35f48d242988ca1ca248d0d8/2018-11-22_zipWith_const.md)
3358
- [ozil: A help viewer for your terminal](https://np.reddit.com/r/haskell/comments/9zk41p/ozil_a_help_viewer_for_your_terminal/)
34-
- [Parsing type-level strings in Haskell](https://kcsongor.github.io/symbol-parsing-haskell/)
3559
- [The usefulness of maybe monad](https://www.youtube.com/watch?v=0F15o6_jGAs)
36-
- [Tidal 1.0.0 refactor](https://slab.org/tidal-1-0-0-refactor/)
37-
- [Type Classes: The lessons continue](https://typeclasses.com/news/2018-11-lessons-continue)
3860
- [Type-driven program synthesis](https://www.youtube.com/watch?v=HnOix9TFy1A)
3961
- [Yo, Yoneda!](https://functional.works-hub.com/learn/yo-yoneda-a2965)
4062
- [Yoneda intuition from humble beginnings](https://gist.github.com/Icelandjack/02069708bc75f4284ac625cd0e2ec81f/6cb8f671d5bbc8592557e5c7a5a5c224a9663973)

0 commit comments

Comments
 (0)