Rust

Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of “programming in the large”, that is, of creating and maintaining boundaries – both abstract and operational – that preserve large-system integrity, availability and concurrency. via Rust.

GitGuys

Why bother to learn git? * Git is a big improvement over legacy version control systems (more about that later). * Git is growing very rapidly in popularity. * Bottom line: Source code that you need to access and update will be in a git repository, and you’ll save a lot of time and trouble …

More

Moose | Linux Journal

Moose is essentially a language extension for Perl 5 that provides a modern, elegant, fully featured object system. I say “language extension”, but Moose is written in pure Perl, and as you’ll see, its syntax is still normal Perl. You don’t need to patch Perl itself to use Moose; under the hood, it’s just Perl …

More