HenrikBengtsson / listenv

R package: listenv - Environments Behaving As Lists
https://listenv.futureverse.org
30 stars 2 forks source link

Support `append`, `insert`, `extend`, `pop` methods #44

Open talegari opened 4 years ago

talegari commented 4 years ago

Hi Henrik,

Do you think it a good idea to support append, insert, extend, pop and similar methods like python's list?

'listenv' data structure in R comes closest to python's list with reference semantics.