factor/extra/io/unix/unix.factor

6 lines
213 B
Factor
Raw Normal View History

2008-02-09 18:18:57 -05:00
USING: io.unix.backend io.unix.files io.unix.sockets io.timeouts
2008-03-24 21:44:39 -04:00
io.unix.launcher io.unix.mmap io.backend combinators namespaces
system vocabs.loader sequences words init ;
2008-01-18 19:43:14 -05:00
2008-04-02 19:25:33 -04:00
"io.unix." os word-name append require