{{ message }}
elide
the next runtime
- 64 followers
- United States of America
- https://elide.dev
- @elide_dev
- company/elide-dev
- elide.dev
Elide is like Node or Python. Use it to run things:
> elide ./my-code.{ts,js,py,kts,kt}You can use Node APIs. You can even mix languages:
// sample.mts
// use node apis
import { readFileSync } from "node:fs"
// interoperate across languages
import sample from "./sample.py"
// this is typescript - no build step needed first, like deno or bun
const x: number = 42;
console.log(sample.greeting() + ` The answer is ${x}`);# sample.py
def greeting(name = "Elide"):
return f"Hello, {name}!"> elide ./sample.mts
Hello, Elide! The answer is 42Learn more at elide.dev
Access the docs at elide.help
Pinned Loading
Repositories
Showing 10 of 73 repositories
- graalpython Public Forked from oracle/graalpython
GraalPy – A high-performance embeddable Python 3 runtime for Java
elide-dev/graalpython’s past year of commit activity - tauri-plugin-posthog Public Forked from ahonn/tauri-plugin-posthog
A Tauri v2 plugin for integrating PostHog analytics into your Tauri applications.
elide-dev/tauri-plugin-posthog’s past year of commit activity - tough Public Forked from awslabs/tough
Rust libraries and tools for using and generating TUF repositories
elide-dev/tough’s past year of commit activity - graaljs Public Forked from oracle/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
Top languages
Loading…
Most used topics
Loading…
