Stream: general

Topic: Interesting project I ran into


view this post on Zulip Tim Uckun (Jan 09 2026 at 04:17):

https://docs.elide.dev/index_md.html

Elide is a runtime that runs python, kotlin, typescript, javascript and ruby (kinda). It's promised to be super fast and uses the graal vm underneath. It can also create native executables, jars etc.

The cool thing is that you can interop between languages. You can write some python and then call it from your typescript code or vice versa.

Check it out.

view this post on Zulip Ron Waldon-Howe (Jan 09 2026 at 06:05):

huh, that's fascinating


Last updated: Feb 17 2026 at 17:33 UTC