Pinned Tweet
elide
33 posts

elide
@elide_dev
fast multi-lang runtime
a software project near you Joined Ocak 2023
74 Following70 Followers

Big shoutout to Typescript.fm for hosting our founder on the podcast. An opportunity to explain Elide is another opportunity to fall in love with it again.
Cheers
#typescript #Elide #Bun #Node #GraalVM #polyglot
typescript.fm/bonus47
English

Some cool stuff in the beta11 release cycle: new classpath command, built-in S3 mock server, a bunch of polish.
github.com/elide-dev/elide
English

@asmah2107 We fix this problem at a foundational level by eliminating the need for all the microservices in the first place
English

@GameShopCorp Really cool use case. We are doing a lot of work around GraalVM, and can help you if you get hung up. Think you could chat with us about your goals and experiences so far? elide.dev/discord
English

This Is GraalVM Ladies And Gentlemen
-Rune
This Is A Perfect Way To Put Java On Steam
It Goes So Far As JDK 25. GraalVM Is Deprecated


Lynden Jay Evans@GameShopCorp
This Is The Proof -Lynden Jay Evans The One At The Top Was Made With GraalVM. I Want You To Show The Console -Rune
English

@SumitM_X Can’t forget the GraalVM ecosystem. For example, we are in beta and can support running many languages in the same process, and even natively. Shared memory & GC etc. Currently support #Kotlin (2.2.20), #Java (JDK 25), #TypeScript, & #Python w/ support coming for LLVM and WASM
English

@BrodaNoel @jxnlco Or skip the Node↔Python bridge and just call Python directly from TS. Our runtime supports this and does it all in the same process.
English

@jxnlco You can still do the SPECIFIC thing on python and then call that file from nodejs.
English

@Piero_Go_ @BrodaNoel @jxnlco You could skip the FastAPI layer entirely. Our runtime lets your TypeScript call Python functions in-process. Same app, shared memory, no endpoints.
English

@BrodaNoel @jxnlco I will have my employee create the frontend AND backend with ts and then I will create simple stateless fastapi endpoints the backend can call. AI stuff goes in python.
English

@jxnlco With our runtime, you could call #Python functions directly from #TypeScript
No separate service, no overhead
English

@NickLaptev @SumitM_X Maybe not designed for it, but def not impractical now.
What we’ve done is build a GraalVM native image that replaces javac, kotlinc, and jar. Gradle calls it directly, skipping JIT warmup. Java apps under 10K classes compile ~20× faster with fast cold starts.
English

@elide_dev Oh i see! You might consider putting a comment over the Python function "# my-app.py" like you did with the typescript file
English

@emrahdma Hi Emrah, ty! We’re always working to keep docs current. Sometimes we're caught up in the code 😅
However, if the image below is what you’re referring to, this is as intended. The .ts file imports and calls a Python function to demonstrate Elide’s polyglot behavior. ⚡

English

@elide_dev You have a typo in your docs, Python hello example should have .py extension, not .ts
English

@banadiga It is definitely the best-in-class VM. We use it as an engine for our runtime/toolchain, adding our own build system, test runner, polyglot APIs, and packaging flow on top. Always up for a chat about it, elide.dev/discord
English

javaclub.lviv.ua/2025/10/22/202… #lvivjavaclub #javaclub
GraalVM isn’t just another JVM — it’s a universal runtime that breaks down language barriers. Java, Python, JavaScript and more can run together seamlessly, without wrappers, APIs, or painful integrations. This talk shows how Gr…
English

@therealdanvega @mleitz1 Awesome stuff really. Native image has unlocked a lot of cool features for us.
English

@mleitz1 Not at all. You can compile Spring Boot apps to native images using GraalVM. Here is some documentation on that
docs.spring.io/spring-boot/re…
English







