2006-07-25 10:04:14 -04:00
|
|
|
IN: scratchpad
|
|
|
|
USING: alien compiler kernel namespaces parser sequences words ;
|
|
|
|
|
|
|
|
{
|
|
|
|
"errors"
|
|
|
|
"winsock"
|
|
|
|
"io-internals"
|
|
|
|
"stream"
|
|
|
|
"server"
|
|
|
|
"io-last"
|
|
|
|
} [ "/library/io/windows/" swap ".factor" append3 run-resource ] each
|
|
|
|
|
2006-08-25 00:40:39 -04:00
|
|
|
IN: command-line
|
2006-07-25 10:04:14 -04:00
|
|
|
: default-shell "ui" ;
|