From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20020708003829.13504.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] blanks in file names From: Scott Schwartz Date: Sun, 7 Jul 2002 20:38:29 -0400 Topicbox-Message-UUID: c43f167c-eaca-11e9-9e20-41e7f4b1d025 | If '/' is prohibitted as an element of file name and directory name, | then no change to open is required. | | Let's assume we accept '/' as an element of names, | then how do you express path in rc? cd (stl list/vector foo) I think this discussion is verging on reinventing lisp, where you have a well specified format for textually representing data, standard primatives for reading and writing it, and a set of datatypes to store it in.