[HN Gopher] Show HN: Mount Unix system into Common Lisp image
       ___________________________________________________________________
        
       Show HN: Mount Unix system into Common Lisp image
        
       Author : kscarlet
       Score  : 23 points
       Date   : 2023-05-24 20:34 UTC (2 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | all2 wrote:
       | One of the examples in the readme is this
       | 
       | Counting number of files                   /Users/kchan> (cd
       | quicklisp/local-projects/unix-in-lisp)
       | /Users/kchan/quicklisp/local-projects/unix-in-lisp> (pipe (wc -l)
       | (ls))                9
       | 
       | Personally, I would want the top level parens to be implicit so I
       | could write                   /Users/kchan> cd quicklisp/local-
       | projects/unix-in-lisp         /Users/kchan/quicklisp/local-
       | projects/unix-in-lisp>
       | 
       | This removes what could be trivial, but for a basic `cd`, I don't
       | want to have to remember parens every time. Optionally having
       | those parens would be nice for when they're needed, but for basic
       | use-cases I'd rather not.
        
       ___________________________________________________________________
       (page generated 2023-05-24 23:01 UTC)