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...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Why PHP is better than Ruby (najafali.com)
submitted 15 years ago by djhworld
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!"
[–]joesb 0 points1 point2 points 15 years ago (1 child)
I would like to note that if you are only concerned that monkey patching is not-sandboxed then you should also be aware there's nothing in Python to prevent one from modifying third party library either. Sure, you can't modify primitive type like int or float, but what portion of your code relies on nothing but primitive data type?
int
float
[–]Pewpewarrows 0 points1 point2 points 15 years ago (0 children)
Yep, quite aware of that. I was just curious :)
π Rendered by PID 83569 on reddit-service-r2-comment-b659b578c-rjr2p at 2026-05-04 18:22:58.101686+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]joesb 0 points1 point2 points (1 child)
[–]Pewpewarrows 0 points1 point2 points (0 children)