awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
wa-lang avatar

wa-lang/wa

0
View on GitHub↗
1,769 stars·66 forks·Go·AGPL-3.0·15 viewswa-lang.org↗

Wa

凹语言, The Wa Programming Language

Features

  • Developer Tools - Experimental language designed for WebAssembly and general use.
  • Developer Workspaces - Compiled language for developing WebAssembly software.
  • Language Compilers - Brainfuck interpreter implemented in a custom language and compiled to WASM.
  • Language Implementations - General-purpose language designed for Wasm development.
  • Scripting Languages - Embeddable Wa programming language.

Star history

Star history chart for wa-lang/waStar history chart for wa-lang/wa

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Wa

These projects share indexed features with Wa. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • golang/gogolang avatar

    golang/go

    134,756View on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a c

    Gogogolanglanguage
    View on GitHub↗134,756
  • jruby/jrubyjruby avatar

    jruby/jruby

    3,906View on GitHub↗

    JRuby is a Ruby language implementation that runs on the Java Virtual Machine. It serves as a cross-language runtime and execution environment, allowing Ruby code to run on the JVM and share memory with Java applications. The project functions as a bridge between Ruby and Java, enabling Ruby scripts to call Java classes and libraries directly. It also provides a mechanism to embed a Ruby interpreter into Java applications to allow for dynamic scripting. The runtime leverages the JVM for system scalability and ensures a consistent execution environment across different operating systems.

    Rubyconcurrencyinvokedynamicjruby
    View on GitHub↗3,906
  • aarzilli/goluaaarzilli avatar

    aarzilli/golua

    700View on GitHub↗

    Go bindings for Lua C API - in progress

    C
    View on GitHub↗700
  • kusionstack/kclvmKusionStack avatar

    KusionStack/KCLVM

    2,374View on GitHub↗

    KCL: Constraint-based Record & Functional Language

    Rust
    View on GitHub↗2,374
Compare all 30 related projects→

Frequently asked questions

What does wa-lang/wa do?

凹语言, The Wa Programming Language

What are the main features of wa-lang/wa?

The main features of wa-lang/wa are: Developer Tools, Developer Workspaces, Language Compilers, Language Implementations, Scripting Languages.

Which projects share features with wa-lang/wa?

Projects with overlapping indexed features include: jruby/jruby — JRuby is a Ruby language implementation that runs on the Java Virtual Machine. It serves as a cross-language runtime… yuin/gopher-lua — Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It… aarzilli/golua — Go bindings for Lua C API - in progress. golang/go — Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It… kusionstack/kclvm — KCL: Constraint-based Record & Functional Language. 1set/starlet — ✨ Yet another Go wrapper for Starlark that simplifies usage, offers data conversion and useful Starlark libraries.