Dynamic Dispatch in Haskell

I found this article about Dynamic Dispatch in Haskell. Dynamic Dispatch in Haskell, or: How Can I Make My Code Extendable? https://two-wrongs.com/dynamic-dispatch-in-haskell-how-to-make-code-extendable Not an easy read. Too much for me at this time.

About Teaching Haskell

Steven Syrek writes about how he teaches Haskell. Some Notes on Haskell Pedagogy https://medium.com/@sjsyrek/some-notes-on-haskell-pedagogy-de43281b1a5c I want to try this.

Type Level Programming

Matt Parsons about type level programming in Haskell. Basic Type Level Programming in Haskell http://www.parsonsmatt.org/2017/04/26/basic_type_level_programming_in_haskell.html If type level programming in Haskell is like template meta programming in C++, then I do not want this.

Intel Haskell Research Compiler

You might want to have a look at the Intel Haskell Research Compiler (HRC). The Functional Language Research Compiler https://github.com/IntelLabs/flrc Please note: “We at Intel Labs are no longer actively working on this compiler.”

From math to machine

Brian Steffens wrote a very interesting article about how a mathematical function translates all the way down to machine code. From math to machine: translating a function to machine code https://briansteffens.github.io/2017/02/20/from-math-to-machine.html I like the part with the machine code: 48 bf 01 00 00 … 🙂

Haskell System Programming

Want to try system programming in Haskell? Have a look at the Haskus system. Haskus system https://github.com/haskus/haskus-system Oh my. So many things to try. And so little free time. Maybe I should go part-time.

Haskell At Facebook

Simon Marlow explains a bit about how they run Haskell at Facebook. Haskell in the Datacentre https://simonmar.github.io/posts/2016-12-08-Haskell-in-the-datacentre.html Unfortunately I don’t know enough about Haskell to understand the whole article. However, it seems that it’s worth to learn more about this.

Speeding up development with Haskell

Interesting article from Chris Done about speeding up development with Haskell. Mastering Time-to-Market with Haskell https://www.fpcomplete.com/blog/2016/11/mastering-time-to-market-haskell However, I wonder what the author thinks are Haskells “competitors”. I don’t like this competition.

Taste Haskell

Dennis Felsing has written a nice tutorial about Haskell. A Taste of Haskell https://hookrace.net/blog/a-taste-of-haskell/ Let’s see, if I can make use of this.