haskell共5篇
Notes on

Notes on “Erik Meijer: Functional Programming”

Notes on 'Erik Meijer: Functional Programming',My notes on an interview of Erik Meijer talking about functional programming: https://www.youtube.com/watch?v=z0N1aZ6SnBk. It's a sup...
kity的头像-拾光赋kity5年前
0445

“Haskell on the JVM” :: Frege vs. Eta

'Haskell on the JVM' :: Frege vs. Eta,Both Frege and Eta purport to be 'Haskell for the JVM'. Frege is older, so I would assume more stable, but I'd never heard of it before today....
kity的头像-拾光赋kity6年前
03711
Let the compiler do the work for you!-拾光赋

Let the compiler do the work for you!

Let the compiler do the work for you!,Recently I came across a little programming puzzle, the task was to take a binary search tree and return a new tree, where every node is repla...
kity的头像-拾光赋kity6年前
02710
What the heck is polymorphism?-拾光赋

What the heck is polymorphism?

What the heck is polymorphism?,Polymorphism is the idea of defining data structures or algorithms in general, so you can use them for more than one data type. The complete answer i...
kity的头像-拾光赋kity6年前
03814
Language Features: Best and Worst-拾光赋

Language Features: Best and Worst

Language Features: Best and Worst,I'm interested in building my own programming language and I want to know: what are your most-loved and most-hated features of any programming lan...
kity的头像-拾光赋kity6年前
0387