Re: [Chicken-users] Internal compiler error on use bindings

2012-03-20 Thread Peter Bex
On Tue, Mar 20, 2012 at 01:11:14PM +, Mark Carter wrote: > Here's one for your mystery file: > > foo.scm: > (use bindings) > (bind (a b c) '(1 2 3) > (print a)) > (write-line "Finished") > > > $ csj -bq foo.scm > 1 > Finished > > BUT: > > $ csc foo.s

[Chicken-users] Internal compiler error on use bindings

2012-03-20 Thread Mark Carter
Here's one for your mystery file: foo.scm: (use bindings) (bind (a b c) '(1 2 3) (print a)) (write-line "Finished") $ csj -bq foo.scm 1 Finished BUT: $ csc foo.scm Error: [internal compiler error] type of literal not supported: # Call history: