7 repository-uri
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.
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.
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.
Converts Elixir to JavaScript
Transpiles code to JavaScript.
A jQuery wrapper for ClojureScript.
Wrapper for interacting with jQuery functionality.
The ESTree Nodes and JavaScript AST to JavaScript Code Generator in Elixir
Parses JavaScript code into ASTs.
A Javascript class system in 100% Clojurescript.
System for defining JavaScript classes using native syntax.