eo VS awesome-wasm-langs

Compare eo vs awesome-wasm-langs and see what are their differences.

eo

EOLANG, an Experimental Object-Oriented Programming Language Based on 𝜑-calculus (by objectionary)

awesome-wasm-langs

😎 A curated list of languages that compile directly to or have their VMs in WebAssembly (by appcypher)
Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
eo awesome-wasm-langs
4 28
833 3,903
1.2% -
0.0 0.0
1 day ago about 1 month ago
Java
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.

eo

Posts with mentions or reviews of eo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-05.
  • Eolang, an Experimental Object-Oriented Programming Language Based on 𝜑-Calculus
    2 projects | news.ycombinator.com | 5 Sep 2021
    They do have a paper in the repo: https://github.com/cqfn/eo/tree/master/paper

    According to it, "𝜑-calculus" is something they made up for the eolang and not a standard term.

    Here is my take on that calculus based on reading through section 3 in the paper. Note the paper is pretty weird and likes to make its own notation, so it is possible I got some things wrong:

    It is starts with a pretty standard immutable language: "object" is a set of (name, value) pairs; "value" is either object or "data" (like a string, bool etc...); everything is immutable but you can make a copy an object with some attributes changed. There are no concept of "types" -- instead, you define objects with some fields set to NULL (spelled ∅ in the paper). There are also a bunch of term defined, like "abstraction", "application", etc.. -- but they all mean "make a copy of an object with some fields changed".

    The "twist" is that the language has no functions per se, instead it defines AST-like structure: there is a syntactic sugar that handles things that look like function applications. So when you see:

         stdout "Hello world"
    2 projects | news.ycombinator.com | 5 Sep 2021

awesome-wasm-langs

Posts with mentions or reviews of awesome-wasm-langs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.

What are some alternatives?

When comparing eo and awesome-wasm-langs you can also consider the following projects:

solidity - Solidity, the Smart Contract Programming Language

AnySoftKeyboard - Android (f/w 2.1+) on screen keyboard for multiple languages (chat https://gitter.im/AnySoftKeyboard)

Scala.js - Scala.js, the Scala to JavaScript compiler

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

metamask-extension - :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

bsc - A BNB Smart Chain client based on the go-ethereum fork

astro - A fun safe language for rapid prototyping and high performance applications

biowasm - WebAssembly modules for genomics

Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

cardano-node - The core component that is used to participate in a Cardano decentralised blockchain.

atomic-server - An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

goshimmer - Prototype implementation of IOTA 2.0