seveno4 / EURISKO

40 stars 5 forks source link

Undefined car of form #1

Closed aindilis closed 10 months ago

aindilis commented 10 months ago

Hi,

Thank you so much for getting this to run!!

I am having a few issues due to not knowing Interlisp.

When I tried (TCOMPL 'EUR) it gave me 'Undefined car of form'. So I googled and tried (IL:TCOMPL 'EUR), that ran and I pressed n and enter to all prompts. Then I can do either (LOAD 'EUR.LCOM) or (IL:LOAD 'EUR.LCOM) and both print all the functions or something and then I page through that. But when I run (Eurisko) or (IL:Eurisko), bot say Undefined car of form.

Thanks,

Andrew

seveno4 commented 10 months ago

Sounds like you're running the commands from an XCL Exec and not an Interlisp Exec.

aindilis commented 10 months ago

Yes, that was it, thank you! Amazing to see this run!!