[Openmcl-devel] getting CCL ready for CS graphics courses

Stas Boukarev stassats at gmail.com
Thu Jan 8 09:48:17 PST 2009


On Thu, Jan 8, 2009 at 8:33 PM, Alexander Repenning
<ralex at cs.colorado.edu> wrote:
> 1) define a function for each foreign function, e.g.,
>
> (defun  glColor3f (R G B)
>  (#_glColor3f R G B))
>
> - not good: function call overhead

Why not declare that function inline?
(http://www.lispworks.com/documentation/HyperSpec/Body/d_inline.htm)

-- 
With Best Regards, Stas.



More information about the Openmcl-devel mailing list