Snakeware – Linux distro with Python userspace inspired by Commodore 64

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. snakeware

    A free Linux distro with a Python-based userspace

  2. CodeRabbit

    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 logo
  3. pharo

    The Sources for Pharo (by carolahp)

    Smalltalk also did this. These days my impression is the most active tendril is https://pharo.org/.

    What I find especially interesting about that relative to this Python distro is that the Pharo executable runs in a host OS (e.g. whatever your daily driver is) and can maintain different image files for different Pharo system states. So not only do you have the integrated language/OS (which is very cool on its own), but you also have something that feels like Docker containers.

    And it even goes beyond containers because those image files really are the state of the system at the time they're saved, which means you can ask for that file in a bug report and get guaranteed bug reproduction, which is pretty incredible.

  4. MicroPython

    MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

    Like MicroPython [0]? I use that for a few hobby projects.

    It works fairly well for all the little things, like the weather station I built with it. Being able to drop to REPL and rewrite functions on the fly is a little magic, too.

    [0] https://micropython.org/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MicroPython – Python for Microcontrollers

    1 project | news.ycombinator.com | 28 Mar 2025
  • Mruby/C and picoruby: high level langs in low-level devices?

    2 projects | news.ycombinator.com | 23 Mar 2025
  • Release RP2350 and ESP32-C6 support, RISC-V native emitter, common TinyUSB code

    1 project | news.ycombinator.com | 3 Nov 2024
  • What is micropython?

    1 project | dev.to | 29 Jul 2024
  • Understanding MicroPython: Python for Small Devices

    1 project | dev.to | 27 Jun 2024

Did you know that C is
the 6th most popular programming language
based on number of references?