<div dir="ltr">Folks:<br><div><br>Recall the quote from <a href="http://haskell.1045720.n5.nabble.com/Haskell-Weekly-News-td5808226.html" target="_blank">the May Day 2015 issue:</a> <br><br>The MLs and Haskell remind me of Brian Eno's line about how the first Velvet Underground album only sold 30,000 copies, but "everyone who bought one of those 30,000 copies started a band".<br><div class="gmail_quote"><div dir="ltr"><div><br></div><div>This issue spotlights Elm and Idris, two languages implemented in Haskell. Enjoy!<br></div><div><b><br>Top Picks:<br></b><ul><li><a href="http://elm-lang.org/blog/new-adventures-for-elm" target="_blank">Evan Czaplicki of the Elm web-front-end language leaves Prezi for NoRedInk</a>. A startup dedicated to improving high-school English grammar, NoRedInk already employs 5 engineers writing Elm full-time. A <a href="https://news.ycombinator.com/item?id=10837278#up_10838052" target="_blank">HN comment hyperbolizes that Elm</a> "is Clojure without parens, it's Haskell without academy, it's Redux without facebook, it's duck-typing without quacks, it's MVC without objects, and last but not least Evan Czaplicki (the creator) is the new Aaron Patterson (bright and fun!)." [Ed. Aaron is a Ruby and also Rails core dev.]<br><br></li><li>Janos Dobronszki, a self-described "Haskell addict, latent Idris fan", <a href="http://crufter.com/2015/01/01/idris-a-language-which-will-change-the-way-you-think-about-programming/" target="_blank">introduces Idris</a> as "a language that will change the way you think about programming<span><a href="https://news.ycombinator.com/from?site=crufter.com" target="_blank"><span></span></a>." He motivates dependent types using </span>the classic list vector example. The <a href="https://news.ycombinator.com/item?id=10850205" target="_blank">Hacker News community enthuses over the article</a> with healthy signs of grassroots static-typing evangelism. Elsewhere, a haskell redditor obtains valuable answers about <a href="https://www.reddit.com/r/haskell/comments/3zc81v/tradeoffs_of_dependent_types_xpost_from_ridris/" target="_blank">the tradeoffs that dependently typed programming incurs</a>.<br><br></li><li>In <a href="http://www.stephendiehl.com/posts/monads_machine_code.html" target="_blank">"Monads to Machine Code (Part 1)"</a>, Stephen Diehl walks his readers through an LLVM-like runtime machine code generation while introducing the x86 architecture all at the same time. No mean feat, what more x86 as opposed to a RISC architecture. <a href="https://news.ycombinator.com/item?id=10842988" target="_blank">Much-loved on HN</a>. Also on <a href="https://www.reddit.com/r/haskell/comments/3zfca3/monads_to_machine_code_part_1/" target="_blank">haskell reddit</a>. Compare to <a href="http://augustss.blogspot.com/search/Label/Code%20generation" target="_blank">Lennart Augustsson's older series on code generation</a>. Quality packages on hackage for runtime code generation include <a href="https://hackage.haskell.org/package/harpy" target="_blank">harpy</a> and <a href="https://hackage.haskell.org/package/llvm-general" target="_blank">llvm-general</a>.<br><br></li><li>A redditor wonders whether <a href="https://www.reddit.com/r/haskell/comments/3zcjn7/optimizing_list_comprehensions/" target="_blank">3 nested loops written as a list comprehension</a> compiles into the tight machine code version of 3 nested loops. Conspicuously absent in the discussion is mention of <a href="https://hackage.haskell.org/package/vector" target="_blank">the Vector package</a> and <a href="https://donsbot.wordpress.com/2010/02/21/smoking-fast-haskell-code-using-ghcs-new-llvm-codegen/" target="_blank">Don Stewart's 2010 achievements of tight loop optimization</a>.<br></li></ul><br></div><b>Quotes of the Week:<br></b><div><div><div><ul><li>ReinH: thanks puregreen for Lens over Tea series<br>puregreen: is grinning all around<br>ReinH: also thanks for not titling it "You could have written lens"<br><a href="http://ircbrowse.net/day/haskell/today?id=22057773&timestamp=1451949277#t1451949277" target="_blank">johnw:</a> ReinH, just skip to, "You could have been edwardk", it answer all other questions<br>(Thanks to Gesh for the link.)<br><br></li><li><a href="https://news.ycombinator.com/item?id=10832576#up_10836690" target="_blank">From HN:</a> One thing I've learned from using immutable, functional languages (Elixir) is: "Don't tell your computer what to do, tell it how to transform data." While it may seem obvious, it's been a revelation for me and it has totally transformed how I write code, and especially how I test it.<br><br></li><li><a href="https://news.ycombinator.com/item?id=10833240#up_10837893" target="_blank">From HN:</a> FP people are nailing composability and reusability to never seen levels just in front of your eyes. You just have to keep them open to see. OOP did it at its time too, it just hit a ceiling; but there's one reason every imperative language is OOP nowadays.<br><br></li><li><a href="https://news.ycombinator.com/item?id=10850205#up_10855934" target="_blank">From HN:</a> As someone who learned Haskell and subsequently have been writing a lot of Python, I keep a mental tally of how many of my bugs (some of which took ages to track down) would have been caught immediately by a type system like Haskell's or Idris'. I'd say it's well over half.<br><br></li><li><a href="https://news.ycombinator.com/item?id=10850205#up_10856141" target="_blank">From HN:</a> <span><span>Haskell syntax is the lingua franca when discussing anything related to data types and functional programming these days.</span></span><br><br></li></ul><p><b>Videos of the Week:<br></b></p></div><div><ul><li>Watch <a href="https://www.youtube.com/playlist?list=PLE7tQUdRKcybh21_zOg8_y4f2oMKDHpUS" target="_blank">LambdaConf 2015</a>, organized by John A. De Goes and professionally recorded by <a href="http://www.confreaks.com/" target="_blank">Confreaks</a>. Richard Eisenberg presented on <a href="https://www.youtube.com/watch?v=6snteFntvjM" target="_blank">"A practical Introduction to GADTs"</a>. The video recording gets love over at <a href="https://www.reddit.com/r/haskell/comments/3yw2mg/lambdaconf_2015_videos/" target="_blank">haskell reddit</a> and even a talk summary.</li></ul></div><span class="HOEnZb"><font color="#888888"><div><div><div><br>-- Kim-Ee</div></div>
</div></font></span></div></div></div>
</div><br></div></div>