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]

compiling KRL document


Hello,
Is there any way to expand a .krl file from within kawa like this.

#|kawa:1|#(define name "andre")
#|kawa:2|#(compile-krl "jiffy.krl" "jiffy.txt")

start with a file like this:
### start jiffy.krl ###
my name is [name]
### end jiffy.krl ###

and have kawa generate:
### start jiffy.txt ###
my name is andre
### end jiffy.txt ###

Thanks.  --Andre


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