After struggling to understand macros in Rust, I've managed to explore a delightfully dull implementation of Hello World in JavaScript.
Tag: Programming Languages
Day 10 of 100 Days of Code brought along a bit of a personal challenge: macros. Implementing Hello World in Rust wasn't as easy as I thought it would be.
Day 9 of 100 Days of Code brings us Hello World in Go, a language by Google. Only 91 more days to go - pun intended!
Believe it or not, Objective-C isn't the only language used by Apple. In fact, Apple launched another language called Swift back in 2014. To get comfortable, we're going to implement Hello World in...
For the seventh installment of Hello World in Every Language, we've decided to tackle Hello World in Objective-C. Get ready learn about message passing and memory management.
Since we're on a general-purpose language kick, why not try to implement Hello World in Ruby. In this tutorial, we won't be exploring the web development side of Ruby but rather the command line...
