-
Notifications
You must be signed in to change notification settings - Fork 1
ruby
Christopher P. Brown edited this page Jan 25, 2022
·
2 revisions
strongly object oriented language with easy metaprogramming, crafted with love for us all by matz
_why introduced me to ruby, and to programming.
- https://poignant.guide/book/chapter-1.html
- http://www.hacketyhack.net/
- http://shoesrb.com/
- https://github.com/whymirror/bloopsaphone
Dwemthy's Array captured my imagination.
Ruby is the subject of Week 2 of 7 Languages in 7 Weeks
-
rvm: version manager (even supports stuff like jruby!)
brew install gnupg- install them keys: https://rvm.io/
- install rvm: https://rvm.io/
-
rvmrc: sandbox your gems
echo "rvm <version>@<projectname>" >> .rvmrc- cd in and cd out. see what happens.