Deutsch   English   Français   Italiano  
<vagh4k$24uu6$8@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.lisp
Subject: Re: on the lish shell
Date: Mon, 26 Aug 2024 00:09:57 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <vagh4k$24uu6$8@dont-email.me>
References: <87le0kurgo.fsf@tudado.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 26 Aug 2024 02:09:57 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eec8a5f8880ec9ebcfea2c2354da2438";
	logging-data="2259910"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+/az7WoiAQ5D/MLpth7RqO"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:Xbs04O/keC5G286nmxsSestZoGo=
Bytes: 1570

On Sun, 25 Aug 2024 20:12:55 -0300, Johanne Fairchild wrote:

> Has anyone ever tried lish?

Beshidesh shounding like you’ve had too mush to drink, there is a 
fundamental problem with using a programming language as a shell/command 
language: a command language assumes everything is a literal string unless 
indicated otherwise, whereas a programming language (by which I include 
some “scripting” languages) assumes everything is a language construct 
unless quote characters indicate literal strings.

You quickly find out why command languages are designed that way, when you 
try to use a programming language in their place.