A proof-of-concept for giving Excel/VBA supercharged array processing.
Array languages are awesome. People should be aware of what they're missing out on.
This repo offers proof-of-concept implementations of some array programming primitives that are missing from Excel/VBA. The motive is more to evangelise than to provide production-ready tools ('cause they're not: in particular it's missing tons of what makes array programming languages great (reducers! rank! notation!)); still, I hope it helps you identify opportunities to use arrays more effectively in your day-to-day code.
Probbaly not a project I'm going to spend much time on, but feel free to contribute.