InfoQ Homepage Dynamic Languages Content on InfoQ
-
Fighting the Imperial Californian Ideology
In this talk from FutureRuby, Jesse Hirsh explains the history of Imperial California and the means by which its ideology infects everyone.
-
Terrible Noises for Beautiful People
In this FutureRuby session, Misha Glouberman has the audience make terrible noises and behave like a giant cellular automaton - among other things.
-
Multicore Programming in Erlang
Ulf Wiger shows typical Erlang programs, patterns that scale well on multicore and patterns that don't, profiling and debugging parallel applications and ensuring correct behaviour with QuickCheck.
-
Artisanal Retro-Futurism and Team-Scale Anarcho-Syndicalism
The Agile movement gave unconventional people cover while they sneaked odd and productive ideas (like Ruby) into projects. Today, Agile is sick and this FutureRuby talk shows what’s gone missing.
-
Three Years of Real-World Ruby
Martin Fowler talks about ThoughtWorks's experience with using Ruby on client projects for the past three years.
-
Writing DSLs in Groovy
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
-
Merb: When Flexibility and Performance Matter
In this talk, Matt Aimonetti talks about the ideas and concepts behind Merb - and the reasons why it's appealing: speed, modularity and more.
-
Functions + Messages + Concurrency = Erlang
This highly technical presentation discusses Erlang and three models of concurrent programming along with challenges posed by concurrency and how Erlang resolves them.
-
Testing Your Presentation Layer
Yehuda Katz shows how to test a web app's UI using technologies such as Johnson (Ruby to Javascript bridge), jspec (BDD for Javascript), Webrat and others.
-
The State of the DSL Art in Ruby
In this talk Glenn Vanderburg discusses what the Ruby community has learned about building DSLs, and shows how to build state-of-the-art DSLs without going overboard.
-
JQuery - a Javascript DOM Library
This presentation demonstrates the features of JQuery, particularly its support for AJax and DOM services plus cross-browser compatibility. Details of the library and its structure are covered.
-
Building Blueprint with GWT
The presentation begins with a demo of Blueprint, written in Java and using GWT to provide the Web browser based user experience and continues with justification and examples.