Nim Language Highlights
In the last post I covered some things I’ve found compelling about nim’s big picture. Today I’ll do the same but with the language itself. If you’re still on the fence about what the big deal is, let me show you a few things I found interesting. Let’s get scrolling. Templates A template is a function which can help you reduce boilerplate and write cleaner code.…