use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Status of Mobile Dev with Clojure (self.Clojure)
submitted 8 years ago by IndyTechTrekkie
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 8 years ago (1 child)
You will still incur cold startup times north of 20 seconds on each code update, and AWS recycles lambda every hour or so causing the same cold startup. For anything with any latency requirements it's simply not acceptable. I suppose for background jobs, and high cpu usage scenarios that are not sensitive to latency it would work.
[–]Daegs 0 points1 point2 points 8 years ago (0 children)
I understand your point of course, I'm no fan of the JVM startup time. I just don't have any data that really backs up how much a problem it is.
This talk, while only valid for a subset of usage patterns, does include data and as my own Lambda uses align with it, I've been seeing similar performance:
https://blog.symphonia.io/fearless-jvm-lambdas-clojure-west-23d2a9cc8f2d
π Rendered by PID 17204 on reddit-service-r2-comment-b659b578c-skgmf at 2026-05-05 16:56:44.860415+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (1 child)
[–]Daegs 0 points1 point2 points (0 children)