guile-user
[Top][All Lists]
Advanced

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

List functions


From: Hans Aberg
Subject: List functions
Date: Wed, 1 Dec 2010 17:28:13 +0100

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





reply via email to

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