Skip to content

Commit 1540323

Browse files
authored
Update README.md
1 parent 1ecb69a commit 1540323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
An analyzer for host agnostic Clojure code, written in Clojure and producing AST in EDN.
44

5-
I gave a talk on tools.analyzer[.jvm] at ClojureX in December 2015. Video [here](https://skillsmatter.com/skillscasts/7239-immutable-code-analysis-with-tools-analyzer)
5+
I gave a talk on tools.analyzer[.jvm] at ClojureX in December 2015. Video [here](https://www.youtube.com/watch?v=oZyt93lmF5s)
66

77
Timothy Baldridge gave a talk on tools.analyzer[.jvm] at Clojure/West in
88
March 2014. Video
9-
[here](https://www.youtube.com/watch?v=oZyt93lmF5s).
9+
[here]( [here](https://www.youtube.com/watch?v=KhRQmT22SSg&list=PLZdCLR02grLp__wRg5OTavVj4wefg69hM&index=11).
1010

1111
Note that the analyzer in this library should not to be used directly as it lacks any knowledge about host-specific special forms and it should only be considered as a building platform for host-specific analyzers.
1212
Currently the following platform specific analyzers written on top of tools.analyzer exist: [tools.analyzer.jvm](https://github.com/clojure/tools.analyzer.jvm), [tools.analyzer.js](https://github.com/clojure/tools.analyzer.js)

0 commit comments

Comments
 (0)