Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.* 1 > Newsgroup comp.lang.forth

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-03-2012, 09:15 PM
Chris Hinsley
Guest
 
Posts: n/a
Default Mac OSX Forth (10.8 Mountain Lion Version)

Folks, after a long time away from Forth I've taken the time to update
my Mac Forth to work on Mountain Lion, converted the source over to
NASM and added an Xcode project file for it all.

Go grab it if you want a play, enjoy.

https://sites.google.com/site/chrishinsley/

Best Regards

Chris

Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 08-05-2012, 02:58 PM
Howerd
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

On Friday, August 3, 2012 11:15:12 PM UTC+2, Chris Hinsley wrote:
> Folks, after a long time away from Forth I've taken the time to update
>
> my Mac Forth to work on Mountain Lion, converted the source over to
>
> NASM and added an Xcode project file for it all.
>
>
>
> Go grab it if you want a play, enjoy.
>
>
>
> https://sites.google.com/site/chrishinsley/
>
>
>
> Best Regards
>
>
>
> Chris


Hi Chris,

I would love to grab a copy and take a look, but how do I do this?
Clicking the forth.zip link gives a list of files, but no option to download...

Best regards,
Howerd
Reply With Quote
  #3 (permalink)  
Old 08-05-2012, 04:43 PM
Chris Hinsley
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

On 2012-08-05 14:58:45 +0000, Howerd said:

> On Friday, August 3, 2012 11:15:12 PM UTC+2, Chris Hinsley wrote:
>> Folks, after a long time away from Forth I've taken the time to update
>>
>> my Mac Forth to work on Mountain Lion, converted the source over to
>>
>> NASM and added an Xcode project file for it all.
>>
>>
>>
>> Go grab it if you want a play, enjoy.
>>
>>
>>
>> https://sites.google.com/site/chrishinsley/
>>
>>
>>
>> Best Regards
>>
>>
>>
>> Chris

>
> Hi Chris,
>
> I would love to grab a copy and take a look, but how do I do this?
> Clicking the forth.zip link gives a list of files, but no option to download...
>
> Best regards,
> Howerd


Interesting, I thought the file would just download ? Err, let me take
a look...

Chris

Reply With Quote
  #4 (permalink)  
Old 08-05-2012, 04:47 PM
Chris Hinsley
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

On 2012-08-05 14:58:45 +0000, Howerd said:

> On Friday, August 3, 2012 11:15:12 PM UTC+2, Chris Hinsley wrote:
>> Folks, after a long time away from Forth I've taken the time to update
>>
>> my Mac Forth to work on Mountain Lion, converted the source over to
>>
>> NASM and added an Xcode project file for it all.
>>
>>
>>
>> Go grab it if you want a play, enjoy.
>>
>>
>>
>> https://sites.google.com/site/chrishinsley/
>>
>>
>>
>> Best Regards
>>
>>
>>
>> Chris

>
> Hi Chris,
>
> I would love to grab a copy and take a look, but how do I do this?
> Clicking the forth.zip link gives a list of files, but no option to download...
>
> Best regards,
> Howerd


OK, useing Google Chrome there is an arrow icon on the right hand side
of that ? Clicking on that downloads the .zip file ! Clicking on the
Forth.zip name just lists the contents !

Chris

Reply With Quote
  #5 (permalink)  
Old 08-05-2012, 05:11 PM
HighJump
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

On Sunday, August 5, 2012 9:47:46 AM UTC-7, Chris Hinsley wrote:
> On 2012-08-05 14:58:45 +0000, Howerd said:
>
>
>
> > On Friday, August 3, 2012 11:15:12 PM UTC+2, Chris Hinsley wrote:

>
> >> Folks, after a long time away from Forth I've taken the time to update

>
> >>

>
> >> my Mac Forth to work on Mountain Lion, converted the source over to

>
> >>

>
> >> NASM and added an Xcode project file for it all.

>
> >>

>
> >>

>
> >>

>
> >> Go grab it if you want a play, enjoy.

>
> >>

>
> >>

>
> >>

>
> >> https://sites.google.com/site/chrishinsley/

>
> >>

>
> >>

>
> >>

>
> >> Best Regards

>
> >>

>
> >>

>
> >>

>
> >> Chris

>
> >

>
> > Hi Chris,

>
> >

>
> > I would love to grab a copy and take a look, but how do I do this?

>
> > Clicking the forth.zip link gives a list of files, but no option to download...

>
> >

>
> > Best regards,

>
> > Howerd

>
>
>
> OK, useing Google Chrome there is an arrow icon on the right hand side
>
> of that ? Clicking on that downloads the .zip file ! Clicking on the
>
> Forth.zip name just lists the contents !
>
>
>
> Chris


Works the same way for Safari.
Reply With Quote
  #6 (permalink)  
Old 08-05-2012, 06:46 PM
Chris Hinsley
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

>> OK, useing Google Chrome there is an arrow icon on the right hand side
>>
>> of that ? Clicking on that downloads the .zip file ! Clicking on the
>>
>> Forth.zip name just lists the contents !
>>
>>
>>
>> Chris

>
> Works the same way for Safari.


Well I assume then that Howerd will be able to grab a copy after all !

Chris

Reply With Quote
  #7 (permalink)  
Old 08-05-2012, 06:49 PM
Chris Hinsley
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

On 2012-08-05 18:46:54 +0000, Chris Hinsley said:

>>>
>>> OK, useing Google Chrome there is an arrow icon on the right hand side
>>>
>>> of that ? Clicking on that downloads the .zip file ! Clicking on the
>>>
>>> Forth.zip name just lists the contents !
>>>
>>>
>>>
>>> Chris

>>
>> Works the same way for Safari.

>
> Well I assume then that Howerd will be able to grab a copy after all !
>
> Chris


There is a new copy uploaded after I noticed a few hours ago that I'd
buggered up the toupper macro converting it to use NASM's char string
constants. Whoops, anyways it's fixed now.

Chris

Reply With Quote
  #8 (permalink)  
Old 08-05-2012, 07:21 PM
Howerd
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

On Sunday, August 5, 2012 8:49:25 PM UTC+2, Chris Hinsley wrote:
> On 2012-08-05 18:46:54 +0000, Chris Hinsley said:
>
>
>
> >>>

>
> >>> OK, useing Google Chrome there is an arrow icon on the right hand side

>
> >>>

>
> >>> of that ? Clicking on that downloads the .zip file ! Clicking on the

>
> >>>

>
> >>> Forth.zip name just lists the contents !

>
> >>>

>
> >>>

>
> >>>

>
> >>> Chris

>
> >>

>
> >> Works the same way for Safari.

>
> >

>
> > Well I assume then that Howerd will be able to grab a copy after all !

>
> >

>
> > Chris

>
>
>
> There is a new copy uploaded after I noticed a few hours ago that I'd
>
> buggered up the toupper macro converting it to use NASM's char string
>
> constants. Whoops, anyways it's fixed now.
>
>
>
> Chris


Hi Chris (& HighJump),

Doh!
I hadn't noticed the arrow way over on the other side of the screen ;-)
It works on Firefox too.
I've grabbed a copy now, and will take a look...

Best regards,
Howerd
Reply With Quote
  #9 (permalink)  
Old 08-08-2012, 11:52 PM
Chris Hinsley
Guest
 
Posts: n/a
Default Re: Mac OSX Forth (10.8 Mountain Lion Version)

New upload with the defword macro useing the %strlen feature of NASM to
avoid the need for manualy specifying the length of the word. It just
avoids finger trouble.

Chris

Reply With Quote
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 10:52 PM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.