[Ecls-list] How to define c function for lisp with X arguments?

2012-11-05 Thread Peter Enerccio
I have only seen in tutorials how to define it with one or possibly infinite arguments. I am using this kind of macro: #define DEFUN( name, argcount, fpointer) do { \ cl_def_c_function(c_string_to_object(name), \ (cl_objectfn_fixed)fpointer, \ argcount); \ } while (

Re: [Ecls-list] Making new class with defclass in another thread

2012-11-05 Thread Juan Jose Garcia-Ripoll
Thanks for the test case. I will look into that along the week, On Mon, Nov 5, 2012 at 9:24 AM, Peter Enerccio wrote: > Should be the latest: > > ECL (Embeddable Common-Lisp) 12.7.1 > (git:99b1e54eb07373bda77110761c5143d2ad614e6c) > Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya > Copyright

Re: [Ecls-list] Making new class with defclass in another thread

2012-11-05 Thread Peter Enerccio
Should be the latest: ECL (Embeddable Common-Lisp) 12.7.1 (git:99b1e54eb07373bda77110761c5143d2ad614e6c) Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya Copyright (C) 1993 Giuseppe Attardi Copyright (C) 2000 Juan J. Garcia-Ripoll ECL is free software, and you are welcome to redistribute it unde