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: Module Considerations


   @item
   Guile should allow modules to be written in different languages, and
   then translated to Scheme for interpretation (the @dfn{translator}
   idea).  For example, it would be nice to support Emacs Lisp, or provide
   a language with C-like infix syntax and Scheme's semantics.

If we have a GNU implementation of Javascript (which sadly is probably
necissary to get some webpages to display the way their creators
intended them to be displayed), I'd like to be able to do this in
Guile.  Unfortunately, I know neither JavaScript nor Scheme at this
point...