RSS Articles published in Ruby Code & Style

http://www.artima.com/rubycs/feeds/rubycs.rss

The most recently published articles in Artima's Ruby Code & Style.

Last checked 19 minutes ago.

24 people have subscribed to this feed.

Feed frequency

post frequency (last month)

PostRank™ filter

latest 15 posts

« older items




Thursday January 25th, 2007

Modular Architectures with Ruby

Articles published in Ruby Code & Style From Articles published in Ruby Code & Style, 1 year ago, 0 comments Comment

A modular architecture allows users to create modules that conform to well-described APIs and plug them into the application to extend the functionality. This article shows one way to create a modular API in Ruby.

Creating Printable Documents with Ruby

Articles published in Ruby Code & Style From Articles published in Ruby Code & Style, 1 year ago, 0 comments Comment

In this article, Austin Ziegler introduces the creation of a variety of types of documents with PDF::Writer for Ruby. This introduction covers basic creation, partial document generation and customization, and Rails-generated documents.

Creating DSLs with Ruby

Articles published in Ruby Code & Style From Articles published in Ruby Code & Style, 1 year ago, 0 comments Comment

Broadly speaking, there are two ways to create a DSL. One is to invent a syntax from scratch, and build an interpreter or compiler. The other is to tailor an existing general-purpose language by adding or changing methods, operators, and default actions. This article explores using the latter method to build a DSL on top of Ruby.

If It's Not Nailed Down, Steal It

Articles published in Ruby Code & Style From Articles published in Ruby Code & Style, 1 year ago, 0 comments Comment

There's a whole world of language features that we sometimes miss out on as Rubyists, such as pattern matching, S-expressions, and external domain-specific languages. But the good news is that we can have them, too, as long as we're not afraid to steal a few things first.

Linux Clustering with Ruby Queue: Small is Beautiful

Articles published in Ruby Code & Style From Articles published in Ruby Code & Style, 1 year ago, 0 comments Comment

Ruby Queue software package lowers the barriers scientists need to overcome in order to realize the power of Linux clusters. The toolset is designed with a K.I.S.S, research focused, philosophy that enables any ordinary (non-root) user to set up a zero-admin Linux cluster in 10 minutes or less.

(A Belated) Welcome to Ruby Code & Style

Articles published in Ruby Code & Style From Articles published in Ruby Code & Style, 1 year ago, 0 comments Comment

James Britt welcomes all to Ruby Code & Style and offers his views on what makes it so special.

« older items