discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Etoile-dev] Re: Io language for StepTalk on Cocoa


From: Quentin Mathé
Subject: Re: [Etoile-dev] Re: Io language for StepTalk on Cocoa
Date: Fri, 26 May 2006 01:15:50 +0200

Le 25 mai 06 à 12:03, Nicolas Roard a écrit :

On 5/25/06, Yen-Ju Chen <yjchenx@gmail.com> wrote:
O.K. This one works on GNUstep, but is not tested with StepTalking on GNUstep.
It also creates a tool 'io_objc' to use directly without StepTalk.
After compilation, use 'obj/io_objc test_gnustep.io' on GNUstep
or 'obj/io_objc test_cocoa.io' on mac.
There are still some glitches here and there, though.
And GNUmakefile needs modification for you system.

That is pretty much all I will do for now.
Feel free to make it better.
Have fun.

Really cool ! io_objc works fine on gnustep. Impressive !
in StepTalk it seems to be broken though (seems a problem not saving
the context)

Good news, I can give up on my buggy old version :-).

It works very well. Excellent work ! I got it working with StepTalk (GNUstep) properly yesterday. I hacked IoLanguageEngine to have Io_State kept value in an ivar. This way between each call to - interpretScript:inContext: the context is maintained. The correct way to do it would be to store Io_State in STContext instance I think.

As a side note, I have been unable to load AppKit environment with StepTalk, either stexec or stshell (using the flag -env AppKit).

I'm going to commit it in Étoilé repository really soon.

Thanks,
Quentin.

--
Quentin Mathé
qmathe@club-internet.fr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]