Re: [F-Script-talk] adding Blocks as methods to ObjC classes
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2005-02-20 17:19:03
|
Le 15 f=E9vr. 05, =E0 06:45, Luke Nihlen a =E9crit : > [...] > As the the Tenth Art Tools are ultimately going to be GPLed or some=20 > similar open source model I would be happy to share this code or the=20= > design with anyone interested and would welcome feedback on this idea.=20= > Did I re-invent the wheel? Is there some handy dandy F-Script way to=20= > do this and I just missed it on my read-through of the documentation? =20= > Is this code already implemented, say in the JGAdditions? Is there any=20= > interest in incorporating this functionality in some way to F-Script=20= > itself? If so, it would be an honor. Did I completely not get the=20 > point of this language and I'm misusing horribly? I hope not. Feel=20= > free to let me know what you think. I Luke, Your message, as well as Ken's ones, come at a good time since I'm in=20 the process of trying to understand how to add this kind of features to=20= F-Script. In the latest release I have incorporated JGType, from J=F6rg=20= Garbers, which provides related functionalities and is a good way to=20 experiment this kind of extension of F-Script. So feel free to further=20= share your experience with us. If you have code to share with others, I=20= would be happy to host it on the F-Script web site, or to link to it.=20 Also, feel free to tell us more about the project you are working on. I=20= think we are all interested to know how F-Script is used. =46rom my experience with JGType I already see some of the things that=20= I'll have to implement in the core F-Script engine to offer good=20 support for class creation in F-Script. For example, I plan to add the=20= support for sending messages to super. I'm also looking at ways to=20 offer access instance variables directly from F-Script code (without=20 relying on KVC) etc. Best, Philippe Mougin= |