| sbcl
g000001 さんに教えてもらった。こんなのもできるんだねぇ。
~% echo "(print '(print '(princ 'Hello)))"
(print '(print '(princ 'Hello)))
~% echo "(print '(print '(princ 'hello)))" | sbcl --noinform --end-runtime-options --no-sysinit --no-userinit --noprint
(PRINT '(PRINC 'HELLO)) %
~% echo "(print '(print '(princ 'hello)))" | sbcl --noinform --end-runtime-options --no-sysinit --no-userinit --noprint | sbcl --noinform --end-runtime-options --no-sysinit --no-userinit --noprint
(PRINC 'HELLO) %
~% echo "(print '(print '(princ 'hello)))" | sbcl --noinform --end-runtime-options --no-sysinit --no-userinit --noprint | sbcl --noinform --end-runtime-options --no-sysinit --no-userinit --noprint | sbcl --noinform --end-runtime-options --no-sysinit --no-userinit --noprint
HELLO%
0 件のコメント:
コメントを投稿