Skip to content

Collection of LISP programs for "Fundamentos de Sistemas Inteligentes (4º), USAL"

Notifications You must be signed in to change notification settings

dcross23/LISP-FSI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

LISP-FSI

Collection of LISP programs for "Fundamentos de Sistemas Inteligentes (4º), USAL"

Usage

  • To run unification algorithm, create a .lisp file and load unificacion.lisp file. For example example.lisp:
    ; create example.lisp and add this
    (load "unificacion.lisp")
    (write (unificacion E1 E2)) 

Now run example.lisp:

$ clisp example.lisp
  • To run tests, just run:
$ clisp tests.lisp

About

Collection of LISP programs for "Fundamentos de Sistemas Inteligentes (4º), USAL"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published