Learn Tcl/Tk and Wish with this simple game Here's an easy coding project to get you started with Tcl/Tk.
C vs. Go: Comparing programming languages Use a simple counting program to compare the venerable C language with modern Go.
BASIC vs. FORTRAN 77: Comparing programming blasts from the past I explore the FOR loop in BASIC and FORTRAN 77 by writing a sample program to add a list of numbers from 1 to 10.
Write a cute program with Emojicode This fun open source language is seriously perfect for learning to code.
Why you should use Python and Rust together Rust and Python have complementary strengths and weaknesses. Prototype in Python and move performance bottlenecks to Rust.