awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesJavaScript Interoperability

Tools for bridging Elixir with JavaScript and frontend environments.

Explore 7 awesome GitHub repositories matching part of an awesome list · JavaScript Interoperability. Refine with filters or upvote what's useful.

Awesome JavaScript Interoperability GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dart-lang/sdkdart-lang 的头像

    dart-lang/sdk

    11,042在 GitHub 上查看↗

    The Dart SDK is a comprehensive development kit for building cross-platform applications using a multi-paradigm programming language. It provides a unified toolchain that supports both just-in-time compilation for rapid development and ahead-of-time compilation for high-performance native machine code. The platform is built on a sound static type system and an isolate-based concurrency framework, which executes independent tasks in separate memory heaps to achieve parallelism without shared state contention. The SDK distinguishes itself through a versatile compilation pipeline that transforms

    Enables dynamic function calling and object manipulation across the boundary between Dart and JavaScript environments.

    Dartdartlanguageprogramming-language
    在 GitHub 上查看↗11,042
  • kanaka/malkanaka 的头像

    kanaka/mal

    10,665在 GitHub 上查看↗

    This project is a Lisp interpreter implementation guide and framework designed to teach the core principles of programming language design. It provides a structured, step-by-step technical framework for building a functional Lisp language from scratch, featuring a specialized interpreter engine and an S-expression parser that converts syntax into abstract syntax trees. The project emphasizes a code-as-data metaprogramming framework, enabling the implementation of macros, quoting, and quasiquoting to transform expressions during evaluation. It is designed with host language agnosticism, allowi

    Bridges the Lisp environment with JavaScript to invoke external methods and exchange data.

    Assemblybashcc-plus-plus
    在 GitHub 上查看↗10,665
  • elixirscript/elixirscriptelixirscript 的头像

    elixirscript/elixirscript

    1,566在 GitHub 上查看↗

    Converts Elixir to JavaScript

    Transpiles code to JavaScript.

    Elixir
    在 GitHub 上查看↗1,566
  • ibdknox/jayqibdknox 的头像

    ibdknox/jayq

    412在 GitHub 上查看↗

    A jQuery wrapper for ClojureScript.

    Wrapper for interacting with jQuery functionality.

    Clojure
    在 GitHub 上查看↗412
  • bryanjos/elixir-estreebryanjos 的头像

    bryanjos/elixir-estree

    104在 GitHub 上查看↗

    The ESTree Nodes and JavaScript AST to JavaScript Code Generator in Elixir

    Parses JavaScript code into ASTs.

    Elixir
    在 GitHub 上查看↗104
  • bodil/pylonbodil 的头像

    bodil/pylon

    53在 GitHub 上查看↗

    A Javascript class system in 100% Clojurescript.

    System for defining JavaScript classes using native syntax.

    Clojure
    在 GitHub 上查看↗53
  • zcaudate/purnamZ

    zcaudate/purnam

    0在 GitHub 上查看↗

    Utilities for improved interop, testing, and documentation.

    在 GitHub 上查看↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript Interoperability