inferno-rpi VS medley

Compare inferno-rpi vs medley and see what are their differences.

inferno-rpi

This is compilation of Labs “Porting Inferno OS to Raspberry Pi”. We decided to organize it as some set of small labs with very detailed steps of what is done to reach results and make everything easy to reproduce. (by yshurik)

medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources) (by Interlisp)
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
inferno-rpi medley
5 11
47 360
- 1.4%
10.0 9.2
almost 3 years ago 4 days ago
C Common Lisp
- MIT 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.

inferno-rpi

Posts with mentions or reviews of inferno-rpi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-05.
  • “Porting Inferno OS to Raspberry Pi”
    2 projects | news.ycombinator.com | 5 Sep 2023
  • Inferno-OS: distributed operating system where everything is a file, with 9P
    6 projects | news.ycombinator.com | 23 Apr 2023
    The zip file available in the github releases of the project contains the final binary release (0.6):

    https://github.com/yshurik/inferno-rpi/releases/tag/v0.6

    Note that this Inferno port only works on the original Raspberry Pi 1 (probably also the 1B and the Pi Zero).

  • Ask HN: What software stack to select for this boot to code computer?
    5 projects | news.ycombinator.com | 4 Mar 2023
    Your concept looks nice, it reminds me a bit of the Lisperati: https://www.hackster.io/news/the-lisperati1000-is-a-cyberdec...

    So, did you consider Lisp or maybe Smalltalk? Plan 9 or Inferno might also be options.

    Plan 9 comes in different variants, the "classic" one (with a Raspberry Pi port by Richard Miller) or 9front, an Inferno porting tutorial can be found at https://github.com/yshurik/inferno-rpi

    Lisp and Smalltalk can run with or without Linux underneath, e.g. on the Raspberry Pi.

    Bare-metal Lisp is available with interim: http://interim-os.com

    Finally, bare-metal Smalltalk is available in my crosstalk system: https://github.com/michaelengel/crosstalk

    Of course, Lisp and Smalltalk can also run hosted under Linux, e.g. using Squeak (https://squeak.org), Pharo (https://pharo.org) or InterLisp (https://github.com/Interlisp/medley).

    Or - a crazy idea - build an emacs-only machine. That would be fun! :)

medley

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

What are some alternatives?

When comparing inferno-rpi and medley you can also consider the following projects:

pharo - Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.

maiko - Medley Interlisp virtual machine

sixthcircle - A partial, yet functional, implementation of the Inferno Dis virtual machine in C#

Co-dfns - High-performance, Reliable, and Parallel APL

inferno-os - Inferno® is a distributed operating system. Inferno represents services and resources in a file-like name hierarchy, including devices, network and protocol interfaces, dynamic data sources, and services.Applications are written in a concurrent programming language, Limbo.

cloc - cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.

BQN - An APL-like programming language. Self-hosted!

urn - Yet another Lisp variant which compiles to Lua

sbcl - Mirror of Steel Bank Common Lisp (SBCL)'s official repository

lisp-system-browser - Smalltalk-like system browser for Common Lisp.

NetLogo - turtles, patches, and links for kids, teachers, and scientists

crosstalk - Smalltalk-80 bare metal implementation for the Raspberry Pi