dsls

ScalaModules: a DSL for bringing OSGi to Scala

Lambda the Ultimate - Programming Languages Weblog  Mon, 01/11/2010 - 12:03

ScalaModules is an open source project aimed at providing fluent support for OSGi to Scala developers.

It takes advantage of Scala's infix operator notation, higher order functions, and implicit conversions.

ScalaModules transparently uses the Scala compiler to wrap an OSGi BundleContext with its own RichBundleContext model.


 

Interesting Ruby Tidbits That Don’t Need Separate Posts #23

Ruby Inside  Mon, 04/27/2009 - 11:01

rubygems.png Open Gem: A RubyGems Plugin to Quickly Get Inside Gems

Adam Sanderson has written an extremely useful RubyGems plugin called open_gem.

It makes it really quick to inspect what's inside your gems, e.g.: gem open rails.


 

Ruby Best Practices: The Book and Interview with Gregory Brown

Ruby Inside  Fri, 11/14/2008 - 09:42

ruby-best-practices.gifBack in March, Ruby developer Gregory Brown raised the idea of receiving donations so he could work on open source Ruby projects full-time.