> const dont need all uppercase names anyway. That is my style, I like my const names all uppercase
`bindAddr` has 3 parameters AFAIK, socket, port and address, correct? How come simply passing in `Port(9000)` works, instead of `port = 9000`? I'm following the parameter guide from [https://nim-lang.org/docs/tut1.html#procedures-named-arguments](https://nim-lang.org/docs/tut1.html#procedures-named-arguments)
