Today, we're featuring another article by someone in the Sample Programs community. Let's learn how to Reverse a String in Dart with Slashdoom.
Tag: Programming Languages
One of my longtime supporters, Anders Rydholm, has finally joined the subscriber spotlight! Check out what they had to say about their coding journey.
At this point, it's probably no surprise that I'm studying Lisp and interpreter design for my qualifying exam. Let's study together!
As someone who is just about sick of the gatekeeping in tech, I figured it was time to write a little bit about the definition of a programming language.
Today, I want to talk about the difference between statements and expressions in Computer Science and why ignoring that distinction has consequences.
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.