[racket] Metaprogramming with scheme
Please reply to the list; you'll get more help that way.
On Mon, Jun 21, 2010 at 12:14 PM, Valeriya Pudova
<valery at digitalchile.net> wrote:
> (eval-syntax (file->syntax "a.ss"))
Look up read-syntax.
> lets imagine the function 'define-fsm' was called. And "some-condition?"
> informs that there are syntax error in the source expression. How i can
> printout the line and column number of the source expression?
http://docs.racket-lang.org/unstable/Source_Locations.html
N.