LPireyn

Blog

A quick look at docopt

A quick look at docopt, a command-line interface description language.

Published on . Reading time: 2 minutes.

Tagged with #cli.

docopt is a command-line interface description language that takes an original approach.

Read the post

Rust vs. Java: String

A comparison between the String type in Rust and Java.

Published on . Reading time: 3 minutes.

Tagged with #java and #rust.

As a Java developer learning Rust, my first intuition was to think of Rust’s String type as the equivalent of Java’s String class. Though legitimate, this intuition is deceitful: there are important differences between the two types.

Read the post

Hello World!

The very first post in my blog.

Published on . Reading time: 1 minute.

Tagged with #meta.

Read the post