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: BRL with kawa 1.8.91


On 05/08/2009 01:55 PM, Dan Stanger wrote:
Hello All,
I have managed to get brl compiled with kawa 1.8.91, with a few minor
changes to the brl servlet and brl code.
I am seeing the following problem using applyFile, a brl test harness.
A page containing [(list->string '(#\a))] does not produce output, but a
page containing ["hello"] does.  Where is the best place to start
looking for this problem?

What I do: Add print-statements where it might be helpful and check the output ...

Are you using the old eval-based KRL implementation, or
my module-based implementation?  (Bruce mentioned moving
towards the latter in an email on 07/14/2008.)  I'm
more familiar with the latter, of course, and it would
be easier for me to help.  Plus I really think that's
what you should be aiming for.
--
	--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]