slashmili / 3-langs-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tale of 3 languages

The idea is to try out 3 languages

  • Go
  • Rust
  • Clojure

Problem to solve

We want to

  1. Detch the users that give starts to a github repo
  2. Find the users that their username start with "s"
  3. Fetch their profile

Solutions

Basic version

Concurrent version

  • Go
  • Rust
  • Clojure: not implemented

About