Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

elide-dev

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@elide-dev

Elide

putting the java back in javascript

Elide

Code of ConductPython 3.11.x


Elide is like Node or Python. Use it to run things:

> elide ./my-code.{ts,js,py}

You can use Node APIs. You can even mix languages:

// sample.mts// use node apisimport{readFileSync}from"node:fs"// interoperate across languagesimportsamplefrom"./sample.py"// this is typescript - no build step needed first, like deno or bunconstx:number=42;console.log(sample.greeting()+` The answer is${x}`);
# sample.pydefgreeting(name="Elide"):returnf"Hello,{name}!"
> elide ./sample.mtsHello, Elide! The answer is 42

Read more about Elide'sfeature highlights

Installation

Important

Careful! Elide is in beta.

You can install Elide on Linux (amd64) or macOS (amd64/arm64) by running:

curl -sSL --tlsv1.2 elide.sh| bash -s -

After installation, you can runelide --help orelide info to see more information.

Using Elide via Docker

We provide a container image, hosted on GitHub:

docker run --rm -it ghcr.io/elide-dev/elide

Using Elide in GitHub Actions

We provide asetup action:

-name:"Setup: Elide"uses:elide-dev/setup-elide@v2with:# any tag from the `elide-dev/releases` repo; omit for latestversion:1.0.0-beta1

Using Elide via GitHub Codespaces

We provide aGitHub Codespace with Elide pre-installed. You can click below to try it out, right from your browser:

Open in GitHub Codespaces

Star History

Star History Chart

PinnedLoading

  1. elideelidePublic

    fast polyglot runtime

    Kotlin 125 17

  2. setup-elidesetup-elidePublic

    Sets up Elide in a GitHub action

    TypeScript 3 2

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 64 repositories
  • docs Public

    Documentation for Elide

    elide-dev/docs’s past year of commit activity
    HTML 2MIT 1 0 0 UpdatedMar 18, 2025
  • elide Public

    fast polyglot runtime

    elide-dev/elide’s past year of commit activity
    Kotlin 125MIT 17 52(4 issues need help) 3 UpdatedMar 17, 2025
  • build-infra Public

    Secure reusable build infrastructure

    elide-dev/build-infra’s past year of commit activity
    Kotlin 2MIT 2 1 6 UpdatedMar 17, 2025
  • setup-elide Public

    Sets up Elide in a GitHub action

    elide-dev/setup-elide’s past year of commit activity
    TypeScript 3MIT 2 0 10 UpdatedMar 17, 2025
  • .github Public

    Public profile for the Elide team

    elide-dev/.github’s past year of commit activity
    00 0 0 UpdatedMar 16, 2025
  • ruff Public Forked fromastral-sh/ruff

    An extremely fast Python linter and code formatter, written in Rust.

    elide-dev/ruff’s past year of commit activity
    Rust0MIT 1,272 0 6 UpdatedMar 16, 2025
  • uv Public Forked fromastral-sh/uv

    An extremely fast Python package installer and resolver, written in Rust.

    elide-dev/uv’s past year of commit activity
    Rust0Apache-2.0 1,274 0 0 UpdatedMar 16, 2025
  • oxc Public Forked fromoxc-project/oxc

    ⚓ A collection of JavaScript tools written in Rust.

    elide-dev/oxc’s past year of commit activity
    Rust0MIT 554 0 0 UpdatedMar 16, 2025
  • runtime Public

    Guest runtimes for Elide

    elide-dev/runtime’s past year of commit activity
    JavaScript 2 2 5 15 UpdatedMar 15, 2025
  • graaljs Public Forked fromoracle/graaljs

    A ECMAScript 2022 compliant JavaScript implementation built on GraalVM. With polyglot language interoperability support. Running Node.js applications!

    elide-dev/graaljs’s past year of commit activity
    C++0UPL-1.0 200 0 1 UpdatedMar 15, 2025

Top languages

Loading…

Most used topics

Loading…


[8]ページ先頭

©2009-2025 Movatter.jp