Today, I want to talk about the difference between statements and expressions in Computer Science and why ignoring that distinction has consequences.
Tag: Programming Languages
How to Initialize an ArrayList in Kotlin: arrayListOf and More
As a new user of Kotlin, I wanted to write some articles like my How to Python series. To start, let's learn how to initialize an ArrayList in Kotlin.
Taking Kotlin for a Spin: Nullable, Object Comparison, and Concision
After long last, I've finally decided to take a look at Kotlin while building an Android app. Now, I want to talk about the language.
Looks like I'm back at it again with another installment of the Hello World series. This time we're tackling Hello World in Goby.
Since launching the Sample Programs project in March of this year, I'm proud to say we've just hit 100 languages in the repo.
Welcome to another issue of Hello World in Every Language! Today, we're fortunate to have another community contribution to the series. Time to learn how to say Hello World in Befunge with...
