| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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 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
Rust libraries and tools for using and generating TUF repositories
Reproduction containers built by elidebot — each image reproduces one reported bug at a pinned version
⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |