Y
Hacker News
new
|
ask
|
show
|
jobs
by
dependenttypes
2224 days ago
I really wish that racket had something similar to the c preprocessor's #line.
1 comments
samth
2224 days ago
You can do that with `syntax/loc` when you're writing macros.
link