I'm writing all my scripts in Ruby and it's working great so far, except I can't use any gem that requires to build native extensions such as sqlite3 or nokogiri.
I can't see any easy way for now (installing gcc by recompiling OpenWrt, finding ruby-dev, libsqlite3-dev packages for OpenWrt...), so I'd be glad if anyone had an easier solution!
It would be great to be able to run Sinatra apps on my Omega.
Thanks!