Welcome, Guest. Please login or register.

Author Topic: JForth  (Read 7353 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline sun-senseTopic starter

  • Newbie
  • *
  • Join Date: Apr 2011
  • Posts: 4
    • Show only replies by sun-sense
JForth
« on: May 15, 2023, 07:10:48 PM »
14th May 2023 - JForth web site update and Re-release.  Still a WIP (Work In Progress)


Due to a resurgence in retro computing wrt the Amiga, plenty of Amiga emulators, various hardware projects including FGPA's I have updated the JForth web site at http://www.jforth.org

JForth is a dedicated Forth for the Amiga.

JForth is a programming language that allows you to interact with your Amiga.

When you are programming in JForth, you are "inside" the language.

You can access any data structure, test any routine, or use any development tool, right from the keyboard.

This direct communication with the computer can improve your productivity, giving you additional time to improve the quality of your software products.

JForth also provides an extensive set of tools for accessing the special features of the Amiga.
You can call any Amiga Library routine by name and reference any Amiga structure using constructs similar to 'C'.
JForth also has some special toolboxes that support simple graphics, Intuition menus, IFF files, and other Amiga features.
 
It has ARexx Support, Assembler (RPN and Motorola), Block and Screen file support, Clone (Strips redundant data to create a small executable), Debugger, Floating Point, IFF Support, ODE (Object Oriented Development Environment), Profiler, Textra file editor and more.
 
Tutorials - Beginner, intermediate and advanced guiding you through the basics of the system

Miscellaneous debugger tools - Showhunks for analyzing Amiga binary files Graphics toolkits Anims and animbrushes

...and so much more !!!

Don't forget to print out the excellent manual. Not only does it give you invaluable information on the many tools provided, but there is also an excellent 3-stage tutorial
 
 

Offline asrael22

  • Jr. Member
  • **
  • Join Date: Mar 2017
  • Posts: 77
    • Show only replies by asrael22
Re: JForth
« Reply #1 on: October 15, 2024, 01:14:52 PM »
This is actually pretty cool.
I went through (or started actually) some Forth starter ("Starting Forth" book).
With JForth I could easily make a Amiga standalone binary.

On the web page there was mentioned a Discord channel.
Does anyone know how to join it?


Cheers