TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The (Clojure) "JVM Slow Startup Time" Myth

2 pointsby luu10 months ago

2 comments

fulafel10 months ago
The same applies to a lot of &quot;slow startup&quot; cases independent of language. For example your big Python or Java app doesn&#x27;t start slowly because the VM is slow to start, it is slow to start because it loads and runs a lot of code while starting up.<p>These days there are fast-startup options available for Clojure of course for use in eg serverless apps (eg Graal, Babashka, or using ClojureScript).
pm222210 months ago
Note: (2014)...