Hello, my name is Pavel and I'm new to Racket :)

I'm playing with macros right now and get a strange error: "unmap failed".

What I'm trying to achieve in this program: expand (step x) into (+ (expt 2 
0) (expt 2 1) ...)

For small numbers everything is OK, but I get an error for (step 1000000)

What does this error mean and how can I fix it?

Code is in attachements. 


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: macro-step.rkt
Description: Binary data

Reply via email to