Start with something small.
A function, a loop, a tiny program. Give yourself something you can run, inspect, and understand.
A little about Strictly-C
Strictly-C is a place to get curious about programming, work through the details, and build an understanding that stays with you.
Why Strictly-C?
Getting a program to run feels good. Understanding why it runs opens up a whole new set of possibilities. This blog makes room for both: the practical work of writing software and the questions that help it make sense.
C is the starting point. Its pointers, memory, and data structures give us plenty of reasons to look closely, try things out, and connect what we write to what the machine does.
As Strictly-C grows, other languages will join the conversation. The aim stays the same: clear explanations, useful experiments, and knowledge you can carry into your next project.
A function, a loop, a tiny program. Give yourself something you can run, inspect, and understand.
Try a different input. Change a condition. Follow an unexpected result until it starts to make sense.
Explain what happened in your own words, then use that understanding to build the next thing.
A place to begin
Writing your first program? Revisiting a tricky concept? Take a look around and find a starting point.