theFibonacciEffect@feddit.de to Programmer Humor@lemmy.ml · 1 year agovimfeddit.deimagemessage-square9fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1imagevimfeddit.detheFibonacciEffect@feddit.de to Programmer Humor@lemmy.ml · 1 year agomessage-square9fedilink
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up0·1 year agoMay I introduce you to Neovim? It has Lua. Learn Lua now.
minus-squareDigital Mark@lemmy.mllinkfedilinkEnglisharrow-up0·1 year agoI know Lua. Lua is why I won’t use neovim.
minus-squarePlexSheep@feddit.delinkfedilinkarrow-up0·1 year agoIt’s not so Bad if you don’t develope plugins. And vimscript is still there
minus-squareJumuta@sh.itjust.workslinkfedilinkarrow-up0·1 year agoi like my arrays starting from 0 thank you
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up0·1 year agoI like my arrays iterable, that’s all I need to know. No matter if the index is 0, 1, ‘foo’, or a serialized array (oh wait, no, that’s PHP).
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up1·1 year agoThat’s not an array, that’s a string. Someone is converting an array to a string and is using that as key. A lot of languages could do it, and none of them should.
May I introduce you to Neovim? It has Lua. Learn Lua now.
I know Lua. Lua is why I won’t use neovim.
It’s not so Bad if you don’t develope plugins. And vimscript is still there
i like my arrays starting from 0 thank you
I like my arrays iterable, that’s all I need to know. No matter if the index is 0, 1, ‘foo’, or a serialized array (oh wait, no, that’s PHP).
That’s not an array, that’s a string.
Someone is converting an array to a string and is using that as key.
A lot of languages could do it, and none of them should.