Mirror of
forum.nim-lang.org
index
4401 :: Araq in IRC: for Python migration TableRef will suit you much better than Table
[2018-11-23T12:19:57+01:00]
View Orginal
Stefan_Salewski
(orginal)
[2018-11-23T12:19:57+01:00]
view original
https://irclogs.nim-lang.org/26-10-2018.html#09:38:42
Can someone explain?
mratsim
(orginal)
[2018-11-23T12:41:19+01:00]
view original
In Python everything is a ref object. When porting you might get the wrong result if you use tables with value semantics instead of TableRef if the Table/TableRef is copied.