Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in forth

Forth language EBNF rule for an infinite loop or if statement

ebnf forth

Building Jonesforth - asm/unistd.h: No such file or directory

How do I "extend" the outer interpreter?

forth gforth

Does GNU FORTH have an editor?

forth gforth

Unix shebang with Gforth

shebang forth gforth

Execute FlashForth word when pin changes

arduino atmega forth

Implementing exponentiation in Forth

forth gforth

How do you specify the 8th namespaces in an array?

forth 8th

Syntactic sugar for making new dictionary entries + other operations in Gforth

forth gforth

How do I read something from stdin in gforth and store it in a variable?

forth

Writing a GUI for a Forth application

user-interface forth

Redefined but still alive

forth

Reverse the data stack using loops

forth gforth

Forth floating point calculation with local variables

forth gforth

A weird problem in Forth when printing out the data stack and floating-point stack

forth gforth

Difference between CREATE and VARIABLE

forth gforth

How do I create a basic class and instance of that class in Forth?

class oop object forth gforth

Which Forth to start porting from?

Making use of the return stack in the fibsum example in Forth

forth gforth

How can I get a words string representation on the data stack in Forth (gforth)?

forth gforth