Re: [CMake] Re: Calling a dynamically created macro

2007-12-20 Thread Jesper Eskilson
Brandon Van Every wrote: On Dec 19, 2007 7:05 PM, David Cole [EMAIL PROTECTED] wrote: Now this thread is just plain cool. :-) Wait until I start building up a more advanced metaprogramming language from raw regular expressions. That idea occurred to me last night. I know regexes really

Re: [CMake] Re: Calling a dynamically created macro

2007-12-20 Thread Brandon Van Every
On Dec 20, 2007 2:55 PM, Jesper Eskilson [EMAIL PROTECTED] wrote: Please let us know when you've implemented a webserver in CMake. ;-) It'll never happen. I can't stand the web. I'm a 3D / ASM / AI / game / build system guy. To me, the web has always been the boring stuff that runs slowly.

Re: [CMake] Re: Calling a dynamically created macro

2007-12-20 Thread Jesper Eskilson
Brandon Van Every wrote: On Dec 20, 2007 2:55 PM, Jesper Eskilson [EMAIL PROTECTED] wrote: Please let us know when you've implemented a webserver in CMake. ;-) It'll never happen. I can't stand the web. I'm a 3D / ASM / AI / game / build system guy. To me, the web has always been the

Re: [CMake] Re: Calling a dynamically created macro

2007-12-19 Thread Brandon Van Every
On Dec 19, 2007 12:47 PM, Rodolfo Schulz de Lima [EMAIL PROTECTED] wrote: Brandon Van Every escreveu: You could use a macro to generate a CMake script containing a macro, and then call that script. :-) Nice... :) In fact, it turns out you can use an include() to cause it to exist at the

Re: [CMake] Re: Calling a dynamically created macro

2007-12-19 Thread Brandon Van Every
On Dec 19, 2007 6:04 PM, Brandon Van Every [EMAIL PROTECTED] wrote: On Dec 19, 2007 12:47 PM, Rodolfo Schulz de Lima [EMAIL PROTECTED] wrote: Brandon Van Every escreveu: You could use a macro to generate a CMake script containing a macro, and then call that script. :-) Nice... :)

Re: [CMake] Re: Calling a dynamically created macro

2007-12-19 Thread David Cole
Now this thread is just plain cool. :-) On 12/19/07, Brandon Van Every [EMAIL PROTECTED] wrote: On Dec 19, 2007 6:04 PM, Brandon Van Every [EMAIL PROTECTED] wrote: On Dec 19, 2007 12:47 PM, Rodolfo Schulz de Lima [EMAIL PROTECTED] wrote: Brandon Van Every escreveu: You could use a

Re: [CMake] Re: Calling a dynamically created macro

2007-12-19 Thread Brandon Van Every
On Dec 19, 2007 7:05 PM, David Cole [EMAIL PROTECTED] wrote: Now this thread is just plain cool. :-) Wait until I start building up a more advanced metaprogramming language from raw regular expressions. That idea occurred to me last night. I know regexes really well... can I keep going with