getting started with nim programming language tutorial

Описание к видео getting started with nim programming language tutorial

in part one of this nim-lang tutorial, chris looks at why all the malware developers are using this new language to develop their sketchy code.
nim is a pretty great statically compiled systems language that is based on pascal, ada and modula rather than a traditional c influence. it compiles to c and javascript making it a good cross platform choice. it has all the power of C, Rust and Zig but the simplicity of python and typescript.

in this getting started tutorial chris shows you how to get started with the language, having a deep dive into variable assignment, type inference, type annotations and code structure.

in the next part we'll deep dive into procedures and functions

Комментарии

Информация по комментариям в разработке