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.

Connecting SLIME to a remote Clojure Repl

46 pointsby kyleburtonalmost 16 years ago

1 comment

alrex021almost 16 years ago
I use this approach myself to remotely modify my clojure app bytecode at runtime. So if, for instance, I need to add a new function at runtime to my personal clojure blog app, all I do is connect to my remote REPL, write the function and refresh my browser. Thats extremely powerful I'd say.<p>Technically what this does in the case of my blog is modify the proxied Java Servlet bytecode at runtime.
评论 #778397 未加载
评论 #777990 未加载