Faith in p values

Steve Luck writes about loosing faith in p values. Why I’ve lost faith in p values https://lucklab.ucdavis.edu/blog/2018/4/19/why-i-lost-faith-in-p-values The title of this article is very interesting. A lot of calculations today depend on statistics and p values, I think. Do we have faith in their […]

Replace JavaScript

Every time I read articles like the following from John Ankarström, I wonder why JavaScript is (still) so popular. Let’s Replace JavaScript with Something Better https://john.ankarstrom.se/english/texts/replacing-javascript/ Well, to be honest, I haven’t done bigger projects in JavaScript yet. So I do not really know how […]

Earn more with functional programming

This article gives an overview of a Stack Overflow survey about programming languages. Developers love trendy new languages but earn more with functional programming https://arstechnica.com/gadgets/2018/03/developers-love-trendy-new-languages-but-earn-more-with-functional-programming/ Should your selection of a programming language depend on how much money you can earn with it? I do not […]

Generative Art With Haskell

https://www.kovach.me/posts/2018-03-07-generating-art.html Interesting post about generative art with Haskell by Benjamin Kovach. Make sure you read the referenced article by Tyler Hobbs about writing Processing code through Quil in Clojure as well.

Mobile Smalltalk

I have just discovered this interesting article about running Smalltalk on iOS and Android. Mobile Smalltalk https://simberon.blogspot.de/2017/11/mobile-smalltalk.html Well, writing your own VM is not for the faint-hearted, of course.

Haskell Code Style

Getty Ritter writes about Haskell Code Style Some Notes About How I Write Haskell https://blog.infinitenegativeutility.com/2017/12/some-notes-about-how-i-write-haskell Maybe one day I’ll understand all this.