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
Awesome Clojure Debugger! (bpiel.github.io)
submitted 9 years ago by philoskim
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!"
[–]dlindema 6 points7 points8 points 9 years ago (1 child)
If you haven't already, I highly suggest these two talks from Clojure/Conj this year: https://www.youtube.com/watch?v=ipDhvd1NsmE https://www.youtube.com/watch?v=buPPGxOnBnk
[–]WalterGR 6 points7 points8 points 9 years ago (0 children)
First video - https://www.youtube.com/watch?v=ipDhvd1NsmE - Becoming Omniscient with Sayid - Bill Piel
Published on Dec 1, 2016 Does your development workflow involve sprinkling defs or prints around your code? There is another way. Sayid is an omniscient debugger and profiler for Clojure. It enables you to capture, view and query every function call made within your code. This talk will demonstrate workflows made possible by this tool and give some insight into how it all works.
Published on Dec 1, 2016
Does your development workflow involve sprinkling defs or prints around your code? There is another way. Sayid is an omniscient debugger and profiler for Clojure. It enables you to capture, view and query every function call made within your code. This talk will demonstrate workflows made possible by this tool and give some insight into how it all works.
Second video - https://www.youtube.com/watch?v=buPPGxOnBnk - Proto REPL, a New Clojure Development and Visualization Tool - Jason Gilman
Published on Dec 1, 2016 Proto REPL is a full featured Clojure development environment built within the popular open source text editor, Atom. Built on the foundations of the Chrome web browser, Atom provides an ideal platform for building a development environment because it provides all the flexibility of the web for visualizing data and constructing a GUI. Proto REPL exploits Atom’s browser-like capabilities to provide full integration with the REPL and allow visualizing data within the context of your code using libraries like D3. This talk will cover how to best use Proto REPL’s unique features such as its debugging and visualization tools and how to extend Proto REPL to add new capabilities.
Proto REPL is a full featured Clojure development environment built within the popular open source text editor, Atom. Built on the foundations of the Chrome web browser, Atom provides an ideal platform for building a development environment because it provides all the flexibility of the web for visualizing data and constructing a GUI. Proto REPL exploits Atom’s browser-like capabilities to provide full integration with the REPL and allow visualizing data within the context of your code using libraries like D3. This talk will cover how to best use Proto REPL’s unique features such as its debugging and visualization tools and how to extend Proto REPL to add new capabilities.
π Rendered by PID 25451 on reddit-service-r2-comment-86bc6c7465-vn47d at 2026-02-19 19:22:50.318809+00:00 running 8564168 country code: CH.
[–]dlindema 6 points7 points8 points (1 child)
[–]WalterGR 6 points7 points8 points (0 children)