Re: simple Python shell
Re: simple Python shell
- Subject: Re: simple Python shell
- From: Ronald Oussoren <email@hidden>
- Date: Sat, 9 Aug 2003 10:50:56 +0200
On Saturday, 9 August, 2003, at 03:02, email@hidden wrote:
Hi all,
Probably this is very easy! I'm writing a simple shell for the
fantastic Python lang. My problem is : how can i get the output of
the interpreter ? i've got a simple code that works in C [1] but i'm
not able to port it in ObjC!
anyone can help me?
That depends on what you want to do :-) I suppose you don't want to
write a commandline shell, because python already has one (that works
better than your version, you cannot use multiline definitions with
your shell).
BTW. If you're writing a shell because you want to have a GUI
environment for python, I'd suggest to look into MacPython
(
http://homepages.cwi.nl/~jack/macpython/). That includes a Python IDE
written in Python.
Ronald
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.