CROSS-LIB VS millfork

Compare CROSS-LIB vs millfork and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
CROSS-LIB millfork
5 4
306 245
- -
9.7 0.0
about 8 hours ago 9 months ago
C Scala
- GNU General Public License v3.0 only
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.

CROSS-LIB

Posts with mentions or reviews of CROSS-LIB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.

millfork

Posts with mentions or reviews of millfork. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-25.
  • Do Not Taunt Happy Fun Branch Predictor
    3 projects | news.ycombinator.com | 25 Jan 2023
    Well from the pov of machine or assembly code, C is without a doubt a high level language.

    But at the same time it's the lowest-level high-level language.

    (there are a couple of interesting 'mid-level' languages for 8-bit processors though, like Millfork: https://github.com/KarolS/millfork)

  • Game Development Options on the Commodore 64
    3 projects | /r/c64 | 9 Dec 2022
  • Open Source library to compile some programming language to native code?
    3 projects | /r/java | 15 Aug 2022
    Take a look at millfork, it's similar to what you're trying to do
  • Ask HN: Are impressive new programs being written for CP/M?
    5 projects | news.ycombinator.com | 1 May 2021
    There are no doubt some systems still running under emulation doing the same thing as they were 40 years ago. But the truth is CP/M is dead. Long live CP/M!

    It's just hobbyists now. One hacker ported his game to a Kaypro under CP/M a couple years ago: http://www.chrisfenton.com/dd9-kaypro-edition/

    Much of the focus is on porting CP/M to whatever new or old Z80 system someone has built or found. I can't think of anything particularly dazzling besides the above, in terms of recent new programs, but here are some pointers if you wanted to write something yourself!

    RunCPM is a CP/M Z80 virtual machine under modern OSes for development etc. https://github.com/MockbaTheBorg/RunCPM

    CP/Mish is an attempt to bring all the free software CP/M tools together. It is to CP/M as Linux is to UNIX, or FreeDOS is to MS-DOS. A mostly complete, improved, libre reimplementation: https://github.com/davidgiven/cpmish

    Also from David Given (and not CP/M specific) is Cowgol. Alpha quality. But it's a self-hosted Pascal/Ada-like language with compiler. Runs on 8-bit systems, at least theoretically. It is written, of course, entirely in Cowgol: https://github.com/davidgiven/cowgol

    Millfork is a language which targets CP/M systems, among others. It's a whole-program optimizing compiler for a language somewhat lower level than C, with properties that make it very nice to compile for 8-bit systems like no recursion, and no automatic promotion to 16-bit integers in type handling: https://github.com/KarolS/millfork

    SDCC supports the platform with C surprisingly well. I wouldn't call it rock-solid but compared to the above toys it is an industrial quality compiler for the Z80. In fact, C seems to be the most common actual language for hobbyist and the little remaining serious Z80 development, probably ahead of assembly.

    If it just reads and writes the terminal and can fit in 64 KB, then a port is probably straightforward.

What are some alternatives?

When comparing CROSS-LIB and millfork you can also consider the following projects:

apultra - Free open-source compressor for apLib with 5-7% better ratios

prog8 - high level programming language and compiler targeting 6502 machines such as the C-64 and CommanderX16

salvador - A free, open-source compressor for the ZX0 format

cowgol - A self-hosted Ada-inspired programming language for very small systems.

spectrum-desolate - 🕹ī¸ Ported Desolate game from TI-83 Plus to ZX Spectrum

RunCPM - RunCPM is a multi-platform, portable, Z80 CP/M 2.2 emulator.

fantasy - A curated list of available fantasy consoles/computers.

atari64 - Commodore 64 OS running on Atari 8-bit hardware

cpmhttpd - A basic web server for CP/M

etlegacy - ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license.

j2z80 - Maven plugin to translate JVM bytecodes into Z80 commands