On Mon, Mar 22, 2021 at 11:23 PM Ole Tange <ta...@gnu.org> wrote: > GNU Parallel 20210322 ('2002-01-06') [stable] has been released.
For the old timers, this release is known as the "Makefile version". The great thing is that it actually shows where the whole idea came from: Do as gcc, compile independent tasks in parallel. Easy to read and understand. At that time GNU Parallel was heavily dependent on "make" but now it only depends on a few standard libraries and ssh when required (I guess). Nice job done. ./hans