On Apr 20, 2009, at 10:37 AM, Ramana Kumar wrote:
actually, I would say it is instantaneous once glut and gl are
precompiled.
Can you delete the ikarus-fasl files, try the following and report
the results:
$ ikarus
Ikarus Scheme version 0.0.4-rc1+ (revision 1768, build 2009-04-18)
Copyright (c) 2006-2009 Abdulaziz Ghuloum
> (time (eval '(list glutInit glBegin) (environment '(rnrs) '(gl)
'(glut))))
running stats for (eval '(list glutInit glBegin) (environment '(rnrs)
'(gl) '(glut))):
30 collections
3650 ms elapsed cpu time, including 338 ms collecting
3653 ms elapsed real time, including 338 ms collecting
124823880 bytes allocated
(#<procedure glutInit> #<procedure glBegin>)
Aziz,,,