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,