guile-devel
[Top][All Lists]
Advanced

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

Lambda efficiency


From: Michael Lucy
Subject: Lambda efficiency
Date: Tue, 22 Jun 2010 14:18:22 -0500

Hey,

I'm generating some code, and I was wondering if:
((lambda (x) (* x 2)) 3)
is significantly less efficient than:
(* 3 2)
or if the Guile compiler will take care of that for me (the expression
is going to be evaluated a lot).



reply via email to

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