Interchanging the particular example and the general principle it shows, allows to easily conclude almost anything, right.
On Sun, Aug 27, 2017, 17:08 <[email protected]> wrote: > > That's how C++ started. > > And that's also why C++ is the ugly monster than it is today; with a > design that wasn't quite thought thoroughly. Talking about C++ like it's an > example to follow is just preposterous. > > Le dimanche 27 août 2017 16:25:54 UTC+2, Jan Mercl a écrit : > >> And there's nothing wrong in it. That's how C++ started. Codegen allows >> for easier protoyping throwaway experiments. Writing a full blown compiler >> and realizing afterwards a better language/feature design costs probably >> much more work. >> >> On Sun, Aug 27, 2017, 15:55 <[email protected]> wrote: >> > > Codegen can do 100% of what any compiler can do. >>> >>> Yes and it is called doing the compiler's job in place of it. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "golang-nuts" group. >>> >> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >> >> >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> >> -j >> > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
