Post #2460419
2024-09-03 16:27 UTC
@chexum@hachyderm.io @saddestrobots@jorts.horse @scottmichaud@mastodon.gamedev.place gave up on maintaining compatibility for scripts and started using #guile as an overall replacement
Replies (1)
-
@scottmichaud@mastodon.gamedev.place 2024-09-03 17:03
@morenonatural@todon.nl @chexum@hachyderm.io @saddestrobots@jorts.horse I usually end up writing a python script or an executable and just running those on the command line. One time I was asked to parse JSON in a bash script. They recommended that I used sed. I normally do as asked, but that time I just wrote a Python script because all the build servers had it. They accepted it, though. They apparently never thought of it.