Understanding Arrays and Tables as Functions in Programming
By
todsacerdoti
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
The article explores the concept of arrays and tables in programming, presenting a mental model that explains APL-style multidimensional arrays and tables. The author, distracted by preparing for the release of 'Logic for Programmers,' delves into the idea that arrays are essentially functions, offering a unique perspective on their utility and structure.
Key quotes
· 3 pulledI'm way too discombobulated from getting next month's release of Logic for Programmers ready, so I'm pulling an idea from the slush pile.
Basically I wanted to come up with a mental model of arrays as a concept that explained APL-style multidimensional arrays and tables but also why there w
THEY'RE JUST FUNCTIONS
You might also wanna read
The History of Pipes, Forks, and Zombies in Unix Systems
This article discusses the history and concept of pipes in Unix systems, focusing on Doug McIlroy's original vision of coupling programs lik
Demystifying Floating Point Numbers: An Interactive Guide
An in-depth technical blog post that demystifies floating point numbers, explaining their internal representation and behavior. The author i
Four-Column ASCII Table Reveals Encoding Patterns and Relationships
The article discusses a four-column ASCII table format shared on Hacker News that reveals patterns in ASCII encoding, making relationships b
Northeastern University CS 4973: Introduction to Software Development Tooling Course
This is a course website for CS 4973: Introduction to Software Development Tooling at Northeastern University, Summer 2 2024. The course tea
Supplementary Resources for Bret Victor's 'The Future of Programming' Talk
The article provides references and additional resources related to Bret Victor's talk titled 'The Future of Programming' at the DBX confere
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
