in reply to Perl 6 and Ruby on Rails

Being a Perl monk, I cannot comment much on Ruby vs Python, but if you like how Ruby On Rails works, you should take a look at some Perl modules that follow the same ideas, such as Maypole, Class:DBI and especially Catalyst.

Replies are listed 'Best First'.
Re^2: Perl 6 and Ruby on Rails
by mattr (Curate) on Apr 05, 2005 at 16:01 UTC
    Thanks a lot, I haven't used Maypole or Catalyst before. Looks like Catalyst is pretty web-centric, but I'll study it a bit more to see if it might be useable with a different interface (i.e. a web service). I like the auto-discovery, that's neat.
        Thanks. Yes, I haven't gotten far yet into ruby on rails, but I thought the code macro facility was something I might be able to use with something I'm working on, though I don't need/want CGI.pm probably.