The year is 2019

Kagamin spam at here.lot
Sat Jul 27 13:44:11 UTC 2019


On Saturday, 27 July 2019 at 09:04:45 UTC, Mike Franklin wrote:
> (1) is all we need because we have enough metaprogramming 
> facilities to implement (2) in the library.  What I'm thinking 
> is that we create a more limited `alias this` that only does 
> (1).  I'm thinking about syntax like this to distinguish it 
> from the existing `alias this` feature.

Meh, that sounds bad. (1) doesn't achieve much without (2). And 
if you want your code to become a big ball of metaprogramming, 
you don't need alias this at all, you can replace it with DbI. 
You can replace most of the language with metaprogramming, and 
implement any type system there, it's basically lisp.


More information about the Digitalmars-d mailing list