This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Guile vs. CORBA for extensibility (Re: Guile scripting host?)


Miguel de Icaza wrote:
> Of course, I welcome any help to do this, since, as I mentioned, I am
> a bit busy with other things now.
> 
What can of help do you want? I'm interested in helping you.

-- 
(define (drscheme) 
 (let* ((name "Ariel Rios Osorio")
        (mail "jarios@usa.net")
        (www "http://erin.linuxbox.com")
        (homepage "http://members.tripod.com/~jarios")
        (DrScheme (string-append name mail www homepage)))
      (display DrScheme)))