This week's code snippet, Hello World in Golo, is brought to you by Subete and the Sample Programs repo.
module hello.World
function main = |args| {
println("Hello, World!")
}Below you'll find an up-to-date list of articles by me on The Renegade Coder. For ease of browsing, emojis let you know the article category (i.e., blog: ✒️, code: 💻, meta: 💭, teach: 🍎)
- ✒️ The Era of Narks Is Upon Us
- ✒️ Recapping My First In-Person Academic Conference
- ✒️ Theseus’s PC: Eight Years of Changes to One Man’s Machine
- ✒️ Nobody Wants to Have Kids
- 🍎 Experimenting With Hidden Prompts on Exams
- 💭 Another Year, Another Hacktoberfest
- ✒️ I’m Learning a Language, and I’m Tired
- 🍎 Yes, You Need General Education in College
- 🍎 Higher Education Should Not Be a Job Training Program
- ✒️ Why Generative AI Makes the Future of Software Development Worse
Also, here are some fun links you can use to support my work.
This document was automatically rendered on 2025-11-14 using SnakeMD.





