guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: To gh_ or not to gh_?


From: Sam Tregar
Subject: Re: To gh_ or not to gh_?
Date: Sat, 5 May 2001 00:08:46 -0400 (EDT)

On 5 May 2001, Michael Livshin wrote:

> Sam Tregar <address@hidden> writes:
>
> > Hey guys.  I'm working on a Perl interface to Guile called
> > Inline::Guile.
>
> a what?

Just what I said.  Someday you'll be able to write:

   #!/usr/bin/perl -w

   use Inline Guile => <<END;
      (define (square x)
         (* x x))
   END

   print "Guile says 10^2 is: ", square(10), "\n";

If that's not valid Scheme please excuse my foolishness.  This project is
as much about giving me an excuse to really learn Scheme as it is about
building the module.

For more information about the existing Inline modules, check out:

  http://search.cpan.org/doc/INGY/Inline-0.33/Inline.pod

-sam





reply via email to

[Prev in Thread] Current Thread [Next in Thread]