On Mar 23, 11:08 pm, Duke Normandin <dukeofp...@[EMAIL PROTECTED]
> wrote:
> On Sat, 22 Mar 2008, brian....@[EMAIL PROTECTED]
wrote:
> > Duke,
>
> > FICL is ready to go as OSPREY Forth. It compiles under xCode. There
> > is a command line application and an example of a windowed
> > application. It is creates an interface to Cocoa. The code seems
> > somewhat odd to me at this point in time but I haven't completely
> > "grokked" it yet.
>
> > Also because FICL is a token interpreter it is quite slow. Something
> > on the order of 4 times slower than gForth ITC. It is beautiful
> > source code however and was built for a specific purpose. To integrate
> > a Forth like language into 'c' programs. I am reviewing it as a
> > tutorial.
>
> > osprey Forth is available here.
>
> >http://www.customvisualdesigns.com/Downloads/ospreyforth.tgz.
>
> Guess what! I've never compiled anything using XCode! But no guts-no
> glory! So I double-clicked on:
>
> ../CLI/ospreycli/ospreytest.xcodeproj
>
> and ran like hell! ;)
>
> When i came back, the XCODE IDE was up so what the hell, I clicked on
the
> Build button and then the BUild&Compile button
>
> I got the ospreytest app. I launched it into a Forth console much like
> gforth. Is that what I'm after? TIA...
> --
> Duke Normandin
> dukeofp...@[EMAIL PROTECTED]
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
Well you had the guts. So now you got some Glory.
That's the command line application (CLI) There is also another
application which creates a window and a little currency calculator.
It is in the other folder called GUI. This uses the OspreyForth
system to call Apple Cocoa methods in a peculiar object oriented
syntax but it does work. I have been wondering how hard it would be
to wake up the Forth interpreter (like the CLI app) in an OS X
Window. Haven't had to time to focus on it.
Brian