Re: how to evaluate an NSString content as a real obj-c instruction/expression
Re: how to evaluate an NSString content as a real obj-c instruction/expression
- Subject: Re: how to evaluate an NSString content as a real obj-c instruction/expression
- From: Jordan Krushen <email@hidden>
- Date: Thu, 14 Jul 2005 10:29:17 -0700
On 7/14/05, Sébastien Cotillard <email@hidden> wrote:
> I'm finding for a native method which can evaluate an expression such obj-c expression or math expression stored in NSString and from a file (text, xml) and it execute the result.
> Or in another words, Obj-c can or not execute an "live text execution"
> with some data stored in a text or xml file without NStask, or external
> add-ons;
> an obj-c runtime's function like PHP "eval()"'s function.
I haven't looked at it in a while, but you may want to check out
F-Script for a pseudo-Obj-C experience:
http://www.fscript.org/
or PyObjC for a Python interpreter instead:
http://pyobjc.sf.net/
J.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden