theFibonacciEffect@feddit.de to Programmer Humor@lemmy.ml · 2 years agovimfeddit.deimagemessage-square14fedilinkarrow-up182arrow-down11
arrow-up181arrow-down1imagevimfeddit.detheFibonacciEffect@feddit.de to Programmer Humor@lemmy.ml · 2 years agomessage-square14fedilink
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up1·2 years agoMay I introduce you to Neovim? It has Lua. Learn Lua now.
minus-squareDigital Mark@lemmy.mllinkfedilinkEnglisharrow-up0·2 years agoI know Lua. Lua is why I won’t use neovim.
minus-squarePlexSheep@feddit.delinkfedilinkarrow-up0·2 years agoIt’s not so Bad if you don’t develope plugins. And vimscript is still there
minus-squareDigital Mark@lemmy.mllinkfedilinkEnglisharrow-up1·2 years agoOr I can use actual Vim (RIP Bram) and have new vimscript, and no Lua.
minus-squareJumuta@sh.itjust.workslinkfedilinkarrow-up0·2 years agoi like my arrays starting from 0 thank you
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up0·2 years 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·2 years 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
Or I can use actual Vim (RIP Bram) and have new vimscript, and no Lua.
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.