Account Options

  1. Sign in
Google Groups Home
« Groups Home
comp . lang . forth
This is a Usenet group - learn more
Find or start a Google Group about forth.
View this group in the new Google Groups
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 20233  Older »
Description: Discussion about Forth.
 

cool interview with Blazin' Forth author 
  I just came across this, written in April 2010: [link]
By Paul Rubin  - 3:43pm - 2 new of 2 messages    

ANN: Cweed Version 3.4 with NumName 
  Hi All, I have just added a new feature to Cweed - NumName - from NumName.f : \ NumName.f Howerd Oakford V1.0 2012 Feb 09 Win32Forth version [link] \ Display a 15 bit number (from 0 to 32767) as an English word, and two 15 bit numbers as a pair of words. \ The two-word phrase calculated from the checksum or hash of two... more »
By Howerd  - 3:17pm - 1 new of 1 message    

Gforth strange bug with SAVECROSS 
  Hi, I'm still tinkering around with Gforth-EC, and think I've hit a bug with Gforth's cross-compiler, in SAVECROSS. Specifically this code causes crashes for me and the bug is easily spotted: >rom dictionary >rmem @ there s" rom" X $has? IF dictionary >rstart @ - THEN r@ ~~ write-file throw \ write image... more »
By David Kuehling  - Feb 8 - 1 new of 1 message    

Aliases 
  Hi All, I want to copy existing words into a new wordlist. My first thought was to use: ... However, this doesn't work for copying IMMEDIATE words. I can use EVALUATE, but it's very wordy: ... S" : " PAD PLACE BL WORD DUP >R COUNT 2DUP PAD APPEND S" " PAD APPEND R> FIND NIP DUP IF 1 =... more »
By Brad  - Feb 7 - 17 new of 17 messages    

Sets in Forth 
  Part of a recent project was to generate the numbers 1-24 in random order. One tack is to: 1) Initialize an "array" of 24 bytes to 0 2) For each of 24 times a) Get a random number between 0 and (the number of possible numbers - 1) b) Look at the array of available numbers using this position number... more »
By Steve Graham  - Feb 7 - 5 new of 5 messages    

Gforth-EC, the underappreciated embedded Forth 
  Hi, I've been having a look at Gforth-EC lately, that's the embedded cross-compiled Forth support that has been included with Gforth all the time, but as it's well hidden and pretty undocumented, I guess most people wouldn't have noticed it. Now it turns out it only takes a few commands to generate a usable 8086... more »
By David Kuehling  - Feb 6 - 6 new of 6 messages    

Solutions Manuals, Instructor Manuals, Test Banks collection 2012 
  Hello, We would like to inform you that we have updated our list with the following new titles. You can contact us directly at Student.p24(at)Hotmail(dot)com . If the title you are looking for is not listed, do not hesitate to contact us, we will try to help. ========== 2011 Federal Taxation, 5th Edition 2011, Pratt.Kulsrud, Instructor... more »
By stu.p24  - Feb 6 - 1 new of 1 message    

Gnu MPC interface 
  Krishna Myneni <krishna.myn...@ccreweb.org> writes Re: ZGAMMA revisited ...... ...... ... These are the iForth bindings and the high-level user interface. The bindings are 64-bit, although that shouldn't make a difference. An 'sxint' is used unstead of an 'int' when C returns a 32-bit number... more »
By Marcel Hendrix  - Feb 5 - 1 new of 1 message    

strategies for implementation of USES? 
  To avoid any misunderstandings up front: This is *not* a proposal for standardizing a new word in Forth. The discussion of advanced tools programming in Forth touched on the subject of being able to generate dependency trees for words. Such a tool would likely be useful both academically and practically. It... more »
By Krishna Myneni  - Feb 4 - 22 new of 22 messages    

Does forth text manipulation use filters, NOT pointers? 
  I recently tried to ask this question here, and got replies that <I should buy the forth book>. I've read the forth-book decades ago, and anybody who's read Backus' AGM prize winning 70's publication will know what I'm driving at. The *nix approach of processing text via serially connected filters instead of the painfull and primitive... more »
By no.top.p...@gmail.com  - Feb 4 - 8 new of 8 messages    

1 - 10 of 20233   « Newer | Older »

XML