This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Best way to interface Java?


"Nic Ferrier" <nferrier@tapsellferrier.co.uk> writes:

> Per's extended typing for bindings is not portable.

If you want portable declarations, one options is some
kind of declaration macro, which can be defined as a no-op
on other systems.  One possibility is something like the
Common Lisp compatibility package that is available
for Emacs, and which I want to implement anyway for JEmacs:
You would be able to add 'declare' "statements" various places.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]