this post was submitted on 23 Oct 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
 

Mi first blog post, about some techniques on debugging/exploring/understanding Clojure codebases in an interactive way using FlowStorm and the repl.

https://jpmonettas.github.io/my-blog/public/compilers-with-flow-storm.html

It also contains a tour over the internals of the ClojureScript compiler, as it is used as an example of a non trivial Clojure project.

No previous knowledge in compilers is needed and is made so you can follow along by pasting commands on your terminal.

you are viewing a single comment's thread
view the rest of the comments
[–] yassinzao@alien.top 1 points 1 year ago

Great Tutorial...Thanks!!