in reply to Challenge : use perl::polylingual

I guess it depends what you mean by "trivially useful", but it's easy enough to write a kind of hello world that works in Perl and Common Lisp:

(print "Hello, world!");

Replies are listed 'Best First'.
Re: Re: Challenge : use perl::polylingual
by davisagli (Scribe) on Jul 19, 2001 at 19:38 UTC

    or Perl and Basic:

    print "Hello, world!"

    -davisagli