Re: Newbie With Several (Likely Dumb) Questions

2020-02-14 Thread trivium
> For your first question: Some people coming from Python have not even a basic > computer science background... I get you. I have gone out of my way to understand the basics of computer science plus algorithms and design patterns. I've also tinkered with assembly, too.

Newbie With Several (Likely Dumb) Questions

2020-02-13 Thread trivium
First off, I'm still getting my head wrapped around the language. I was considering Rust when Nim caught my attention for a few basic reasons: 1. It compiles to C, so it's not interpreted. 2. It's safer than C and _seems_ comparable to Rust in terms of type safety and concurrence but