LiaraForth VS py65

Compare LiaraForth vs py65 and see what are their differences.

LiaraForth

An "initial" ANSI(ish) Forth for the W65C265SXB SBC (65816 CPU) (by scotws)

py65

Emulate 6502-based microcomputer systems in Python (by mnaberez)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
LiaraForth py65
3 11
9 228
- -
10.0 6.7
over 6 years ago about 1 month ago
Python
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LiaraForth

Posts with mentions or reviews of LiaraForth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-13.
  • Ben's 6502 running with a 65816
    4 projects | /r/beneater | 13 Apr 2022
    Scot W. Stevenson's Liara Forth is designed to run on a W65C265SXB development board but could be modified to work on other hardware. I modified the binary file to run on my emulator for testing purposes. I believe it runs only in bank 0 and it doesn't particularly take advantage of many 65816 features.
  • Starting something new in February... Step 1: buy stuff. (W65C816S build)
    4 projects | /r/beneater | 16 Jan 2022
    I got my w65c265sxb board up and running with the help of the A Most Very Unofficial Guide to the W65C265SXB and Liara Forth. I found it very helpful to have a fully functioning program to start learning the 65816's new modes.
  • Simulating the 65C816 in py65
    5 projects | /r/beneater | 11 Jan 2022
    It was a bigger project than I thought, but I was able to get a version of Liara Forth, by Scot W. Stevenson, running last night (Liara Forth was designed for the W65C265SXB development board which has a 65C816 at its core).

py65

Posts with mentions or reviews of py65. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.

What are some alternatives?

When comparing LiaraForth and py65 you can also consider the following projects:

w65c816sxb-forth - A Direct Threaded Forth for the WDC W65C816SXB developer board

6502 - DB6502: 65C02 based computer inspired by BE6502

py65_65816 - Add support for the 65C816 to py65

6502 - Code for the 6502 microprocessor, mostly for the Replica 1 computer.

265SXB-Guide - A Most Very Unofficial Guide to the W65C265SXB

of816 - Portable 32-bit Forth for the 65C816.

cc65 - cc65 - a freeware C compiler for 6502 based systems

py65816 - Emulate 65816-based microcomputer systems in Python

TaliForth2 - A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02

of816 - Portable 32-bit Forth for the 65C816.

m6502 - 6502 CPU implementation written in nMigen