mirror of
https://github.com/diemheych/PrimeFORTH
synced 2024-11-16 19:48:00 +01:00
Update README.md
Initial minimal details included
This commit is contained in:
parent
a384cebb64
commit
cf14bffaab
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -1,2 +1,17 @@
|
|||
# PrimeFORTH
|
||||
A simple version of FORTH written in Python for the HP Prime calculator
|
||||
A simple version of FORTH written in Python for the HP Prime calculator.
|
||||
|
||||
Features include:
|
||||
- graphics
|
||||
- floating point support
|
||||
- ability to load FORTH files
|
||||
|
||||
Example FORTH files included for N-Queens and a simple graphical game, Snake.
|
||||
# Installation
|
||||
Use the HP Connectivity Kit to transfer FORTH.hpprgm to a virtual or physical HP Prime calculator.
|
||||
|
||||
Note: the HP Prime must be running firmware that supports Python (actually MicroPython).
|
||||
# Source
|
||||
FORTH.py includes the source code and the PPL wrapper for execution on the HP Prime. The source can be loaded into the HP Connectivity Kit, modified if required, and dragged onto a virtual or physical HP Prime calculator.
|
||||
# Examples
|
||||
To use the example FORTH files (or your own FORTH in a text file with .fth extension), add the files to the Python environment of the HP Prime calculator. In the HP Connectivity Kit, browse to the appropriate calculator, Application Library, Python and Files to see the files already loaded into Python. Right click on Files and select Add File and browse to the text file with .fth extension. Click save and the FORTH file can now be accessed from Prime FORTH with 'list' to view the contents or 'load' to load the file.
|
||||
|
|
Loading…
Reference in a new issue