bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14186: take code from stdin with the flag -


From: Arne Babenhauserheide (IMK)
Subject: bug#14186: take code from stdin with the flag -
Date: Thu, 11 Apr 2013 18:27:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130319 Thunderbird/17.0.4

Dear Guile Hackers,

It would be great if guile could execute code passed via pipe from stdin
when it got the flag -.


Currently I can emulate this on Linux via

    echo "(display 1)(newline)" | guile -s /dev/stdin


But that is not cross-platform. What I had expected to work is

    echo "(display 1)(newline)" | guile -


I know the flag - (a bare hyphen) as the conventional way to do this, so
that’s what I propose for guile, too.

Best wishes,
Arne
-- 
Doktorand
Gruppe: GHG

Raum: 435/410
Tel.: +49 721 608-22885
address@hidden

Karlsruher Institut für Technologie
IMK-ASF
Postfach 36 40
76021 Karlsruhe

Attachment: arne_babenhauserheide.vcf
Description: Vcard

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]