From: alexpdp7 Date: Sat, 22 Jun 2024 08:57:23 +0000 (+0200) Subject: Add Java for Everything X-Git-Tag: 20241020-emacs~144 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=3e86780d165a1efb35ec3e63fba8b4c339284b6a;p=alex.git Add Java for Everything --- diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org index a988c27..44a5825 100644 --- a/INTERESTING_ARTICLES.org +++ b/INTERESTING_ARTICLES.org @@ -6,6 +6,7 @@ - [[https://mikehadlow.blogspot.com/2012/05/configuration-complexity-clock.html][The Configuration Complexity Clock]] Programming languages, configuration files, DSLs for configuration - [[https://olano.dev/2023-11-30-code-is-run-more-than-read/][Code is run more than read]] A unified theory of broken software +- [[https://www.teamten.com/lawrence/writings/java-for-everything.html][Java for Everything]] The advantages of focusing on a single language and how performance and static typing are helpful. ** Testing