Elide, the polyglot runtime written in Kotlin, is ...
# feed
s
Elide, the polyglot runtime written in Kotlin, is out in second beta (
1.0.0-beta2
) 🆕 Run TSX and JSX directly with no build step 🆕 Local AI inference with the new
elide:llm
API Run Python, TypeScript, JavaScript, and intermix them Server performance you are used to from JVM - 800K RPS on Linux Startup time you are used to from Node - as low as
25ms
Elide is itself written in Kotlin so it can easily be used from Maven or extended. Soon, Elide will also run Kotlin like it does JavaScript and Python. Local AI and TSX example depicted. Currently supports macOS arm64 and Linux amd64. Try it with:
Copy code
curl -sSL --tlsv1.2 elide.sh | bash -s -
Or via Docker:
Copy code
docker run --rm -it <http://ghcr.io/elide-dev/bash|ghcr.io/elide-dev/bash>
Or via GitHub Codespaces. Please, throw us a star on GitHub! Elide is always looking for contributors and ideas. GitHub · Docs Release Notes: 1.0.0-beta2
K 11