takeoutweight / clojure-scheme

Clojure to Scheme to C to the bare metal.
566 stars 21 forks source link

lazy seq bug? #4

Closed myguidingstar-zz closed 11 years ago

myguidingstar-zz commented 11 years ago

I tried this

(nth (range) 3)

and got

*** ERROR IN cljscm.compiler/recurlet, "cljscm/core.cljscm"@6415.14 -- (Argument 1) Finite REAL expected (ceiling +inf.0)
takeoutweight commented 11 years ago

Thanks for pointing this out!