sphinx-lang VS wasi-calcit

Compare sphinx-lang vs wasi-calcit and see what are their differences.

sphinx-lang

An intepreter for a simple dynamic language written in Rust (by mwerezak)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sphinx-lang wasi-calcit
11 1
287 1
- -
1.8 2.8
almost 2 years ago 11 months ago
Rust Rust
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.

sphinx-lang

Posts with mentions or reviews of sphinx-lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.

wasi-calcit

Posts with mentions or reviews of wasi-calcit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • Show HN: I'm making a dynamic language in Rust
    8 projects | news.ycombinator.com | 24 Apr 2022
    Rust really has a great support for WASM. I made a tiny language as well, and managed to build targeting WASM in a few steps https://github.com/calcit-lang/wasi-calcit/blob/main/.github... .

    Tips to notice is WASM runs inside a sandbox, which means threads, random numbers generator(not sure for WASI), FFIs, etc. have to be moved out of the core to prevent them being compiled to WASM, which would probably fail. For major part of the code, they can be compiled to WASM and WASI(WASM System Interface) very easily.

What are some alternatives?

When comparing sphinx-lang and wasi-calcit you can also consider the following projects:

book - Writing Interpreters in Rust: a Guide

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

grain - The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾

Crafting Interpreters - Repository for the book "Crafting Interpreters"

glicol - Graph-oriented live coding language and music/audio DSP library written in Rust

wasmer - 🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

Mooncraft2000 - Web-based lunar voxel game.

wasmtime - A fast and secure runtime for WebAssembly