Excel w/o vba is the ultimate in functional programming.
3D engine entirely made of MS Excel formulae
21–30 of 78 posts
Re: 3D engine entirely made of MS Excel formulae
#22Earlier quoted context omitted.
You jest, but people really do underestimate Excel. Yes, it sucks - but there is a reason that despite all its flaws, people keep trying to use it for things . (And no, that reason is not "they're too stupid to learn how to code") And I'm not sure the things that make Excel so crappy could really be fixed without sacrificing the things that make it such a flexible and useful tool. For instance, adding the ability to…
For me it usually is "I would like to use some sensible tools, but corporate policy requires me to not do that (because they are not available) - so I have to (ab)use Excel/Office/VBA to get things done." It's not pretty, stable, efficient or really maintainable, but if you are forced to use a hammer.. ps. Excel does some things OK, like drawing pretty graphs on smallish datasets and visualize quick analysis with piv…
One big problem it solves for regular people (i.e. not programmers) is this: "our workflow and/or reality of our business changes much faster than the IT department/outside contractors can keep up with".
(The other big, and related, problem is: "our IT department/outside contractors have no clue and don't really even care much about what we actually do or need".)
Re: 3D engine entirely made of MS Excel formulae
#23God save us all! The finance people are becoming hackers (or whatever it is that finance people turn into once they go hackers)! Doomed.
Re: 3D engine entirely made of MS Excel formulae
#24"Ok, we're definitively in hell" - C Bel, 2018. This is amazing, computation in Excel is becoming a solid meme. I've got to ask (and I hope this isn't non-PC or some such), but is English the author's first language? Where's he from? I wish that I had Excel so that I could try it out! :) More about the choice of random digits, sin x + cos x, would be nice to read.
Re: 3D engine entirely made of MS Excel formulae
#25Excel w/o vba is the ultimate in functional programming.
Re: 3D engine entirely made of MS Excel formulae
#26A bit off topic, but Excel has many dangerous features. Is there a spreadsheet that is safe to use ? I just know about gnumeric and LO's calc, but I don't know how goo they are (I rarely use spreadsheets, most of the time to draw simple curves)
Re: 3D engine entirely made of MS Excel formulae
#27Efficiencies or lack of it is visible in the spreadsheet in a very concrete way. How many used cells are there, how many “steps” or rows is required to finish a computation and how many times are cells addressed clearly relates to time and space complexity of an algorithm.
Re: 3D engine entirely made of MS Excel formulae
#28Excel w/o vba is the ultimate in functional programming.
You jest, but people really do underestimate Excel. Yes, it sucks - but there is a reason that despite all its flaws, people keep trying to use it for things . (And no, that reason is not "they're too stupid to learn how to code") And I'm not sure the things that make Excel so crappy could really be fixed without sacrificing the things that make it such a flexible and useful tool. For instance, adding the ability to…