Difference between revisions of "Ruby Experiments"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 3: | Line 3: | ||
* http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby | * http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby | ||
* http://blog.headius.com/2007/12/groovy-in-ruby-implement-interface-with.html | * http://blog.headius.com/2007/12/groovy-in-ruby-implement-interface-with.html | ||
* http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html | * http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html | ||
=Modules and namespaces= | |||
* http://www.builderau.com.au/program/ruby/print.htm?TYPE=story&AT=339281874-339028320t-320002027c | |||
* http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/ | * http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/ | ||
* http://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces | |||
[[Category:Ruby]] | [[Category:Ruby]] |
Revision as of 11:53, 18 March 2010
Some Interesting Examples
- http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby
- http://blog.headius.com/2007/12/groovy-in-ruby-implement-interface-with.html
- http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html
Modules and namespaces
- http://www.builderau.com.au/program/ruby/print.htm?TYPE=story&AT=339281874-339028320t-320002027c
- http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/
- http://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces