This repository contains the same project implemented in different languages with the objective of exploration.
| Feature | Done ? |
|---|---|
| Parse args | ✔️ |
| Conditional (if, switch) | ✔️ |
| Loops | ✔️ |
| IO | ✔️ |
| Exceptions | ✔️ |
| Reg. Expressions | ✔️ |
| Web client | ✔️ |
| Async | ❗ |
| Lists, Dictionaries | ✔️ |
| 3rd party libraries | ✔️ |
| SQL lite connection | ✔️ |
| Language | Reference | Implementation |
|---|---|---|
| C# | link | navigate |
| Python | link | |
| Rust | link | |
| C | link | |
| Go | link | navigate |
| F# | link | |
| Kotlin | link | navigate |