Re: Need help with macro

2018-12-12 Thread Alex Vong
Hello Mike, Mike Gran writes: > Hey all, > > I need help making a macro. > > I have an existing procedure of the form > > (call-method self method (...)) > > Note that SELF is a struct, METHOD is a string, and the ellipses can > be anything. > > I would like to make a macro that transforms into

Re: Need help with macro

2018-12-12 Thread Mark H Weaver
Hi Mike, Mike Gran writes: > Hey all, > > I need help making a macro. > > I have an existing procedure of the form > > (call-method self method (...)) > > Note that SELF is a struct, METHOD is a string, and the ellipses can > be anything. > > I would like to make a macro that transforms into the