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.
Author: M. H. Neifer
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.
Veterans Want to Code
Interesting article by Andrew Zaleski about retired or retiring military personnel that want to code. Thousands of Veterans Want to Learn to Code — But Can’t https://backchannel.com/thousands-of-veterans-want-to-learn-to-code-but-cant-7ed60c167a61 Yet another indication for blue collar coding? I think so.
Lisp, Smalltalk, and the Power of Symmetry
Understanding deep learning requires re-thinking generalization
I tried Haskell for 5 years and here’s how it was
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.
Old Programmers
Yet another piece about old programmers. Software Developers After 40, 50 and 60 Who Hate Being A Manager https://belitsoft.com/php-development-services/top-software-developers-after-40-50-and-60 If there is no problem, why do we talk about 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.”
The Power of Prolog
While I’m trying to concentrate on Haskell at this time, I couldn’t resist having a look into Markus Triskas book. The Power of Prolog https://www.metalevel.at/prolog Thanks for making this available online!
How to write Common Lisp in 2017
Paul Nathan has put together a website to help people get started with Lisp. articulate-lisp.com http://articulate-lisp.com/ I struggle with all the things mentioned.
Lisp Tutorial
Introductory Lisp tutorial by Sean Luke from George Mason University. Learning Lisp Fast http://cs.gmu.edu/~sean/lisp/LispTutorial.html Nice intro using SBCL, LispWorks and CLISP.
GNU Guile 2.2.0 released
Andy Wingo announced the release of GNU Guile 2.2.0 on March 16, 2017. GNU Guile 2.2.0 released https://www.gnu.org/software/guile/news/gnu-guile-220-released.html This article makes me want to try Guile.
Lisp and AI
Nice Lisp and AI overview from Sebastian Valencia. The Lisp approach to AI (Part 1) https://medium.com/ai-society/the-lisp-approach-to-ai-part-1-a48c7385a913#.w1r3aokfm Waiting for part 2.