Pack Ann: by_unix
Nicos Angelopoulos <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <20131226224628.771e379c@naga> |
New pack available. by_unix: An elegance layer to calling unix commands. This library provides primitives that allow programmers and users to embed calls to process_create/3. The aim is to keep application code clear and succinct. This is achieved by (a) reducing the call to process_create/3 to its essential constituents and (b) allowing for term structures in the arguments of the call. ?- @ mkdir( -p, /tmp/test_by_unix ). ?- @ cd( /tmp/test_by_unix ). ?- @ touch( empty.pl ). ?- @ rm( -f, empty.pl ). webpage: http://stoics.org.uk/~nicos/sware/by_unix/ Nicos Angelopoulos.