eo
awesome-wasm-langs
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 | - |
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
-
Eolang, an Experimental Object-Oriented Programming Language Based on đ-Calculus
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"
awesome-wasm-langs
-
Wasm-bpf: Build and run eBPF programs in WebAssembly
Cross-language support for over 30 programming languages for eBPF user space programs
-
I think [...] the "future of computing" is going to be [...] CISC. Iâve read of IBM mainframes that have [hardware instructions for] parsing XML [...]; if you had garbage collection, bounds checking, and type checking in hardware, youâd have fewer and smaller instructions that achieved just as much.
wot
-
Nvidia Security Team: âWhat if we just stopped using C?â
Just about every language can compile or transpile to WASM:
-
Build a Shopify Function using AssemblyScript
There are also curated lists of languages that compile down to Wasm available on Github, so there is a ton of opportunity to choose your own adventure.
-
We're working on a new WASM/Rust scripting system. Here I'm playing around with a script that changes the day/night cycle.
My current plans are to investigate TinyGo / C# NativeAOT-LLVM / other languages that can compile to Wasm once our host side stabilises a little bit (lots of churn right now!)
-
'The best thing we can do today to JavaScript is to retire it,' says JSON creator Douglas Crockford
Yeah, it's pretty cool. Here's a nice list of all the repositories and stuff like that
-
helix - A post-modern modal text editor
Itâs planned to use WASM, which would allow to use basically any language youâd want (ok, any lang having a WASM compiler or VM), including Lua.
-
Fun with Rust
While waiting for placement at Andela, I started something. I wanted to create a community of developers who had already worked on WebAssembly projects in the past. A bit of a back story is in order now. During my exploratory phase before I settled for web development, Web Assembly was announced. So on a whim, I created a Repo to keep track of languages that compile to web assembly. The repo ended up getting over three thousand stars. I honestly didnât expect it to blow up as much as it did, but it did. That feat fueled my interest in Web Assembly. As I was saying, I wanted to gather Web Assembly developers together for a purpose - to create a common web assembly runtime, a canonical runtime. My attempt at community building didnât go so well. I sent a couple of emails, and DMs to no avail, or so I thought. It was during this time that Syrus Akbary reached out to me, he pitched the idea he had to build an awesome web assembly runtime, Wasmer, and that he would want me to be involved. He was really excited, and so was I. The only thing was that he said he had to lay down some of the groundwork first. So he worked on it for about a month. Now that I think about it, I should have stuck to him while he laid down the work because when he showed me the progress he had made, I was awe-stricken, but also disadvantaged. A lot of work had been done. Here we were trying to build the web assembly runtime that would take the world by storm, but my knowledge of Rust was meager. Keeping up was hard. Eventually, I had to leave the project, he was incorporating Wasmer as a company, so relocation was being discussed but I wasnât interested in going to the US. But I think the major deciding factor for me was that I didnât really align with the management of the project.
- GNO airdrop, what's your thoughts and opinion on it?
- Meet âPyScriptâ: New Framework From Anaconda That Allows Users To Create Rich Python Applications In The Browser Using HTMLâs Interface
What are some alternatives?
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