The eli4d Gazette – Issue 072: Stackoverflow’s 2019 Developer Survey and Running BASIC Games

Stackoverflow’s 2019 Developer Survey

Another week…another developer survey 😺. The key results section summarizes the results well: Python is growing and devops jobs have high salaries.

Like all surveys, this one needs to be taken with a large grain of salt. Parts of the survey that I found interesting:

BASIC Computer Games

BASIC was my first programming language. It was a great programming language at the time (even with PEEKs and POKEs).

I came across a Hacker News article that linked to runnable BASIC games 😮. The Vintage Basic site provides a BASIC interpreter that will run on all platforms. Amazing!


You can find the newsletter archive at https://eli4d.com/category/newsletter/ and the blog at eli4d.com.

Thoughts? Feedback? Let me know: @eli4d on Twitter


Advertisement

The eli4d Gazette – Issue 051: JavaScript Array/Object Methods and the Meaning of “=”

An Excellent Syntax.fm Episode on Array and Object Methods in JavaScript

The Syntax.fm podcast had an excellent episode covering Array/Object methods, as well as shallow versus deep copies and reference versus copies in JavaScript. It is an episode that I’m highly recommending to my JavaScript students.

What does “=” mean?

Another programming topic – assignment versus equality. Hillel Wayne covers this concept/issue in an excellent article about this very issue. If you’re new to programming, here are some pointers to the terminology used in this article:

Image credit: This nice high-resolution image comes from the DigiBarn museum site.

Mother Tongues


Thoughts? Feedback? Let me know: @eli4d on Twitter