>>33
>>34
Well, of course, but take it in python:
l = []
l.push(10)
hax = l.pop(0)
Easy peasy.
Today's needs is: be slow. I don't want to waste my time in reimplementing the wheel while I have a lot of things to do.
It can be feasible in C, where my first objective is to produce some highly optimized code, but from a high level language I expect to have a container library.