Fundamentally, What is programming?

Fundamentally, it’s arranging patterns so that, when fed to a machine, certain desirable patterns come out.
This is a Jacquard loom:
This is the device that inspired Charles Babbage to invent the computer. As you can see, it’s weaving a carpet.
This is not a computer (there are certain important things that are missing, like internal state and the ability to also change the patterns on the paper), so this loom didn’t involve computer programming, but I think it’s still programming - just look at the tape; that’s obviously code, and I don’t think it’s unreasonable to call the person that wrote it a programmer.

Guest Author

Vladislav Zorov

programming enthusiast.
Lives in Bulgaria

Popular posts from this blog

Mastering Selenium Practice: Automating Web Tables with Demo Examples

18 Demo Websites for Selenium Automation Practice in 2026

Selenium Automation for E-commerce Websites: End-to-End Testing Scenarios

14+ Best Selenium Practice Exercises to Master Automation Testing (with Code & Challenges)

Top 10 Highly Paid Indian-Origin CEOs in the USA

12 AI Tools You Should Start Using Today to Save Time & Work Smarter (2026)

What is Java Class and Object?

A Complete Software Testing Tutorial: The Importance, Process, Tools, and Learning Resources

How I Mastered Selenium WebDriver in 4 Weeks: A Self-Learning Journey

Behavior-Driven Development (BDD) with Python Behave: A Complete Tutorial