Medium Syndication Data

This commit is contained in:
Brandon Rozek 2023-02-09 20:19:30 -05:00
parent e8c9b33f2d
commit 79329aae66
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
13 changed files with 85 additions and 61 deletions

View file

@ -1,10 +1,11 @@
---
title: "On Writing Simple Scripts"
date: 2022-05-19T20:40:19-04:00
date: 2022-05-19 20:40:19-04:00
draft: false
tags: []
math: false
medium_enabled: true
medium_post_id: 63c82315e4f5
tags: []
title: On Writing Simple Scripts
---
I generally prefer a simpler solution to a problem if possible. This comes especially true with scripting. If I write a small script for something like say my website I generally have three requirements of the system:
@ -33,5 +34,4 @@ So why Python?
- Comes preinstalled on most Linux systems as they're often used in desktop environments
- Currently has developer mindshare so others are apt to understand the scripts
Both those reasons are likely to make it so that my choice will change over time. Perl used to be the very popular choice for scripting...
Both those reasons are likely to make it so that my choice will change over time. Perl used to be the very popular choice for scripting...