Issue 23
I am pleased to announce that Issue 23 of the Monad Reader is now available.
Issue 23 consists of the following five articles:
- FizzBuzz in Haskell by Embedding a Domain-Specific Language by Maciej Pírog
- Supercompilation: Ideas and Methods (+appendix) by Ilya Klyuchnikov and Dimitur Krustev
- A Haskell sound specification DSL: Ludic support and deep immersion in Nordic technology-supported LARP by Henrik Bäärnhielm, Daniel Sundström and Mikael Vejdemo-Johansson
- MFlow, a continuation-based web framework without continuations by Alberto Gomez Corona
- Practical Type System Benefits by Neil Brown
This time around, I have individual article files for each (and the supercompilation article has an extra appendix not included in the full issue PDF).
Feel free to browse the source files. You can check out the entire repository using Git:
git clone https://github.com/ezyang/tmr-issue23.git
If you’d like to write something for Issue 24, please get in touch!
Reblogged this on Academic Computing and commented:
For some of the Blackbox analysis work that I’ve been doing, I have used Haskell as a programming language. It seemed like the best tool for the job, given its strong support for concurrency and parallelism (needed to speed up the analysis) and for parsing and manipulating syntax trees (which is needed for most of the analyses). I wrote a short article for “The Monad Reader” magazine about some of the ways in which Haskell’s strong type system helped with writing the analysis. Direct link: https://themonadreader.files.wordpress.com/2014/04/nccb.pdf or see the reblogged post for the full contents and other articles in the issue.
Neil Brown
May 1, 2014 at 11:02 am