Opening packages using scheme
Gautham Anil <[email protected]> Thu, 05 Jan 2006 17:12:37 +0530
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Hi, I need to find out how I can open packages opened using ,open such as ,open sockets etc. in the program itself. So a program could be something like (begin (run-shell (,open sockets)) (run-shell (,open locks)) (run-shell (,open threads)) .... ) Thanks in advance. -- Gautham Anil