TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ClojureScript development environment with Vim

69 点作者 astashov将近 11 年前

7 条评论

daniel_solano将近 11 年前
Pretty neat. Figwheel is pretty new to me, so it&#x27;s something I&#x27;ll have to look into.<p>I just recently got my head around using ClojureScript with vim-fireplace and Austin. It took a bit of work, but I finally got to a point where I easily have a browser REPL running using an environment stored in a var. This helps avoid security error, but it&#x27;s not as simple a setup.<p>I suppose one big difference is the HTML I am using is being served via a Ring-based server rather than using a separate serving process. This allows me to add middleware in development mode that will inject the necessary JavaScript to connect to the browser REPL.
pselbert将近 11 年前
It is great to hear success stories for the Clojure&#x2F;ClojureScript workflow. I really respect the work behind LightTable and understand the natural lisp support of Emacs, but I have a lot of time and neurons baked into using Vim.<p>Most of my dev time is spent with JavaScript lately, I&#x27;m really curious what live reloading is like.
krat0sprakhar将近 11 年前
I&#x27;m learning OCaml now and this blog post really makes me wish if tooling around js_of_ocaml[0] were this great! Thanks for the detailed write up! Bookmarked for when I start clojure!<p>[0] - <a href="http://ocsigen.org/js_of_ocaml/" rel="nofollow">http:&#x2F;&#x2F;ocsigen.org&#x2F;js_of_ocaml&#x2F;</a>
评论 #8123417 未加载
Rapzid将近 11 年前
I would highly recommend anyone starting Clojure or ClojureScript give LightTable a spin. I find it&#x27;s workflow generally fantastic. Connecting it to the browser is a snap too. You&#x27;ll be up and running in 4 minutes, don&#x27;t even need to download&#x2F;install clojure; it does it for you!
yayitswei将近 11 年前
Figwheel is not widely known, but I&#x27;ve used it for several months and find the workflow very convenient.
lynndylanhurley将近 11 年前
Wow this is great!!! This is exactly the guide that I&#x27;ve been looking for. Thanks!!!
tony_landis将近 11 年前
Thanks Astashov for the very comprehensive guide.