SaaSHub helps you find the best software and product alternatives Learn more →
Shi Alternatives
Similar projects and alternatives to shi
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
up-for-grabs.net
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
-
-
sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
substrata
Metaverse client and server written in C++. Runs on Windows, Mac, Linux and Web. Custom 3D engine, networked physics and Lua scripting
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
shi discussion
shi reviews and mentions
- Ask HN: What Are You Working On? (June 2025)
-
How do you prototype a nice language?
I've been working on lowering the bar for designing new languages lately:
https://github.com/codr7/shi
Very much a work in progress, but I hope to soon be able to provide the same minimal interpreter in Java/C/Common Lisp, each using the unique strengths of the host language.
-
Implementing a Forth
My first interpreters were Forth-derivatives, it's a great way to start designing your own languages.
I've recently been working on a project to lower the barrier to entry for budding language designers. The language is strictly prefix, but could easily be turned into postfix with minor changes.
https://github.com/codr7/shi
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Jul 2025
Stats
codr7/shi is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of shi is Python.