Tagged Questions
FORTH is a dynamic, procedural, stack based programming language developed by Charles Moore.
22
votes
6answers
2k views
Good resources for learning Factor
Having recently come across this introduction to Factor, I've been a bit curious to learn more. Aside from the official FAQ mentioned there, do you have resources for learning the language (as well as ...
17
votes
7answers
2k views
Is it practical to learn and use Forth?
When I was still a young developer, I started to focus on the many available programming languages. But in 1980 to 1990 there weren't many freely available compilers. So I started with several BASIC ...
17
votes
6answers
2k views
What are the primitive Forth operators?
I'm interested in implementing a Forth system, just so I can get some experience building a simple VM and runtime.
When starting in Forth, one typically learns about the stack and its operators ...
16
votes
4answers
634 views
Which Forth to start porting from?
I'm looking to develop a new Forth system, aimed at making game development easier on one or possibly several retro console platforms. I'm something of a Forth beginner, and need your help deciding ...
13
votes
7answers
973 views
Is Forth still in use? If so, how and where?
A long time ago I remember thinking that the Forth programming language was pretty cool. I really haven't heard anything about it in years. Is Forth still in use? If so, what types of applications is ...
11
votes
12answers
586 views
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 ...
10
votes
7answers
786 views
Real world usage of concatenative programming langauges
What are some real-world projects done in concatenative languages like Forth, Factor, Joy, etc.?
10
votes
6answers
1k views
For what applications is Forth best suited?
I am intrigued by stack-based languages like Forth. Are there situations where Forth is the best tool for the job or is it just an intellectual and historical curiosity? What about derivative ...
9
votes
4answers
241 views
Is the Java virtual machine language agnostic?
Is it safe to say that the Java virtual machine was 'originally' designed for the Java programming language, but now, other developers have been able to write programming languages that compile to ...
9
votes
4answers
704 views
How do I design and implement a programming language?
This question is related to
This question on Aardvark
This question on here
The past couple of years I've been thinking about things I like and don't like about languages I use. I always wanted to ...
9
votes
6answers
903 views
What Implementation of Forth to use for Learning Forth
I want to start learning Forth (like in this related article). I see that there are many implementations. I would like to use a
ANS 1994 compatible version (if reasonable, but sticking to the ...
9
votes
5answers
2k views
Good resources to learn the Factor programming language?
What are some good resources to learn the Factor programming language?
I understand that Factor is based on Forth, so I guess resources on Forth would be nice too.
8
votes
1answer
243 views
8
votes
1answer
708 views
Forth: free video tutorials?
Can you recommend any free Forth video tutorials
(except for following) ?
The only one I know of is Samuel A. Falvo's excellent
"Over The Shoulder Episode 1: Text Preprocessing in Forth".
MPEG. 102 ...
7
votes
2answers
768 views
Square root function in Forth using x86 Assembly?
I don't know much about assembly, but I am pretty sure that there are square root instructions on the x86? I am trying to get a square root function to work well in froth and the one that I have found ...
6
votes
4answers
372 views
Multicore Forth, is there one?
Does such a implementation of Forth exists that allows you to take full advantage of multicore processors?
6
votes
3answers
400 views
Free Forth books
Are there any free Forth ebooks that teach advanced Forth programming techniques? I am aware of Thinking Forth and Programming Forth. Any books other than these?
5
votes
1answer
344 views
How does Forth implement the dictionary? (controversy)
I am studying Forth for a personal project I have on my mind. It looks to be a really cool and simple language to implement in a small virtual machine.
I am especially impressed by the possibilities ...
4
votes
4answers
1k views
Forth Interpreter in Java
Here I found a Simple Forth Interpreter implemented in Java.
However I don't understand the significance of it if I want to use it?
What could be the advantage of the Forth Interpreter:
If the ...
3
votes
3answers
308 views
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.
I find this implementation interesting, because it shows how ...
3
votes
1answer
189 views
File Output using Gforth
As a first project I have been writing a short program to render the Mandelbrot fractal. I have got to the point of trying to output my results to a file ( e.g. .bmp or .ppm ) and got stuck.
I have ...
3
votes
8answers
955 views
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?
What where the first object-oriented languages?
2
votes
1answer
113 views
How do I implement an array of strings?
I tried to implement a word that produces a string from an array when given a number on the stack in Forth.
My first naive attempt was:
create myarray s" Alpha", s" Beta", s" Charlie",
This was ...
2
votes
2answers
151 views
How to divide two integers and get a result in float in Forth?
I am looking for a way to be able to translate between single precision and double precision.
One example would be to divide 2 integers and get a floating result. How is that possible?
2
votes
1answer
131 views
Forth language EBNF rule for an infinite loop or if statement
Is there an EBNF rule that describes a Forth infinite loop or if statement?
2
votes
2answers
225 views
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.
For the time being I would be ...
2
votes
1answer
496 views
Intrinsically faster: Forth or C? [closed]
This isn't an attempt to start a flame war about Language A Versus Language B, nor Compiler A Versus Compiler B, it's simple a question on your personal experiences: what language is faster and, ...
2
votes
1answer
296 views
Compiling Gforth without Gforth?
When I try to compile Gforth 0.7.0, I get the following error:
$ ./configure
$ make
#compiling…
Undefined symbols:
"_main", referenced from:
start in crt1.10.6.o
ld: symbol(s) not found
...
2
votes
5answers
486 views
Will it be possible to run C code emulated on GA144?
This company have an interesting CPU that run at an amazing speed. Will it be possible to emulate C or is the memory too small?
2
votes
5answers
784 views
Since everyone is coding Lisp and Erlang now, does that mean that we will see Forth coders in 2010? [closed]
I'm think I see more and more coders looking into Erlang and Lisp. Since I learned
it in exactly the same order, and now, I'm looking into Forth, does it mean that Forth is the next language on ...
1
vote
2answers
57 views
Return stack operations generate “invalid memory address” in Gforth 0.7
I'm learning Forth here, and I've got onto return stack operations.
So using the console on Ubuntu 11.04 x64 I am trying to get the TOS onto the return stack but this happens:
1 2 3 4 5 ok
>r
...
1
vote
3answers
280 views
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 ...
1
vote
1answer
149 views
Forth langauge EBNF rule for the while loop [closed]
Possible Duplicate:
Forth language EBNF rule for an infinite loop or if statement
Is there any EBNF rule that describes a Forth while loop (or any other loop)?
0
votes
0answers
91 views
is there any real on-device developing tools on android?
i am recently interested of on-device developing on android, and have tried ASE, jruby, AndroidForth ( http://www.appbrain.com/app/androidforth/hu.gusthy.android.forth)
the ASE seems use a java ...
0
votes
1answer
60 views
How does Dalvik VM get access to I/O?
I have recently become interested in the Dalvik VM. From Wikipedia and some slides I got know basic information about Dalvik VM. There's still things I don't know, and I can't find documents easily, ...
0
votes
1answer
39 views
gforthmi segmentation fault
I'm using Gforth 0.7.0 on Linux. Every time I try to run gforthmi, no matter what parameters I use, it chokes on segmentation fault like below:
[bahman@bleda ussa]$ gforthmi ussa.fi -m 4M ussa.fs
...
-1
votes
1answer
225 views
Write a compiler from scratch in C [closed]
Possible Duplicate:
How to code a compiler in C?
How would I start writing a compiler from scratch (no Flex or Bison or Lex or Yacc) in C? I have a language that I wrote an interpreter for, ...