I am a B-tech student.I want to participate in GSOC 2009.
I saw the clisp-embedding project idea under GNU projects.
I want to know more about it.can anybody help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
to need to add some API to clisp.h to match whatever perl & python & ruby &c export which vim uses.
basically, accept text (as an array of strings) and evaluate it in clisp.
you would need to figure out error handling (which is not hard given that we already have global error handlers) and persistence (i.e., the same clisp process should be reused for successive evaluations).
Sam.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank u sir..Because of some personal problem i couldn't follow this..I have read about external module adding into clisp.where from i can communicate to the mentor?can help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am a B-tech student.I want to participate in GSOC 2009.
I saw the clisp-embedding project idea under GNU projects.
I want to know more about it.can anybody help me?
Hi,
to need to add some API to clisp.h to match whatever perl & python & ruby &c export which vim uses.
basically, accept text (as an array of strings) and evaluate it in clisp.
you would need to figure out error handling (which is not hard given that we already have global error handlers) and persistence (i.e., the same clisp process should be reused for successive evaluations).
Sam.
Thank u sir..Because of some personal problem i couldn't follow this..I have read about external module adding into clisp.where from i can communicate to the mentor?can help me?
clisp home page http://clisp.cons.org/ has a link "How do I ask for help?" which takes you to the FAQ http://clisp.cons.org/impnotes/faq.html#faq-help
did you look there?