[Openmcl-devel] access Mac OS python interpreter from clozure?

Ron Garret ron at flownet.com
Wed Oct 1 16:14:34 PDT 2014


Try this:

https://github.com/rongarret/ergolib

(load “init”)
(require :pylink)
(py “print 123”)

On Oct 1, 2014, at 3:50 PM, Mark Klein <m_klein at MIT.EDU> wrote:

> 
> Hi,
> 
> I’d like to create input and output streams that connect with the python interpreter that comes included with Mac OS X so I can invoke python subroutines from lisp and get the results. Does anyone have any suggestions about how that can be done? I see that Clozure allows running other programs as subprocesses (http://ccl.clozure.com/ccl-documentation.html#Running-Other-Programs-as-Subprocesses) but it’s not clear to me if I can use that to interact with a program like python, as oppose to simply invoking a program like “cat” and getting the results it returns when it completes.
> 
> Thanks for your help!
> 
> Mark
> 
> -------------------------------
> Mark Klein
> http://cci.mit.edu/klein
> 
> Principal Research Scientist
> Center for Collective Intelligence
> Massachusetts Institute of Technology
> 
> Visiting Researcher
> Dynamic and Distributed Information Systems Group
> University of Zurich
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://lists.clozure.com/mailman/listinfo/openmcl-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20141001/89b8ba30/attachment.htm>


More information about the Openmcl-devel mailing list