Published in: Other
# reloads the irb console can be useful for debugging .irbrc def reload_irb load File.expand_path("~/.irbrc") end
You need to login to post a comment.
The Scheme Programming Language
This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the programmer gently through the basics of Scheme and continues with an introduction to some of the more advanced features of the language.
vanne on 04/30/08
Published in: Other
# reloads the irb console can be useful for debugging .irbrc def reload_irb load File.expand_path("~/.irbrc") end
You need to login to post a comment.