Skip to content

seveno4/EURISKO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EURISKO

The source for Doug Lenat's legendary EURISKO program has at long last been found and can now be run using Medley Interlisp.

How to run

  • Install Medley Interlisp

  • Open an Interlisp Exec by hold right-clicking on the background and releasing on "Interlisp" in the EXEC sub-menu.

  • Change to the directory where you downloaded EURISKO

cd /home/foo/EURISKO/
  • It is recommended to disable the Medley feature that asks to continue after a full page of text has been output. (This is reset on window resize)
(PAGEHEIGHT 0)
  • Compile (Answer 'n' to all questions)
(TCOMPL 'EUR)
  • Load
(LOAD 'EUR.LCOM)
  • Enable GUI
(Snazzy)
  • Run (The Eurisko function can take an argument from 0 to 100 for controlling the verbosity of output)
(Eurisko)

You can stop the EURISKO system with CTRL-D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages