The Artima Developer Community
Sponsored Link

Java Buzz Forum
<script language="ruby">

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
<script language="ruby"> Posted: Feb 24, 2005 8:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: <script language="ruby">
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
I am finding that Ruby is "my style" of programming language for many tasks. One that would be very well suited to Ruby, would be driving the browser VM, what we end up using JavaScript for now. Ruby would be ideal for this task IMO, and I wonder if anyone has created an extension for Firefox at least. It would be hard to practically deploy with Ruby, until there was enough of an uptake of course... but you can still dream. One of the problems to overcome is the fact that now, we don't really modularize our web scripting code a lot. The most we do is have seperate .js files which encapsulate logic. What if we had a mechanism in which the script could contain metadata which would look like dependencies in Maven. E.g. "My script needs My::Module version 2.4, and ActiveRecord 1.0, and ...." Then there could be a local repo which would allow us to share code. Something like this would change the way we think about web scripting on the client, and move from a 'hacker' perspective, to something more mature. Of course, we would have to have a sandbox-like system to stop people from doing Bad Things.

Read: <script language="ruby">

Topic: Why doesn't AppFuse use Maven? Previous Topic   Next Topic Topic: E-mail Plus

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use