排序
What is Functional Programming
What is Functional Programming,Firstly, we should know what is a programming paradigm means. Programming paradigm is a way to classify programming languages. Let's see the common p...
Version Management for Ruby, Python, Node and Rust
Version Management for Ruby, Python, Node and Rust,Here's a handy cheat sheet if you find yourself needing an exotic version of Ruby, Python, Node or Rust. Other version management...
Python Idioms in Rust
Python Idioms in Rust,I’ve been going through a period of programming language wanderlust over the past couple months. Recently, I’ve been quite interested in Rust. Coming from P...
Translating Rust to other languages (Pt 1- Context Free Grammar)
Translating Rust to other languages (Pt 1- Context Free Grammar), Overview At my place of current employment I write libraries in Rust which are called by other languages, on multi...
Comparing error handling in Java, Go and Rust.
Comparing error handling in Java, Go and Rust.,Error checking is everywhere. Sometimes it's more complex than other time. Take file managing for example. You have to remember to cl...