1. In Nim string literals do not allocate either, but assignments copy. 2. They have a terminating zero for C interop. 3. The new string/seq implementation will eliminate more copies.
- string literals should not allocate; should allocate in ROM an ... timothee
- string literals should not allocate; should allocate in RO... Araq
