Skip to content
/ rforth Public
forked from ananthrk/rforth

Russ Forth - A simple Forth interpreter in Ruby

Notifications You must be signed in to change notification settings

joast/rforth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

russ forth

A simple Forth interpreter in Ruby. Originally written for ruby 1.9. This verison is being developed with ruby 3. A few older versions of ruby will be tried as time permits.

This is still a toy (i.e. not anywhere near being a "complete" implementation of forth).

A few minor examples:

1 2 dup + +
.
5

3 2 1 + *
.
9

: sq dup * ;

2 sq
.
4

This version is a fork of russ forth by ananthrk/fogus which was based on a sweet hack by Russ Olsen presented to fogus in a GoodReads comment.

About

Russ Forth - A simple Forth interpreter in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%