[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AmigaOS-CLISP, FFI, EMACS



Hi,

Here is part of my .emacs
;; use CMU shell and Lisp environments
(setq inferior-lisp-program
      "Ben:p/CLisp/make.high/lisp.high -I -M Ben:p/CLisp/make.high/compiled.mem_"
      inferior-lisp-prompt "^[^><]*> *")	;for CLISP (use "^\\([0-9]+\\. [^>]*\\)?> *" ?)
(autoload 'cmulisp "cmulisp"
	  "Run an inferior Lisp process."
	  t)
;(add-hook 'cmulisp-load-hook 'cmulisp-install-letter-bindings)
(autoload 'cmushell "cmushell"
	  "Run an inferior shell process."
	  t)


Pascal Poizat wrote:

>(Silly question) What is a FFI ?
A Foreign Function Interface, e.g. something that allows me to call
e.g. intuition.library/OpenWindow() from within CLISP.

>I've go -high. What is -wide ?
*-wide is the name of the version that uses 64bit ints and thus works
with memory everywhere in a 32bit address space, thus with virtual
memory as implemented by VMM, for example.

>I'd put also pointers to the mail-list, news-lists, books...
It's in ANNOUNCE or the main README.

	Joerg Hoehle.
hoehle@inf-wiss.uni-konstanz.de