InfoQ Homepage Dynamic Languages Content on InfoQ
-
Presentation: Dynamically Typed Languages for the JVM
Scripting languages are of growing importance, and they are typically dynamically typed. This session discusses improved support for these languages in the JVM, through the use of the new invokedynamic bytecode and through improved support for hot-swapping--modifying code and classes on the fly while maintaining the JVM software's security and integrity.
-
Haskell the next language for Rubyists?
Now that Ruby holds no secrets from him, Antonio Cangiano explains why and how Haskell will satisfy his passion for language learning.
-
In Case You Missed It: A .NET OpenID Library
For those of you looking at using OpenID, there is a .NET compatible library available. The Library was written in Boo, a .NET language inspired by Python. It also leverages a library from the Mono project.
-
Book Download: Mr. McNeighborly's Humble Little Ruby Book
The Humble Little Ruby Book covers the base syntax of the language, including working with values, flow control, and object oriented programming, into some of the library functionality of Ruby, such as databases, web services, and string manipulation.
-
InfoQ Book: Getting Started With Grails
In this latest InfoQ book, Jason Rudolph introduces Grails, an open-source, web-app development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. Over the course of this book, the reader will explore Grails and experience it by building a Grails app.
-
Groovy Eclipse Plugin Updated Including Basic Code Completion
The Groovy Eclipse plugin has been updated to make use of Groovy 1.0 and includes basic code completion among its features.
-
Groovy 1.0 Released
Groovy 1.0 was officially released today after last month's release candidate. 2007 is shaping up to be a important year in the evolution of the Groovy language with a number of developer and book announcements.
-
Interview: Ryan Davis a.k.a. Zenspider
Ryan Davis, a.k.a. "Zenspider", is arguably one of the most influential Rubyists in the community. He is the author of a number of valuable open-source tools, including RubyInline and ZenTest. In this exclusive InfoQ interview, Ryan gives us a glimpse into how he has been pushing the envelope of what's possible with the Ruby language and runtime since 2000.
-
Groovy Gains Big Sky Sponsorship and aboutGroovy Portal
The momentum behind Groovy continued to increase this week with the announcement of Big Sky Technology's funding of Jochen Theodorou's services full time to work on the project and the launch of the aboutGroovy portal.
-
Rubinius Surges Ahead
Geoff Grosenbach, host of the Ruby on Rails podcast and the producer of the Peepcode series of instructional videos, announced that he is backing development of the Rubinius Project to the tune of 1000 USD and encouraged the community to donate more towards its development.
-
Groovy Marches Toward 1.0 with RC1 Release
Groovy RC1 was released this week. This is a significant milestone in the project with a 1.0 version on the horizon before the end of the year. Among the additions in RC is a re-implemented and reworked Meta-Object Protocol which is the core of Groovy's runtime system.
-
RSpec now running on JRuby
RSpec, the Behavior Driven Development(BDD) library for Ruby, is now running on JRuby. This is great news for the RSpec developers but it has wider positive implications for the JRuby and Java communities.
-
JRuby brings Rails applications to Glassfish
It is now possible to deploy Ruby on Rails applications on Glassfish. Utilizing JRuby and its growing support for Rails, Glassfish can now be used as a production platform, allowing a more robust and scalable deployment platform.
-
Learn More About JRuby (on Rails)
Last night Charles Oliver Nutter, one of the JRuby leads gave a 2+ hour talk on Ruby, JRuby, and JRuby on Rails to the Gateway JUG in St Louis. Slides and a transcript are available online.
-
Review of The Ruby Way by Hal Fulton
We take a look at the recently released second edition of "The Ruby Way" by Hal Fulton and see whether it's deserves the hype.