Are Lua tables possible to do with D?

Robert M. Münch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 15 23:48:11 PDT 2015


Hi, do you think it's possible to implemented something like Lua Tables 
(a hashed heterogeneous associative array) in D?

I know that Lua is dynamic and interpreted, hence it's a lot simpler to 
do than with a compiled language but I'm wondering if we could express 
such a generic data-structure in D.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



More information about the Digitalmars-d-learn mailing list