I am slowing moving the stuff that use to exist on
w3.one.net/~jweirich over to this
site. It has been a busy weekend.
New features include …
Updated Software Packages …
- Rake (onestepback.org/software/rake)
- A Make-like scripting language written entirely in Ruby. I have been using
Rake for all my recent projects.
- Source2Html (onestepback.org/software/source2html)
- Convert source files to nicely formatted HTML pages. Source2html will
automatically create links between files in a project. Works with Ruby,
Python, Java, Eiffel and a number of other languages.
Updated Articles …
- Same Fringe, Iterating Parallel Lists in Ruby (onestepback.org/articles/same_fringe)
- A short article on parallel lists and iterating schemes in Ruby. We touch
on generators and continuations.