C8SALT VS pcbasic

Compare C8SALT vs pcbasic and see what are their differences.

C8SALT

A CHIP-8 interpreter written in TI-BASIC. (by NinjaWeedle)

pcbasic

PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters (by robhagemans)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
C8SALT pcbasic
1 4
6 412
- 0.5%
0.0 5.1
over 2 years ago 8 months ago
Python Python
MIT License GNU General Public License v3.0 or later
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.

C8SALT

Posts with mentions or reviews of C8SALT. We have used some of these posts to build our list of alternatives and similar projects.

pcbasic

Posts with mentions or reviews of pcbasic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-15.
  • Q2DOS – Quake 2 backported to MS-DOS
    3 projects | news.ycombinator.com | 15 Feb 2025
    Currently reading The BLUE Book About GW-BASIC and QuickBasic (Thomas C. McIntire, 1991, https://github.com/robhagemans/hoard-of-gwbasic).

    It is full of fascinating and somewhat horrible advice. For rendering text-mode user interfaces the author recommends having a 4kB binary file saved that is just BLOADed straight from disk into graphics RAM (in text-mode that sets all the text and attributes/colors for the screen). Tricks like that would probably never cross my mind, being used to having to load some library to draw anything to a screen.

    I discovered just some day ago pc-basic is a really impressive project. pip install pcbasic gives you a portable python-implementation of essentially GW-BASIC, running in a terminal or graphics window. But you can of course also grab the MIT-licensed GW-BASIC 1.0 that Microsoft released a few years ago (and that TK Chia modified to make it possible to build) and run that in DOSBox. I am having a lot of fun with both of those.

    https://github.com/robhagemans/pcbasic

  • I love programming on FreeDOS with GW-BASIC
    1 project | news.ycombinator.com | 8 Aug 2024
    https://github.com/robhagemans/pcbasic PC BASIC emulates GW-BASIC on modern operating systems. It is FOSS.

    FreeDOS is still 16-bit but it is a stable version of DOS. You can download Wordstar 7 here: https://www.sfwriter.com/wordstar.htm and GRR Martin your way into writing.

  • He Created the Oregon Trail
    1 project | news.ycombinator.com | 21 Nov 2021
  • Old school style BASIC interpreters with graphics support kind of like Atari basic, but for Linux/Windows?
    1 project | /r/Basic | 19 Jan 2021
    Pcbasic https://github.com/robhagemans/pcbasic

What are some alternatives?

When comparing C8SALT and pcbasic you can also consider the following projects:

ti842py - A TI-BASIC to Python 3 transpiler

Basic-Algorithms - Basic algorithms and data structures written in different programming languages

EMUCHIP8 - EMUCHIP8, a CHIP-8 emulator.

tiny_basic - A Tiny Basic Interpreter.

Octo - A Chip8 IDE

zxbasic - The Sinclair ZX Spectrum BASIC compiler!

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Python is
the 2nd most popular programming language
based on number of references?