unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* List functions
@ 2010-12-01 16:28 Hans Aberg
  2010-12-01 17:35 ` Joel James Adamson
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Hans Aberg @ 2010-12-01 16:28 UTC (permalink / raw)
  To: guile-user

I am writing on a parser that translates normal function syntax in to  
Guile code. It seems natural to translate (f, g) x into ((f g) x), and  
() x into (() x), but I'm not sure if the lists (f g) and () can be  
made acting as functions this way. So what would be natural here?  
(Constants might be made evaluating to themselves, for example (5  
x_1 ...) -> 5.)

   Hans





^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-12-03 15:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 16:28 List functions Hans Aberg
2010-12-01 17:35 ` Joel James Adamson
2010-12-01 17:48   ` Hans Aberg
2010-12-01 19:20     ` Keith Wright
2010-12-01 19:50       ` Hans Aberg
2010-12-01 20:26         ` Hans Aberg
2010-12-01 21:34         ` Keith Wright
2010-12-01 22:19           ` Hans Aberg
2010-12-01 22:43           ` Hans Aberg
2010-12-03 15:06           ` Hans Aberg
2010-12-01 19:51 ` Andy Wingo
2010-12-01 19:56   ` Hans Aberg
2010-12-02  9:57 ` Marco Maggi
2010-12-02 10:10   ` Marco Maggi
2010-12-02 11:31   ` Hans Aberg
2010-12-02 16:06   ` Hans Aberg
2010-12-03  9:20     ` Hans Åberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).