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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 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·4 vueswa-lang.org↗

Wa

凹语言, The Wa Programming Language

Features

  • Outils de développement - 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.

Historique des stars

Graphique de l'historique des stars pour wa-lang/waGraphique de l'historique des stars pour wa-lang/wa

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Wa

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Wa.
  • golang/goAvatar de golang

    golang/go

    134,756Voir sur 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
    Voir sur GitHub↗134,756
  • jruby/jrubyAvatar de jruby

    jruby/jruby

    3,906Voir sur 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
    Voir sur GitHub↗3,906
  • aarzilli/goluaAvatar de aarzilli

    aarzilli/golua

    700Voir sur GitHub↗

    Go bindings for Lua C API - in progress

    C
    Voir sur GitHub↗700
  • kusionstack/kclvmAvatar de KusionStack

    KusionStack/KCLVM

    2,374Voir sur GitHub↗

    KCL: Constraint-based Record & Functional Language

    Rust
    Voir sur GitHub↗2,374
Voir les 30 alternatives à Wa→

Questions fréquentes

Que fait wa-lang/wa ?

凹语言, The Wa Programming Language

Quelles sont les fonctionnalités principales de wa-lang/wa ?

Les fonctionnalités principales de wa-lang/wa sont : Outils de développement, Developer Workspaces, Language Compilers, Language Implementations, Scripting Languages.

Quelles sont les alternatives open-source à wa-lang/wa ?

Les alternatives open-source à wa-lang/wa incluent : 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.