2012/3/10 Brian Goslinga <[email protected]> > On Mar 8, 3:12 pm, cej38 <[email protected]> wrote: > > This is a NOOB question. > > > > Would it be possible to write a library that could do IO without > > resorting to the underlying VM? > I would be suspicious of a cross-implementation wrapper. You'll > probably end up with something as awful as the Common Lisp path API. >
Is the python i/o library a good counter-example to th CL path API? > Worse, such an API would most likely be a lowest common denominator, > and thus not expose many important aspects of the underlying system > (such as file links for example). > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
