9 ms·
Sourcegraph folk, are you aware of Rich Hickey's codeq [0][1] for clojure: codeq allows you to track change at the program unit level (e.g. function and method
by alpyne 10y ago
Sourcegraph folk, are you aware of Rich Hickey's codeq [0][1] for clojure:
codeq allows you to track change at the program unit level (e.g. function and method definitions) and query your programs and libraries declaratively, with the same cognitive units and names you use while programming
[0] http://blog.datomic.com/2012/10/codeq.html http://blog.datomic.com/2012/10/codeq.html
[1] https://github.com/Datomic/codeq#codeq https://github.com/Datomic/codeq#codeq
- sqs 10y agoSourcegraph founder here. Yep, that's an extremely compelling idea. We were definitely aware of this when we started Sourcegraph. Are you using codeq?
- jpitz 10y agoIt lacks the ability to track changes, but BBQ http://browsebyquery.sourceforge.net/ http://browsebyquery.sourceforge.net/ can query JVM and CLR programs - and holy crap is that useful when you need it. Speaking of tracking changes at the method level, does anyone remember VisualAge for Java?