/dpt/ - Daily Programming Thread

Haskell edition. What are you working on, Jow Forums?

Previous thread:

Attached: 1537420328335.jpg (1033x1458, 471K)

Other urls found in this thread:

seas.upenn.edu/~cis194/spring13/lectures.html
github.com/dlang/druntime/pull/2286
hackage.haskell.org/package/mtl-2.2.2/docs/Control-Monad-Cont.html
twitter.com/NSFWRedditImage

I'm interested in learning a high level functional language. Should I look up Haskell or Lisp? Why?

Post some code of yours

Attached: 1541734627486.png (1507x941, 210K)

Rust is amazing

Attached: 1532754783476.png (652x624, 248K)

Haskell

javafx

from itertools import cycle
cycle(["bure >", "rumba >", "ringo >"])
Reminder that Python is an acceptable Haskell.

Haskell is actual FP. Lisp's may have FP elements but almost always prioritize flexibility over committing to any particular paradigm.

I've seen Haskell code that might as well just be C, it was so imperative. Why do people do that

What like?