<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Srikar Sunchu</title>
    <description>The latest articles on Forem by Srikar Sunchu (@srikarsunchu).</description>
    <link>https://forem.com/srikarsunchu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3707721%2F1c4947cb-3e4f-49a0-8dfd-9e0e94f1cdae.jpeg</url>
      <title>Forem: Srikar Sunchu</title>
      <link>https://forem.com/srikarsunchu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/srikarsunchu"/>
    <language>en</language>
    <item>
      <title>I got tired of waiting for Gradle, so I built a runtime that runs Kotlin like Python.</title>
      <dc:creator>Srikar Sunchu</dc:creator>
      <pubDate>Tue, 13 Jan 2026 01:55:23 +0000</pubDate>
      <link>https://forem.com/srikarsunchu/i-got-tired-of-waiting-for-gradle-so-i-built-a-runtime-that-runs-kotlin-like-python-10nl</link>
      <guid>https://forem.com/srikarsunchu/i-got-tired-of-waiting-for-gradle-so-i-built-a-runtime-that-runs-kotlin-like-python-10nl</guid>
      <description>&lt;p&gt;I hit &lt;code&gt;./gradlew run&lt;/code&gt; and alt-tab to Discord. By the time I tab back, it's still resolving dependencies. This is a script. It's 40 lines.&lt;/p&gt;

&lt;p&gt;So I helped build something that doesn't make me wait. &lt;a href="https://github.com/elide-dev/elide" rel="noopener noreferrer"&gt;Elide&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Elide?
&lt;/h2&gt;

&lt;p&gt;Elide is a runtime. Like Node. Like Python. You install it, you run code.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-sSL&lt;/span&gt; elide.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;But here's the thing: it doesn't just run one language.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;elide run app.kt      &lt;span class="c"&gt;# Kotlin, no Gradle&lt;/span&gt;
elide run server.ts   &lt;span class="c"&gt;# TypeScript, no build step&lt;/span&gt;
elide run script.py   &lt;span class="c"&gt;# Python, faster than CPython&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;One binary. One toolchain. Multiple languages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;Most teams aren't single-language. You've got TypeScript on the frontend, Python for ML scripts, maybe Kotlin or Java somewhere in the backend. That's three runtimes, three package managers, three sets of problems.&lt;/p&gt;

&lt;p&gt;Elide is one runtime that speaks all of them. Install dependencies from npm and Maven in the same project. Run tests across languages with one command. No context switching.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Elide is built on GraalVM. The same compiler optimizes across languages-JavaScript, Python, Kotlin. No serialization when crossing language boundaries. All in one engine.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you can do today
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;elide run&lt;/code&gt; — run code in any supported language&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;elide test&lt;/code&gt; — run tests with built-in coverage&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;elide install&lt;/code&gt; — fetch from npm or Maven&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;elide serve&lt;/code&gt; — spin up a fast polyglot server&lt;/li&gt;
&lt;li&gt;Drop-in Gradle plugin for existing Java/Kotlin projects&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Elide is in beta.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-sSL&lt;/span&gt; elide.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;We're on &lt;a href="https://discord.gg/elide" rel="noopener noreferrer"&gt;Discord&lt;/a&gt; if you want to talk, report bugs, or tell us what we're missing.&lt;br&gt;
Here's our &lt;a href="https://github.com/elide-dev/elide" rel="noopener noreferrer"&gt;Github&lt;/a&gt;- if you've read this far, leave us a star :)&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>performance</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
