Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
shader
5623 days ago |
link
|
parent
I'm working on that. First I have to get my snippet to work.
My goal is to get
(= a 5) (mz (+ 3 ,a))
to transform into
(ac-tunnel (+ 3 5))
so that you can use arc variables easily inside of a mzscheme call. That's what the original $ does.