From 3e63c7a6abc684cead4cb83247530720ad98fc05 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 2 Sep 2024 13:11:10 -0500 Subject: [PATCH] remove second ask to look at table. --- content/posts/cli-renaissance/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/posts/cli-renaissance/index.md b/content/posts/cli-renaissance/index.md index d0becaa..f8aed02 100644 --- a/content/posts/cli-renaissance/index.md +++ b/content/posts/cli-renaissance/index.md @@ -364,9 +364,8 @@ By leaving behind the old tool, a new tool can be made that better fits the task ## The languages -Now, looking back at that table, one might notice a pattern in the languages used. -While almost all tools before 2010 or so were written in C, -the language selection after that are dominated by Rust and Go. +Another thing I've noticed is that while the language of choice for CLI tools used to be C, +More recent tooling has been dominated by Rust and Go. Of course, there are exceptions to the pattern. TeX was written in pascal, Neovim kept C as its primary language,