Why choose me? My work will feature the following

- Code comments
- Unit tests
- Be a single binary (no messing around with getting the right python interpreter version, easy deployment)
- Concurrency through lightweight managed threads (increased performance, no more having the whole program block waiting for IO)
- Almost certainly it will be faster than the equivalent in python, javascript or php while also using less memory (from what ive seen most people here use one of those 3 langs for backend dev)
- Quality (easily maintainable and extendable, also statically typed)
- Good error handling (you wont have it randomly crashing because of an uncaught exception or have the state messed up because it was catching every exception without a care)
