Variants array and IDK

g g g at g.com
Sun Jan 30 23:04:11 PST 2011


IDK where to put this.

first thing:
Could it be a way to collapse Variants in std.variant?, like
Variant x = Variant(1)
Variant y = Variant([x,x,x,x])
//y could be simplified to Variant(int[]) instead of Variant(Variant(int)[])
//now it is not implemented (as far i know)

Also if want to know if using Variant  internally for a scripting language is recommendable ( or acceptable)
I am facing the problem? writing my weird language ( https://github.com/zkp0s/Dw fell free to comment on it __not finished__)

Excuse me if I wrote in the wrong newsgroup. I didn't know where to put it, .learn .D or .annouce ( Dw)

Thanks for reading
.


More information about the Digitalmars-d mailing list