100% OFF

RETRO FORTH

2019.8 for iPhone
Free · $1.99
0

0 Ratings

Update Date

2019-09-01

Size

3.2 MB

Screenshots for iPhone

iPhone
RETRO FORTH Description
RETRO FORTH is a concatenative programming language with roots in Forth. Designed to be compact, learnable, and easy to adapt to specific needs, it has been developed and refined through continual use by a small community over more than a decade.

Forth is a stack based programming language created in the late 1960's by Chuck Moore. Over the intervening decades it has evolved through use, with many dialects along the way.

The RETRO FORTH dialect was created in the late 1990's, and has been continually developed and supported for over 15 years. It is a structured, imperative stack-based language with modern facilities including quotations and reflection.

It features:

- latest version of the RETRO FORTH language
- code editor using Markdown subset
- literate programming style
- code is extracted from fenced blocks in Markdown source allowing easy mixing of code and commentary
- support for fetching data from Gopher servers
RETRO FORTH 2019.8 Update
2019-09-01
This release updates RETRO FORTH to the latest release, with many bug fixes, performance improvements, and internal cleanups.
More Information
Price:
Free
Version:
2019.8
Size:
3.2 MB
Update Date:
2019-09-01
Developer:
Charles Childers
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
2019.8 2019-09-01
This release updates RETRO FORTH to the latest release, with many bug fixes, performance improvements, and internal cleanups.
2018.8 2017-12-04
- renamed functions for better consistency with the namespaces - puts => s:put - putc => c:put - putn => n:put - putf => f:put - words => d:words - s:with-format => s:format - removed tors as it was unused - new words: - d:words-with - set:make - { and } - new floating point words - f:NAN - f:INF - f:-INF - f:nan? - f:inf? - f:-inf? - f:sqrt - f:round - f:square - new file words: - file:open[for-reading] - file:open[for-append] - file:open[for-writing]