Code: Notes on Ruby, Lua, JavaScript, Io, and other fun languages.
created 2010-Nov-15
— updated 2011-May-28
— contents updated 2012-Feb-17
Until I get them moved into the site properly, check out my mini-sites for:
- Ruby Method Lookup Flow - A diagram showing the path that is searched when Ruby is looking up methods in various locations (also available as a PDF).
- phrogz.net/RubyLibs - Random Ruby libraries I wrote and hosted before rubygems came around.
- phrogz.net/Lua - Some resources on learning Lua that I created, and a couple small libraries I have written.
- phrogz.net/JS/Classes - A few tutorials I wrote many years ago on various JavaScript topics.
- phrogz.net/JS - A big pile of super-old JS libraries and snippets and tests from the past.
The following pages are part of Code:
- Slow file reads on Win/Ruby 1.9
2010-Nov-15 - Symbol#to_proc with multiple arguments
2012-Feb-03 - tap vs. each_with_object
2012-Feb-17 - é is not é
2012-Jan-25