This is the mail archive of the kawa@sourceware.org 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]
Other format: [Raw text]

Re: Updating madkit scheme lib


Jean-François Lebeau wrote:
Hi, this file is the madkit (http://www.madkit.org), a muli-agent framework, scheme-kawa lib to handle a SchemeAgent.

I know this file was writen in a old version of Kawa and I would like to have help to update it to make it works with the most recent version.

By "most recent" you probably mean 1.8, though you could also aim for the version in CVS, which may become 1.8.1 hopefully soon.

I'm used to Scheme (PLT DrScheme implementation) but not in Kawa.

Thanks for any help/suggestion.

I think you need to be more specific. How does it fail? Or you asking about possible improvements such as performance or style tweaking?

You might consider using the new colon notation:
http://www.gnu.org/software/kawa/PathExpressions.html
It's much more compact and readable.
Note you may need to add extra type declarations if you
want good performance, so Kawa can figure out which
method to invoke.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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