awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to lpil/javascript-dom-parser

Open-source alternatives to Javascript Dom Parser

21 open-source projects similar to lpil/javascript-dom-parser, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Javascript Dom Parser alternative.

  • wasm-bindgen/wasm-bindgenالصورة الرمزية لـ wasm-bindgen

    wasm-bindgen/wasm-bindgen

    9,042عرض على GitHub↗

    wasm-bindgen is a glue code generator and interoperability tool that facilitates high-level communication and data exchange between compiled Rust modules and JavaScript environments. It functions as a memory bridge and type definition generator, allowing the exchange of complex data types and the calling of functions across execution boundaries. The project distinguishes itself by automating the conversion of data types and function signatures using attribute-based bindings. It generates the necessary JavaScript and WebAssembly wrappers to manage linear memory mapping and creates automatic Ty

    Rust
    عرض على GitHub↗9,042
  • elm/compilerالصورة الرمزية لـ elm

    elm/compiler

    7,794عرض على GitHub↗

    This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed language into optimized JavaScript for web browsers. It serves as a frontend architecture framework, providing a static type system and a package manager that enforces semantic versioning. The compiler uses a type-checking engine with automatic type inference to prevent runtime errors and guide code refactoring. It implements a structural pattern for managing application state and rendering user interfaces through a virtual DOM, utilizing immutable data and purity-based state transit

    Haskellcompilerelm
    عرض على GitHub↗7,794
  • rescript-lang/rescriptالصورة الرمزية لـ rescript-lang

    rescript-lang/rescript

    7,396عرض على GitHub↗

    ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications. The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScr

    ReScriptaltjscompilerjavascript
    عرض على GitHub↗7,396

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • crowdhailer/plinthC

    Crowdhailer/plinth

    0عرض على GitHub↗

    Basic bindings to nodejs and browser platform API's. The aim of this package is to not make any new abstractions, so binding are as near the native platform as is sensible.

    عرض على GitHub↗0
  • cxxxr/valtanالصورة الرمزية لـ cxxxr

    cxxxr/valtan

    270عرض على GitHub↗

    Common Lisp to JavaScript compiler

    Common Lisp
    عرض على GitHub↗270
  • fsmunoz/datastar-clالصورة الرمزية لـ fsmunoz

    fsmunoz/datastar-cl

    60عرض على GitHub↗

    Datastar Common Lisp SDK

    Common Lisp
    عرض على GitHub↗60
  • gleam-lang/javascriptالصورة الرمزية لـ gleam-lang

    gleam-lang/javascript

    77عرض على GitHub↗

    Work with JavaScript types and values in Gleam, including promises!

    Gleam
    عرض على GitHub↗77
  • helmutkian/cl-reactالصورة الرمزية لـ helmutkian

    helmutkian/cl-react

    75عرض على GitHub↗

    Common Lisp (Parenscript) utilities for building web apps in ReactJs

    Common Lisp
    عرض على GitHub↗75
  • jasom/parenscriptxالصورة الرمزية لـ jasom

    jasom/parenscriptx

    26عرض على GitHub↗

    Parenscript Macros to aid generating react code

    Common Lisp
    عرض على GitHub↗26
  • johnmastro/trident-mode.elالصورة الرمزية لـ johnmastro

    johnmastro/trident-mode.el

    79عرض على GitHub↗

    Emacs minor mode for live Parenscript interaction

    Emacs Lisp
    عرض على GitHub↗79
  • jscl-project/jsclالصورة الرمزية لـ jscl-project

    jscl-project/jscl

    949عرض على GitHub↗

    A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

    Common Lisp
    عرض على GitHub↗949
  • junker/paren-asyncالصورة الرمزية لـ Junker

    Junker/paren-async

    9عرض على GitHub↗

    async/await extension for Parenscript

    Common Lisp
    عرض على GitHub↗9
  • junker/paren-jqueryالصورة الرمزية لـ Junker

    Junker/paren-jquery

    5عرض على GitHub↗

    Parenscript macros for jQuery

    Common Lisp
    عرض على GitHub↗5
  • michaeljforster/panicالصورة الرمزية لـ michaeljforster

    michaeljforster/panic

    42عرض على GitHub↗

    Common Lisp (Parenscript) library for React

    Common Lisp
    عرض على GitHub↗42
  • mystpi/conversationM

    MystPi/conversation

    0عرض على GitHub↗

    Gleam bindings for the standard JavaScript Request and Response APIs.

    عرض على GitHub↗0
  • nilesr/jscl-reactالصورة الرمزية لـ nilesr

    nilesr/jscl-react

    20عرض على GitHub↗

    A web framework for writing react components in common lisp using jscl

    Common Lisp
    عرض على GitHub↗20
  • scala-js/scala-jsالصورة الرمزية لـ scala-js

    scala-js/scala-js

    4,701عرض على GitHub↗

    Scala.js is a compiler and cross-platform language toolchain that transforms Scala source code into JavaScript or WebAssembly. It functions as a statically typed tool for the JavaScript ecosystem, enabling the development of applications for web browsers and Node.js environments. The project serves as a JavaScript interop framework, allowing the creation of type-safe facades and bindings to interact with external libraries and global objects. It provides mechanisms for both static and dynamic JavaScript invocation, including the generation of TypeScript bindings and the ability to export inte

    Scala
    عرض على GitHub↗4,701
  • bnmcgn/paren6الصورة الرمزية لـ BnMcGn

    BnMcGn/paren6

    34عرض على GitHub↗

    ES6 macros for Parenscript

    Common Lisp
    عرض على GitHub↗34
  • wiki3-ai/jscl-kernelالصورة الرمزية لـ wiki3-ai

    wiki3-ai/jscl-kernel

    5عرض على GitHub↗

    Common Lisp JupyterLite kernel using JSCL

    TypeScript
    عرض على GitHub↗5
  • bnmcgn/sigilالصورة الرمزية لـ BnMcGn

    BnMcGn/sigil

    3عرض على GitHub↗

    A Parenscript to Javascript command line compiler and interpreter.

    Common Lisp
    عرض على GitHub↗3
  • ceramic/remote-jsالصورة الرمزية لـ ceramic

    ceramic/remote-js

    35عرض على GitHub↗

    Run JavaScript in a browser from Common Lisp

    Common Lisp
    عرض على GitHub↗35