[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Nov 14 23:50:33 1999 
Subject:Possibility of executing programs 
From:Stig Erik Sandoe 
Volume-ID:991114.01 

hi,

I asked at comp.lang.pop some time ago whether it was possible to
execute an external program from Poplog and most specifically from
the Common Lisp part but I don't think I got a reply. Is this
possible?

I am thinking of an equivalent to C's system() or as implemented in
other lisp-implementations:
  #+allegro (excl:run-shell-command cmd :wait t)
  #+clisp (lisp::shell cmd)
  #+lispworks (system::call-system cmd)



------------------------------------------------------------------
Stig Erik Sandoe     stig@ii.uib.no    http://www.ii.uib.no/~stig/