Re: The IMMEDIATE mess



On 30 Aug 2006 10:42:14 -0700, "pablo reda" <pabloreda@xxxxxxxxx>
wrote:
I remove the compiler for the languaje.

Mi amigo, the coexistence of interpreter and compiler in one system is
what makes Forth singular. Remove the compiler and you'd probably be
more productive with another interpreter, eg. Python.


Andreas
-------
1 + 1 = 3, for large values of 1.
.



Relevant Pages

  • Re: String to int conversion
    ... an interpreter produces its results by some other means. ... if it *was* converted in chunks into actual machine code to be ... compiler available. ... in order to execute however many lines exist in the script. ...
    (microsoft.public.scripting.vbscript)
  • Re: Build your own Forth for Microchip PIC (Episode 837)
    ... the unreasonablly small hardware stack size for my particular target. ... You are handcuffed in the sense that you would like to be able to download small amounts of code into ram and execute it. ... because once you do away with the inner interpreter, ... An optimizing compiler isn't a post-processor, it's an *alternative* to another kind of compiler. ...
    (comp.lang.forth)
  • Re: thought: "Mini-x86"...
    ... not implement the entire x86 ISA to be able to use the compiler output). ... from my interpreter effort that eflags is a hassle. ... essentially serve as a cautionary hint to a translator). ...
    (comp.lang.asm.x86)
  • Re: String to int conversion
    ... byte code could be interpreted (though I don't know of any such interpreter). ... be converted to the equivalent set of native machine code. ... In ASP, in fact, it is the byte code form of a compiled ASP page that is ... calls the compiler and then passes the byte-code buffer returned from the ...
    (microsoft.public.scripting.vbscript)
  • Re: A C Adventure: your comments are welcome
    ... in one language - the source language - and translates it into an ... The root form of compiler and interpreter is a verb and not a noun. ... source code and input and executes the source code. ...
    (comp.lang.c)