Overview
Foundations
Examples / Case Study
- PicWeb
- MDD4DRES
Adore is fully integrated in Emacs, as a major mode. It aims to provide a friendly way to interact with the Adore2Facts Compiler and the Adore Composition Engine.
bash-like shell, Java, swi-prolog dot command line..emacs personal file, you need to specify:ADORE_HOME: the absolute path of the ADORE root directoryADORE_VIEWER: a command line tool able to display an image passed as first parameterSWIPL_HOME: the absolute path to the SWI-PL binaries(setenv "ADORE_HOME" "/Users/mosser/repositories/adore") (setenv "ADORE_VIEWER" "open") (setenv "SWIPL_HOME" "/opt/local/bin/") ;; You're not suppose to edit this code after this line (setenv "PATH" (concat (getenv "PATH") ":" (getenv "ADORE_HOME") "/bin")) (load-file (concat (getenv "ADORE_HOME") "/adore.el"))
*.adore file.