[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thought experiment: what would you remove from Lua
- From: Vaughan McAlley <vaughan@...>
- Date: Wed, 1 Aug 2018 15:25:58 +1000
On 1 August 2018 at 09:55, dyngeccetor8 <dyngeccetor8@disroot.org> wrote:
> * string.reverse() (anyone used it?)
I was using it when "deleting" a string—going through the string
backwards and simulating appropriate keystrokes to delete that
character. Then I changed to going backwards through the string by
UTF-8 codepoint, so had to think of something else.
Vaughan