The Artima Developer Community
Sponsored Link

Java Buzz Forum
script type="my dsl" and script type="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 type="my dsl" and script type="ruby" Posted: Apr 14, 2007 2:41 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: script type="my dsl" and script type="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

John Resig gave an enjoyable presentation on Javascript libraries.

This wasn't a talk about choosing library A over library B. It was meta. It was about what libraries give you, and why they are here.

John also showed his text/jquery DSL that is up at jquery2 (a bad name that will not probably be jquery2).

We are seeing more and more of this. People are following the pattern of sneaking in their own script by putting in their own mime type and then using DOM scripting to go back and do the right thing.

I am hopeful that we will see a <script type="text/ruby"> soon:

<script type="text/ruby">
  document.ready do |dom|
    dom["table tr"] <<"<td>test"
  end
</script>

Yummy. Then Try Ruby would literally be... try ruby in the browser.

Read: script type="my dsl" and script type="ruby"

Topic: Guice with Spring Transactions Previous Topic   Next Topic Topic: Translucent Swing Windows on Mac OS X

Sponsored Links



Google
  Web Artima.com   

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