[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AmigaOS-CLISP, FFI, EMACS
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: AmigaOS-CLISP, FFI, EMACS
- From: hoehle@inf-wiss.uni-konstanz.de (Joerg-Cyril Hoehle)
- Date: Wed, 11 Jan 95 18:20:34 +0100
- In-reply-to: <9501101741.AA19824@dec1>
- References: <9501101741.AA19824@dec1>
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
- References:
- [no subject]
- From: Pascal POIZAT - DEA Info <poizat@ensinfo.univ-nantes.fr>