Live data from Hacker News

The Interim Operating System

interim.mntmn.com

1–10 of 28 posts

Re: The Interim Operating System

#3
From the GitHub README:

Interim

Interim OS is a radical new operating system with a focus on minimalism. It steals conceptually from Lisp machines (language-based kernel) and Plan 9 (everything is a file system). It boots to a JITting Lisp-like REPL and offers the programmer/user the system's resources as filesystems.

Interim runs on:

  Raspberry Pi 2 (Broadcom VideoCore4/ARMv7, Bare Metal)
  Olimex Olinuxino (Freescale IMX233/ARMv5, Bare Metal)
  ARM5+ Linux (Hosted)
  Intel/AMD x64 Linux (Hosted)

Re: The Interim Operating System

#6
I really enjoyed reading the paper.

The author's focus is in the right place (IMO).

Technical ability is perhaps common but having the right focus is, sadly, rare. It's the difference between someone who says they could do or did something many years ago versus the the person who actually does it, _now_, when it is sorely needed.

Computing today is in dire need of _true_ minimalism, IMHO.

Re: The Interim Operating System

#7
One thing seems off in that description: If the end of the list is represented as pointer to pair of nils then the last element of a list cannot contain nil. The traditional LISP representation is simply a nil pointer for end. '() is nil (NULL in C.)
Post reply on HN