Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Excel is cheap and ubiquitous, everyone has it.

Compared to other programming languages, it’s certainly not cheap! In comparison to numerical analysis tools, maybe…



Indeed. It’s also only cheap until you find a company that was entirely powered by sticky tape and string in excel and the resident excel expert rides his motorbike into the back of a truck.

I have been the clean up guy there. Reverse engineering it is worse than reverse engineering Perl. Been that guy too.


I'd still prefer that to reverse engineering an APL program. Been there, done that. In the end, I did a clean room reverse engineering, which was way simpler.


How much APL code? And how much APL experience did you have prior?

Also...just out of curiosity, are you the Perl6 Liz?


This was way back in the late 70s porting an APL program of the University of Leiden to [TUTOR](https://en.wikipedia.org/wiki/TUTOR_(programming_language)).

Whether I'm "the" Perl 6 Liz, I don't know. I know I am "a" Liz, and I do a lot for Perl 6, yes :-)


I'd never heard of TUTOR before and I'm sure old school APL was a pain.

Thanks for your work on P6 by the way. I'm not a regular user, but have dabbled and keep up with the on-going work.


Can spreadsheets not be documented in the same way that code can?


They can be, but often aren't. I basically make spreadsheets for a living, and actively try to do a good job of documenting how it works. Among other things that can help:

Adding comments in VBA. Why nobody does this is beyond me, but I've fixed dozens of spreadsheets with no comments.

Using named ranged and tables (not just plopping data in). Named ranges make formulas beautiful (=balance * interest rather than =B17 * F14). Tables help with formulas and make VBA accessing data much nicer.

Using cell styles to clue people in about functionality. The orange "input" style is an instant clue-in for people who know my spreadsheets. If they are scared of breaking things, those are the safe cells.

Using the "explanatory text" style next to inputs or to add notes throughout.

Organizing things in a cohesive manner. Often developers define their variables at the top of a function or sub rather than mixing them in throughout. That same amount of forethought can make spreadsheets much easier to follow.


I imagine "documented" is typically not part of the vocabulary of a person who chooses Excel as their coding platform.


Coding in Excel is probably highly correlated with not having documentation. It's not like normal software development is very good at it either.


I do not own Excel, hence it is not ubiquitous (ubique - Latin: "everywhere".) I do have LO Calc - that is cheap (price) and yet priceless (value).




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: