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]

upper/lower case


Hi Per!

Is this desired behavior? 

#|kawa:1|# (define (F) (display 'hello!) (newline))
#|kawa:2|# (F)
hello!
#|kawa:3|# (f)
gnu.mapping.UnboundSymbol: Unbound symbol f
	at gnu.mapping.NameMap.getChecked(NameMap.java:16)
	at gnu.expr.ReferenceExp.eval(ReferenceExp.java:103)
	at gnu.expr.ApplyExp.eval(ApplyExp.java:51)
	at gnu.expr.ModuleExp.evalModule(ModuleExp.java:182)
	at kawa.Shell.run(Shell.java:231)
	at kawa.Shell.run(Shell.java:180)
	at kawa.Shell.run(Shell.java:167)
	at kawa.Shell.run(Shell.java:154)
	at kawa.repl.main(repl.java:561)
#|kawa:4|# (exit)

It renders unusable some pre-existing Scheme code. 

Cheers, Mirko. 


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