Skip to content
@elide-dev

elide

the next runtime

Elide

Python 3.12.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 languages importsamplefrom"./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.mts
Hello, Elide! The answer is 42

Learn more at elide.dev

Access the docs at elide.help

Pinned Loading

  1. elideelidePublic

    fast multi-lang runtime

    564 41

  2. setup-elidesetup-elidePublic

    Sets up Elide in a GitHub action

    TypeScript 5 2

  3. gradlegradlePublic

    Gradle plugin for Elide

    Java 29 2

  4. mavenmavenPublic

    Maven plugin for using Elide

    Kotlin 3

  5. rules_eliderules_elidePublic

    bazel rules for elide

    Starlark 2

Repositories

Showing 10 of 80 repositories

Top languages

Loading…

Most used topics

Loading…