Time to have some fun programming.

I've been playing around with #odinlang and am really liking it. It's fun just checking out the comments in the Odin Source code for examples. This was how I learned #Smalltalk and it really does help you really learn to use a language.

Odin's make system reminds me of Pascal. No separate make file just compile the file with the main function in it and the compiler figures out what other files need be compiled.

Go is nice but it feels to corporate.