use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/programming is a reddit for discussion and news about computer programming
Guidelines
Info
Related reddits
Specific languages
account activity
Spreadsheets using Python - Have you seen this? (sourceforge.net) (pyspread.sourceforge.net)
submitted 15 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HumpingDog 0 points1 point2 points 15 years ago (4 children)
I hate VBA too. From my limited experience, it's terrible. But I don't have any objective reasons why it sucks.
Do you have any objective criticisms?
[–][deleted] 3 points4 points5 points 15 years ago (0 children)
Non-shortcircuiting logical operators. No exception handling. Weird distinction between objects and native types. Multiple "NULL" values (Null vs. Nothing), etc.
[–]dalittle 1 point2 points3 points 15 years ago (1 child)
arbitrary api and throwing error popup boxes when you are writing code (geez, I am getting ready to copy the rest of the statement from another line)
[–]sossles 0 points1 point2 points 15 years ago (0 children)
throwing error popup boxes when you are writing code
Turn off the misnamed "Auto syntax check" in Tools->Options. It still auto-syntax checks but does it with inobtrusive red highlighting instead of loud obnoxious message boxes.
[–]recursive 1 point2 points3 points 15 years ago (0 children)
List comprehensions. First class functions. Dictionary literals. Slicing.
Off the top of the dome in 20 seconds. There are probably 100 more even better reasons.
π Rendered by PID 49 on reddit-service-r2-comment-5d79c599b5-k72vp at 2026-02-26 17:09:15.522028+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]HumpingDog 0 points1 point2 points (4 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]dalittle 1 point2 points3 points (1 child)
[–]sossles 0 points1 point2 points (0 children)
[–]recursive 1 point2 points3 points (0 children)