Tale of 3 languages The idea is to try out 3 languages Go Rust Clojure Problem to solve We want to Detch the users that give starts to a github repo Find the users that their username start with "s" Fetch their profile Solutions Basic version Go Clojure Rust Concurrent version Go Rust Clojure: not implemented