[Ecls-list] cl_defparameter() question

Michael O'Connor moconnor59 at yahoo.com
Wed May 5 07:50:04 UTC 2004


I'm trying to set a Lisp global variable from within
my C application, something like:

 
cl_defparameter(cl_make_symbol(make_simple_string("*test-var*")),
make_simple_string("test-value"));

... then calling si_safe_eval() to run the (previously
compiled) bytecode, which attempts to make use of
*test-var*.

However I can't get it to work (I get a *test-var* is
unbound error). Can someone tell me what I'm doing
wrong?

Thanks,

Michael


	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 




More information about the ecl-devel mailing list