Hi Dmitry,

Is it compile-time or run-time errors?

Mostly module-instantiation-time errors, which are closer to run-time errors.

As a simple example, consider syntactically correct DSL code that expands to

  (define foo (first '()))

The call to first raises an exception, which is displayed without any reference to the original DSL code, and is therefore incomprehensible to the DSL's users.

Konrad.

--
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.

Reply via email to