-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Description
Hi, boot is, similarly to leiningen, a build tooling for Clojure.
Recently I started to play with its scripting mode [1], which could be very useful for Gorilla REPL. One can declare dependencies directly in a script (without external project file, e.g., projects.clj)!
It would be really cool, if this worked in Gorilla REPL -- just define all dependencies in one of the cells at the top and let them be handled by boot. The Gorilla files would be self-contained and without a need of creating external directory structure and managing project.clj.
What do you think about this idea? Would it be difficult to implement?
theronic and ckampfe