Re: [F-Script-talk] Porting FScript to other O.S.: some questions
Brought to you by:
pmougin
From: stephen w. <st...@ad...> - 2006-08-29 08:50:17
|
On 29/08/2006, at 4:58 PM, Giovanni Giorgi wrote: > We can use reflection to get seamless integration (like BeansShell > does) at least at Java Level. It sounds like you're looking for a language, not F-Script in particular. F-Script is defined by Cocoa first and foremost, then the Array aspects, and finally as a Smalltalk dialect. So to truly port F- Script, you would need to port Cocoa as well. The cleanest way to achieve this is to improve the support for GNUstep on Windows (which isn't very good - aka, an opportunity for you to help!), then port to that environment with Objective C. Java's really not in the picture at all, unless you want to clone F- Script rather than port it. -- st...@ad... |