Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #12419

Re: Use of VARIABLEs frequent or infrequent? And, C style operators.

From stephenXXX@mpeforth.com (Stephen Pelc)
Newsgroups comp.lang.forth
Subject Re: Use of VARIABLEs frequent or infrequent? And, C style operators.
Message-ID <4fbe35f2.800428478@192.168.0.50> (permalink)
References <7xtxz7qtuk.fsf@ruckus.brouhaha.com> <4098731d143c5113209c8a71c1fb68d7@dizum.com> <7x396qzz66.fsf@ruckus.brouhaha.com> <7xvcjmqec5.fsf@ruckus.brouhaha.com>
Date 2012-05-24 13:24 +0000

Show all headers | View raw


On Wed, 23 May 2012 23:32:10 -0700, Paul Rubin
<no.email@nospam.invalid> wrote:

>Paul Rubin <no.email@nospam.invalid> writes:
>>     C to Forth Compiler: This is a complete C to Forth compiler with
>>     sources. It is an MPE research project which we believe will grow
>>     better as a Forth community project. Download the ZIP file
>>     c2forth110.zip which is about 510kb.
>
>OK, I downloaded this and played with it.  I had to fix a couple of
>errors and clean up the makefile to get this to build, but yeah, it's a
>quite compact C compiler that produces Forth code.  
>
>The output is nothing at all like idiomatic Forth, and relies heavily on
>a "lv," time word that appears to mean something like PICK.  That about
>the same thing as locals, in my opinion.  Still, it's nice work and it
>would be cool if MPE were to dust it off a little and release it.

It would be really cool if we got some feeback in the form of those
"dusted off" make files and bugs that you have fixed. The we might
even release v1.2.

Stephen

-- 
Stephen Pelc, stephenXXX@mpeforth.com
MicroProcessor Engineering Ltd - More Real, Less Time
133 Hill Lane, Southampton SO15 5AF, England
tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691
web: http://www.mpeforth.com - free VFX Forth downloads

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-22 16:01 -0400
  Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Mark Wills <markrobertwills@yahoo.co.uk> - 2012-05-22 14:58 -0700
  Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Ed" <invalid@nospam.com> - 2012-05-23 13:19 +1000
    Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-22 23:44 -0700
      Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Nomen Nescio <nobody@dizum.com> - 2012-05-23 12:30 +0200
        Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-23 08:37 -0700
          Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-23 23:32 -0700
            Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-24 13:24 +0000
              Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-24 09:40 -0700
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-24 20:52 +0000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-24 14:17 -0700
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-25 08:10 +0000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-25 01:50 -0700
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Fritz Wuehler <fritz@spamexpire-201205.rodent.frell.theremailer.net> - 2012-05-25 22:39 +0200
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Paul Rubin <no.email@nospam.invalid> - 2012-05-26 22:02 -0700
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Nomen Nescio <nobody@dizum.com> - 2012-05-25 14:33 +0200
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. stephenXXX@mpeforth.com (Stephen Pelc) - 2012-05-25 16:50 +0000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-05-25 20:30 +0000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. hwfwguy@gmail.com - 2012-05-30 11:23 -0700
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Peter Knaggs" <pjk@bcs.org.uk> - 2012-05-29 20:00 +0100
      Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-24 07:39 -0400
        Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-05-24 15:37 +0000
  Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-22 21:18 -1000
    Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-24 18:27 -1000
      Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-25 03:55 -0400
        Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-25 07:38 -1000
          Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-25 15:17 -0400
            Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-25 10:05 -1000
              Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-26 08:02 -0400
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Coos Haak <chforth@hccnet.nl> - 2012-05-26 14:31 +0200
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Doug Hoffman <glidedog@gmail.com> - 2012-05-26 09:55 -0400
                Re: Use of VARIABLEs frequent or infrequent? And, C style operators. BruceMcF <agila61@netscape.net> - 2012-05-26 07:04 -0700
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-26 09:41 -1000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-05-26 19:52 -0400
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-26 19:49 -1000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Ed" <invalid@nospam.com> - 2012-06-01 13:39 +1000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-31 19:27 -1000
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Rod Pemberton" <do_not_have@notemailntt.cmm> - 2012-06-01 18:24 -0400
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-06-02 03:09 -0500
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-05-27 02:23 -0500
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Harry Vaderchi" <admin@127.0.0.1> - 2012-05-27 11:54 +0100
                Re: Use of VARIABLEs frequent or infrequent?  And, C style operators. "Elizabeth D. Rather" <erather@forth.com> - 2012-05-27 07:25 -1000
                Re: Use of VARIABLEs frequent or infrequent? And, C style operators. Alex McDonald <blog@rivadpm.com> - 2012-05-27 11:13 -0700

csiph-web