[racket] Metaprogramming with scheme

From: Noel Welsh (noelwelsh at gmail.com)
Date: Mon Jun 21 07:17:32 EDT 2010

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.


Posted on the users mailing list.