A quick comparison of using Python and CFML to write the same CLI tool
Posted by
Brad Wood
Jan 27, 2021 07:47:00 UTC
A few days ago, Joseph Lamoree posted about a cool little command line tool he wrote in Python that would scan a list of servers check check for a public facing administrator.
I thought this would be a great example to compare and contrast writing the same simple command line tool in CFML using a CommandBox task runner. Here is what I came up with
Tags: CFML, CommandBox