[F-Script-talk] Re: Methods in F-Script.
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2005-07-15 12:16:10
|
Thanks Massimiliano, this is the kind of stuff we want to have for F-=20 Script. I'll have a look at it. Cheers, Philippe Le 13 juil. 05 =E0 13:36, Massimiliano Gubinelli a =E9crit : > Hi, > recently I wrote some code which allows to override an arbitrary =20 > objc methods by sending the corresponding NSInvocation to a =20 > delegate for handling. > My purpose is to use this technique to extend objc classes from an =20 > external language (Io, in my case). However I think that such a =20 > mechanism can be also useful in F-Script to replace native methods =20 > with scripts (and ultimately to be able to define ObjC classes in F-=20= > Script). > > You can find the code for the MXMethodOverride class which =20 > implements the technique (within an example application) at > http://www.ing.unipi.it/~d9615/homepage/mac.html > > It is a beta version but works as expected. Comments are welcome. > > best, > Massimiliano Gubinelli > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar =20 > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in =20= > dual > core and dual graphics technology at this free one hour event =20 > hosted by HP,AMD, and NVIDIA. To register visit http://www.hp.com/=20 > go/dualwebinar > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk > > |