vote up 0 vote down star

Hi

I'd like to port the Emacs Psychotherapist to C :) but I would like to know where I can find the source code. What I am afraid of is that it is written in Lisp. If it is I think I will be out of luck porting it to C unless someone has already done it.

Any pointers would be appreciated (pun not intended!)

flag

9  
So you think you'll be successful porting it only if someone else has already done it? Nice. – Tiberiu Ana Jul 20 at 6:54
2  
Looking the LISP, porting it to C is going to be tough. You could always first invoke en.wikipedia.org/wiki/Greenspun%27s_Tenth_Rule/… once that's done, the rest of the port should be easy. ;-) – bendin Jul 20 at 11:27
why port? why not integrate whatever you have with the lisp doctor? – Cheeso Jul 20 at 19:57
@Tiberiu Ana, have a look at the lisp, it is not a trivial task porting that to C, it actually would be quite difficult, porting from C++/C on platform to another would be quite easy on the other hand – hhafez Jul 20 at 22:55
@Cheeso, how would I go about doing that. I'd like to integrate it with C? – hhafez Jul 20 at 23:46

3 Answers

vote up 6 vote down check

What is in Emacs is a variant of Eliza, so you might want to start looking there. That link lists many places to get different versions of the source.

Porting from Lisp to C is definitely doable, but there is a sufficiently different approach in those languages to make it difficult.

Here is one version of the good doctor, written in C++. Or there is a general description of how it works.

Eliza is the only doctor with more lives than Doctor Who!

link|flag
vote up 10 vote down

For this kind of thing, it's handy to know about

M-x find-function doctor
link|flag
vote up 10 vote down

It's in emacs-lisp.

Just because it's been some time since I fired up the doctor:

I am the psychotherapist.  Please, describe your problems.  Each time you are
finished talking, type RET twice.

Where is your source code?

Why do you say 
where is my source code?
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.