forth
Is the Java virtual machine language agnostic? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editi开发者[详细]
2023-04-05 23:45 分类:问答Write a compiler from scratch in C [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to code a compiler in C?[详细]
2023-03-28 19:50 分类:问答How to implement LOOP in a FORTH-like language interpreter written in C
I\'m writing a simple stack-based language in C and was wondering how I should go about implementing a loop structure of some kind, and/or lookahead symbols. Since the code is a bit long for this page[详细]
2023-03-25 20:07 分类:问答Programming languages implemented in assembly language
Recently 开发者_开发知识库I\'ve stumbled upon JONESFORTH, which is an interpreter for the Forth programming language implemented in plain assembly language.[详细]
2023-02-17 17:25 分类:问答Gforth parallel processing
I have written a Forth Mandelbrot fractal plotter, and as much as a technical exercise as anything else I would like to try to speed it up with some parallel processing.[详细]
2023-02-01 13:53 分类:问答How do I design and implement a programming language? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-21 02:03 分类:问答What programming languages have the most easily-implemented interpreters?
I need to implement an interpreter for a programming language as part of a project I\'m working on.I don\'t think the details of this project are too relevant, except that it requires me to implement[详细]
2023-01-20 01:50 分类:问答Logical AND in Forth?
I know the AND word defines binary and... but what defines logical and?开发者_如何学编程The same word, AND, is also used for logical and. But the two input values to AND are recommended to be well-for[详细]
2023-01-19 03:02 分类:问答Are Fortran, Cobol, Basic and Forth high level programming languages?
Are Fortran, Cobol, Basic and Forth high level programming languages? And if not, what where the first high level programming languages?[详细]
2023-01-02 17:10 分类:问答What implementation of Forth should I use for learning Forth? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-23 06:38 分类:问答