From 8ff2c8d406334eed7653041988e2f53a8887e693 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 6 Jun 2022 12:35:21 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D0=BE=D1=87=D0=B5=D0=BC=D1=83=20=D0=B5?= =?utf8?q?=D0=B4=D0=B8=D0=BD=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BD=D1=8B?= =?utf8?q?=D0=B9=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BF=D1=80=D0=B5=D1=82?= =?utf8?q?=D0=B8=D1=80=D1=83=D0=B5=D0=BC=D1=8B=D0=B9=20=D1=8F=D0=B7=D1=8B?= =?utf8?q?=D0=BA=20=D0=B2=20=D1=88=D1=82=D0=B0=D1=82=D0=BD=D0=BE=D0=B9=20?= =?utf8?q?=D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B5=20OpenBSD=20?= =?utf8?q?=D1=8D=D1=82=D0=BE=20Perl=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://marc.info/?l=openbsd-misc&m=159041121804486&w=2 Assume you need a script language, because writing everything in C is cumbersome. What are the choices ? - you need something under and acceptable licence, so python is out. (Artistic Licence is "close enough"); - you need something that builds everywhere, so python is out (hard to build without dynamic libraries, that was vax...); - you want a modicum of security, so shell and tcl and php are out. - awk would kind of work, except it's not that readable, and it wouldn't scale up to some of the things we use perl for. -- 2.48.1