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/12/2009 03:39 PM, Per Bothner wrote:
This re-implementation of BRL does not support all the
features of "true" BRL, just the basic functionality.
Neither define-input, define-cgi, or define-cookie are
implemented yet.

It looks like:


(define-input word)

is more-or-less the same as:

(define word (request-parameter 'word '()))

so define-input should be easy to take care of.
--
	--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]