Search the web
Sign In
New User? Sign Up
forth200x
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26 - 55 of 425   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26
(Also posted to comp.lang.forth) Problem The need for a standard word to find whether some Forth word has already been defined and is available. The...
cgm4fsl
Offline Send Email
Sep 25, 2005
12:14 am
27
[IFDEF] and [IFNDEF] are easier to use, as they include the function of the following [if]. In some sense, [DEFINED] is better because it is "more...
Mitch Bradley
wmb@...
Send Email
Sep 25, 2005
12:26 am
28
... Gforth has [IFDEF] and [IFUNDEF], [DEFINED] and [UNDEFINED]. There's no use of [DEFINED] and [UNDEFINED] except the definition of [IFDEF] and [IFUNDEF],...
Bernd Paysan
berndpaysan
Offline Send Email
Sep 25, 2005
11:00 am
29
... It is a nice tool when evaluating conditional compilation statements. That way, [UNDEFINED] boils down to [DEFINED] YADA [NOT] [IF] BTW, your example can...
Hans Bezemer
hansoft@...
Send Email
Sep 25, 2005
11:55 am
30
Problem: ASCII is only appropriate for the English language. Most western languages however fit somewhat into the Forth frame, since a byte is sufficient to ...
Bernd Paysan
berndpaysan
Offline Send Email
Sep 25, 2005
10:16 pm
31
... Though, depending on the fixed code-page, the translation will be different (latin-1 different from latin-2). ... You can add a few other encodings. UCS16...
Bernd Paysan
berndpaysan
Offline Send Email
Sep 26, 2005
10:34 am
32
... The phrase or [if] occurs 41 times in our cross compiler source tree, and the phrase and [if] occurs 45 times. Nearly all of these are in conjunction with...
Stephen Pelc
sfprem
Offline Send Email
Sep 27, 2005
3:30 pm
33
This is actually a poll about how widely the proposal is implemented and how popular it is among the programmers. It is called a CfV (call-for-votes) because...
Anton Ertl
anton@...
Send Email
Oct 4, 2005
9:02 am
34
Forth standards meeting at EuroForth 2005 On 2005-10-20 and 2005-10-21 there will be a Forth standards meeting, right before EuroForth 2005 ...
Anton Ertl
anton@...
Send Email
Oct 4, 2005
10:07 am
35
Here's my report on the meeting. You can find this report in HTML form on <http://www.complang.tuwien.ac.at/forth/ansforth/meetings/2005.html> I also append...
Anton Ertl
anton@...
Send Email
Nov 14, 2005
5:23 pm
36
The HTML version of this RfD is <http://www.complang.tuwien.ac.at/forth/ansforth/required.html> CHANGE HISTORY 2001-08-14: Changed stack effect from ( i*x...
Anton Ertl
anton@...
Send Email
Jan 2, 2006
3:20 pm
37
... In MPE Forths, REQUIRES refers to the module mechanism. However, since REQUIRED and REQUIRE do not produce a name conflict, I can live with these names. As...
Stephen Pelc
sfprem
Offline Send Email
Jan 9, 2006
12:44 pm
38
... So should I change, e.g., "perform INCLUDED" into "perform the function of INCLUDED"? Or do you have a bigger change in mind? ... Currently INCLUDED is...
Anton Ertl
anton@...
Send Email
Jan 10, 2006
7:05 pm
39
... No - that's enough. ... I would argue that since INCLUDE isn't specified (but should be) both REQUIRE and INCLUDE can be specified as desired. Setting base...
Stephen Pelc
sfprem
Offline Send Email
Jan 11, 2006
8:13 pm
40
... My interpretation is that since the standard does not explicitly allow that INCLUDED changes, e.g., BASE, in a standard system INCLUDED must leave BASE...
Anton Ertl
anton@...
Send Email
Jan 11, 2006
10:59 pm
41
... No - I said INCLUDE - not INCLUDED. Again, this is why wording like " functionality of <name>" is important. INCLUDE and REQUIRE are *not* standard words,...
Stephen Pelc
sfprem
Offline Send Email
Jan 12, 2006
9:38 am
42
... Ok. In that case, I see two options: - We want to allow that behaviour of INCLUDE along with behaviour that does not change the BASE (since both variants...
Anton Ertl
anton@...
Send Email
Jan 12, 2006
9:23 pm
43
... Seems good enough, although a statement that it is legal just to select DECIMAL would be more direct. As a side note, the MPE standard source file template...
Stephen Pelc
sfprem
Offline Send Email
Jan 13, 2006
10:23 am
44
... IMO get-context get-current base @ only forth definitions decimal at the start and base ! set-current set-context at the end is better style (and actually...
Anton Ertl
anton@...
Send Email
Jan 13, 2006
10:03 pm
45
... Ugly, ugly, ugly! Yes, it works, but it's guru code. Most of our clients really don't want to know this sort of stuff and the crash caused when there's a...
Stephen Pelc
sfprem
Offline Send Email
Jan 17, 2006
12:22 pm
46
The HTML version of this RfD is <http://www.complang.tuwien.ac.at/forth/ansforth/required.html> CHANGE HISTORY 2006-01-21 o Normative: Added memory allocation...
Anton Ertl
anton@...
Send Email
Jan 21, 2006
5:59 pm
47
This is a poll about how widely the proposal is implemented and how popular it is among the programmers. It is called a CfV (call-for-votes) because the...
Anton Ertl
anton@...
Send Email
Feb 12, 2006
6:55 pm
48
... Agreed. ... Agreed. ... Agreed. ... Given the discussion about "syntactic sugar", is this not also an ambiguous condition for INCLUDED and therefore this...
Stephen Pelc
sfprem
Offline Send Email
Feb 16, 2006
11:36 am
49
... Not for INCLUDED alone, but yes, for a combination of INCLUDED and REQUIRED. Unfortunately it is too late to change the wording for this proposal, but I...
Anton Ertl
anton@...
Send Email
Feb 16, 2006
12:25 pm
50
... VFX Forth (Win/Lin/DOS) ... Forth6 cross compilers ... Stephen -- Stephen Pelc, stephen@... MicroProcessor Engineering Ltd - More Real, Less Time ...
Stephen Pelc
sfprem
Offline Send Email
Feb 16, 2006
2:38 pm
51
The current standings on the CfV: "One-time file loading" are: [ ] conforms to ANS Forth. Gforth VFX Forth Forth6 cross compilers (Stephen Pelc) [ ] already...
Anton Ertl
anton@...
Send Email
Mar 19, 2006
6:52 pm
52
The HTML version of this RfD is <http://www.forth200x.org/ekeys.html> Problem How do I write a portable Forth program that reacts to key presses of cursor keys...
Anton Ertl
anton@...
Send Email
May 21, 2006
10:03 am
53
... [ ... ] ... I would like to see them all added to this proposal. ... I *do* use them. It would be very desirable to have the same words available in...
Robert Epprecht
epprecht@...
Send Email
May 24, 2006
6:38 am
54
The HTML version of this RfD is <http://www.forth200x.org/ekeys.html> Change History 2006-05-28 Added K-INSERT, K-DELETE, K-F* and K-*-MASK. Added Sections ...
Anton Ertl
anton@...
Send Email
May 28, 2006
4:32 pm
55
... I think of applications in three basic groups: embedded mobile/PDA desktop This proposal is firmly in the desktop arena. IMHO it introduces unspecified...
Stephen Pelc
sfprem
Offline Send Email
May 30, 2006
11:18 am
Messages 26 - 55 of 425   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help