Home > Archive > Cobol > March 2008 > Re: Problem with search
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Problem with search
|
|
|
|
| Ken Tilton 2008-03-10, 9:56 pm |
|
tim wrote:
> On Mon, 10 Mar 2008 08:55:45 -0400, Ken Tilton wrote:
>
>
>
>
> Yes, COBOL has macros (kind of).
<g> Well, I think C calls them macros, so I thought I could get away
with it (kind of).
The whacky thing is that when I explored a port of my C version of the
Algebra software to Lisp I hid from Antlr all my macros that were
dereferencing pointers and handles (bless the Mac) so Antler thought
they were function calls and ... can you say "accessors"? Had I decided
to continue down that path I would have been able to do so as if
pointers and handles never existed.
Meanwhile GvR says: No macros for you!
kenny
--
http://smuglispweeny.blogspot.com/
http://www.theoryyalgebra.com/
"In the morning, hear the Way;
in the evening, die content!"
-- Confucius
| |
| Howard Brazee 2008-03-11, 6:56 pm |
| On Mon, 10 Mar 2008 22:23:27 -0400, Ken Tilton
<kennytilton@optonline.net> wrote:
><g> Well, I think C calls them macros, so I thought I could get away
>with it (kind of).
EasyTrieve macros are basically copy members.
|
|
|
|
|