OberonSystem VS inai

Compare OberonSystem vs inai and see what are their differences.

OberonSystem

Modified version of the original from http://www.projectoberon.com/ for use with the Oberon IDE (by rochus-keller)

inai

An experiment in structuring a NodeJS application *internally* using REST principles. (by Imaginea)
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
OberonSystem inai
7 4
39 8
- -
0.0 5.7
7 months ago almost 3 years ago
C++ JavaScript
- Apache License 2.0
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.

OberonSystem

Posts with mentions or reviews of OberonSystem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-14.
  • Project Oberon (New Edition 2013)
    2 projects | news.ycombinator.com | 14 Sep 2023
    > gain a deep understanding of it .. generate smaller subsets of the system

    You can use the OberonViewer for this purpose with the original source code, or the Oberon IDE with a version of the Project Oberon System which runs with SDL on all platforms, see https://github.com/rochus-keller/oberon/#binary-versions and https://github.com/rochus-keller/OberonSystem/tree/FFI

  • The Oberon+ Programming Language
    2 projects | news.ycombinator.com | 18 Mar 2023
    There is a version of the Oberon System compatible with the Oberon+ toolchain and IDE, see https://github.com/rochus-keller/OberonSystem
  • GCC 13 to support Modula-2: Follow-up to Pascal lives on in FOSS form
    2 projects | news.ycombinator.com | 19 Dec 2022
    > that's just a compiler on other OSes, right?

    It's possible to run an Oberon System with it (see https://github.com/rochus-keller/OberonSystem); it runs on all platforms and the generated C code could even made run as OS on an embedded system if need be; I currently also experiment with System 3 and alternative backends; but this is more for curiosity; from my humble point of view the OS topic is solved with Linux (which can also be configured for very low resource systems).

  • Oberon: The tiniest but richest FOSS HLL and OS you've never heard of
    10 projects | news.ycombinator.com | 26 Aug 2022
  • Show HN: New Oberon+ to C99 transpiler for near native performance
    2 projects | news.ycombinator.com | 17 Dec 2021
    Thanks. It's not only Oberon, but Oberon+ as specified here: http://oberon-lang.ch. You can even mix the traditional and new syntax, as e.g. demonstrated here https://github.com/rochus-keller/OberonSystem/tree/FFI.
  • New Oberon+ IDE based on the Mono CLR - lean and fast
    2 projects | /r/programming | 1 Oct 2021
    Yes, Oberon+ is on the direct hereditary line to Oberon 90, Oberon-2 and Oberon-07. Here is more information about the language: http://oberon-lang.ch. There are also implementations of the Oberon System compatible with my compiler and IDE (the LuaJIT version so far): https://github.com/rochus-keller/OberonSystem/.
  • Oberon OS Walkthrough
    2 projects | news.ycombinator.com | 15 Jan 2021
    Interesting article, but I would rather go for http://www.projectoberon.com/.

    Oberon is a really nice and very well documented programming language and operating system to experiment with. Unfortunately not that much distributions are still available (most links seem to be dead).

    If you're interested in the OS or the language, here is a platform independent, stand-alone version running on LuaJIT: https://github.com/rochus-keller/OberonSystem

    There is also an integrated IDE with syntax coloring, semantic navigation, and a source level debugger.

    The compiler supports small-case keywords and underscores in identifiers. I'm currently working on an extended version of the language.

inai

Posts with mentions or reviews of inai. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-19.
  • An experiment structuring a Node.js application internally using REST principles
    1 project | news.ycombinator.com | 12 May 2021
  • Objective-S: architecture-oriented language based on Smalltalk and Objective-C
    1 project | news.ycombinator.com | 10 May 2021
    This is useful! Thanks for writing this out. I find in-process REST intriguing as it stands a little in contrast with OOP techniques. One possibility I’ve with in-process REST is that it seems to make live patches feasible - more feasible than in erlang. I use the idea as the core of Inai - https://github.com/imaginea/inai ... so am curious to play with that aspect of ObjS.
  • Monolith First
    3 projects | news.ycombinator.com | 19 Feb 2021
    A bit of a shameless plug, but really looking for feedback .. I've been experimenting with Inai [1][2], a framework that can help build modular microservice-like software with similar Dev team independence properties but can independently be built and deployed as a monolith or as separate services operationally. So far, I've had fun building an internal project at much higher speed than I've managed any similar project and had more fun doing it. I feel the idea (which is still nascent) has some merit, but would like to know what folks think.

    [1] source - https://github.com/Imaginea/Inai

    [2] blog post describing Inai - https://labs.imaginea.com/inai-rest-in-the-small/

  • Oberon OS Walkthrough
    2 projects | news.ycombinator.com | 15 Jan 2021
    At some point, this would be come close to the AppleScript protocol or Symbian OS.

    > So the drawing part of an application would just be a process that sends the screen/compositor process a message describing the state of its window as a tree, and receives messages for events in response.

    I've been toying with an interpretation of this here - https://github.com/Imaginea/inai - and kind of having fun with it .. and even built a prototype internal app using it. Super early stage and so stuff won't necessarily make sense at the outset .. or possibly ever. Thoughts welcome though.

    > A big advantage is it makes the semantics of composing GUIs a lot more reasonable "replace this leaf of my tree with this other process' tree" ...

    The "dom" service in Inai pretty much feels like that. I felt like an idiot to try and (for lack of a better expression) REST-ify the DOM, but it seemed to work to my surprise.

    > An application could also "proxy" for a widget, including over a network link, so you get fairly simple network transparency this way too.

    .. yeah due to the "REST" nature, this becomes pretty straightforward.

What are some alternatives?

When comparing OberonSystem and inai you can also consider the following projects:

Oberon - Oberon parser, code model & browser, compiler and IDE with debugger

wasp - The fastest way to develop full-stack web apps with React & Node.js.

a2 - Active Oberon System (AOS), aka A2, and Bluebottle OS

node - Node.js JavaScript runtime ✨🐢🚀✨

TheOberonCompanionCD - This is the original contents of the CD to the book "The Oberon Companion" (vdf, 1998)

axios - Promise based HTTP client for the browser and node.js

oberon-compiler - N. Wirth's Project Oberon RISC compiler ported to Go.

axios - Promise based HTTP client for the browser and node.js [Moved to: https://github.com/axios/axios]

A2OS - Unofficial mirror of the ETH A2 repository

opentracing-javascript - OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163

oberon - Project Oberon RISC emulator in Go

30-seconds-of-code - Short code snippets for all your development needs