LINUX.ORG.RU

Восхитительная история из Practical Common Lisp :)


0

0

Очень доходчиво объясняет, что делают макросы в LISP :))

The Story of Mac: A Just So Story

Once upon a time, long ago, there was a company of Lisp programmers. It was so long ago, in fact, that Lisp had no macros. Anything that couldn't be defined with a function or done with a special operator had to be written out in full every time, which was rather a drag. Unfortunately the programmers in this company--though brilliant--were also quite lazy. Often in the middle of their programs--when the tedium of writing out a bunch of code got to be too much--they would instead write a note describing the code they needed to write at that place in the program. Unfortunately, because they were lazy, the programmers also hated to go back and actually write the code described by the notes. Soon the company had a big stack of programs that nobody could run because they were full of notes about code that still needed to be written.

In desperation, the big bosses hired a junior programmer, Mac, whose job was to find the notes, write the required code, and insert it into the program in place of the notes. Mac never ran the programs--they weren't done yet, of course, so he couldn't. But even if they had been completed, Mac wouldn't have known what inputs to feed them. So he just wrote his code based on the contents of the notes and sent it back to the original programmer.

With Mac's help, all the programs were soon completed and the company made a ton of money selling them. So much money that the company could double the size of their programming staff. But for some reason no one thought to hire anyone to help Mac; soon he was single-handedly assisting several dozen programmers. In order to avoid spending all his time searching for notes in source code, Mac made a small modification to the compiler the programmers used. Thereafter, whenever the compiler hit a note it would email him the note and wait for him to email back the replacement code. Unfortunately, even with this change, Mac had a hard time keeping up with the programmers. He worked as carefully as he could but sometimes--especially when the notes weren't clear--he would make mistakes.

The programmers noticed, however, that the more precisely they wrote their notes, the more likely it was that Mac would send back correct code. One day, one of the programmers, having a hard time describing in words the code he wanted, included in one of his notes a Lisp program that would generate the code he wanted. That was fine by Mac; he just ran the program and sent the result to the compiler.

The next innovation came when a programmer put a note at the top of one of his programs containing a function definition and a comment, "Mac, don't write any code here, but keep this function for later, I'm going to use to it in some of my other notes". Other notes in the same program said things like, "Mac, replace this note with the result of running that other function with the symbols x and y as arguments."

This technique caught on so quickly that within a few days, most programs contained dozens of notes defining functions that were only used by code in other notes. In order to make it easy for Mac to pick out the notes containing only definitions that didn't require any immediate response, the programmers tagged them with the standard preface: "Definition for Mac, Read Only". Which--as the programmers were still quite lazy--was quickly shortened to "DEF. MAC. R/O" and then "DEFMACRO".

Pretty soon, there was no actual English left in the notes for Mac. All he did all day was read and respond to emails from the compiler containing DEFMACRO notes and calls to the functions defined in the DEFMACROs. Since all the real work was done by the Lisp programs in the notes, keeping up with the emails was no problem. Mac suddenly had a lot of time on his hands and would sit in his office daydreaming about white sand beaches, clear blue ocean water, and drinks with little paper umbrellas in them.

Several months later the programmers realized nobody had seen Mac for quite some time. When they went to his office they found a thin layer of dust over everything, a desk littered with travel brochures for various tropical locations, and the computer off. But the compiler still worked--how could it be? It turned out Mac had made one last change to the compiler: instead of emailing notes to Mac, the compiler now saved the functions defined by DEFMACRO notes and ran them when called for by the other notes. The programmers decided there was no reason to tell the big bosses Mac wasn't coming to the office any more. So to this day, Mac draws a salary and from time to time sends the programmers a postcard from one tropical locale or another.

Да, мне тоже понравилось. Лень - двигатель прогресса! :)

WFrag ★★★★
()

Я до этого места ещё не дочитал, но сказка просто замечательная :)

А если серьёзно, откуда собственно взялось слово macro, кто-нибудь знает? То есть в его "компьютерном" смысле.

Teak ★★★★★
()
Ответ на: комментарий от Teak

> А если серьёзно, откуда собственно взялось слово macro, кто-нибудь знает? То есть в его "компьютерном" смысле.

вроде макро здесь по смыслу не сильно от мета отличается. Метапрограммирование..

dilmah ★★★★★
()
Ответ на: комментарий от dilmah

Не, макро это макроподстановки, насколько я понимаю. То есть собственно к программированию это слово, если не ошибаюсь, не имеет прямого отношения, оно шире. Макросы не только в языках программирования бывают в общем.

С другой стороны, тут ещё как подойти к вопросу о том, что такое "язык программирования". Чем язык mc-файлов sendmail не язык программирования, в общем?

Меня собственно интересует не значение (оно-то понятно), а происхождение этого слова.

Teak ★★★★★
()
Ответ на: комментарий от Teak

> Меня собственно интересует не значение (оно-то понятно), а происхождение этого слова.

ну дык, блин, греки придумали... или что имелось в виду?

uj2 ★★★
()
Ответ на: комментарий от Teak

Ну так оно и есть - макроподстановка - то есть, подставить что-то большее (макро) заместо чего-то меньшего...

Ех, заностальгичило меня по MACRO32... :)

vsl
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.