in reply to Re: Why not perl have raw/native type
in thread Why not perl have raw/native type
Assigning a string is actually quite complex when dealing with scalars.
(I definitely skipped some steps. I got tired of typing.)
Walking the optree, on the other hand, is simply following a linked list. (Effectively, op = op->next.) This is way simpler than assigning a string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why not perl have raw/native type
by shmem (Chancellor) on Jan 10, 2020 at 13:03 UTC | |
by ikegami (Patriarch) on Jan 11, 2020 at 06:04 UTC |