[Cffi-devel] writing documentation for CFFI functions

Marco Antoniotti marcoxa at cs.nyu.edu
Sun Mar 30 16:44:26 UTC 2014


What is the CFFI actual definition?

I - but that is a very selfish  proposal :) - would just write a proper handler for HELambdaP.

Cheers

MA





On Mar 30, 2014, at 17:11 , Joeish W <joeish80829 at yahoo.com> wrote:

> Which is the better way do write documentation for functions for  a CFFI library
> 
> like this?
> 
> C++: int RNG::uniform(int a, int b)
> 
> Common Lisp: (UNIFORM-D (RNG (:POINTER RNG)) (A :DOUBLE) (B :DOUBLE)) => :DOUBLE
> 
> or like this without the parenthesis
> 
> C++: float RNG::uniform(float a, float b)
> 
> Common Lisp: (UNIFORM-F (RNG :POINTER RNG) A :FLOAT B :FLOAT) => :FLOAT
> 
> _______________________________________________
> Cffi-devel mailing list
> Cffi-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

--
Marco Antoniotti






More information about the cffi-devel mailing list