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

Re: string-append/shared


Chris Dean wrote:

ELisp.java uses

defun("concat", new kawa.standard.string_append());

and string_append.java is now disappearing so we need to fix that also.
How about I comment out the current line and let you (Per) fix it?  My
thought was that we'll need to add the equivalent of

define_field ("concat", "kawa.lib.strings", "string$Mnappend");

but I'm note sure that will work for elisp.

You can test it thus:


$ java kawa.repl --elisp
#|kawa:1|# (concat "34" "45")
3445

If it doesn't work, comment it out and I'll figure it out.
--
	--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]