Tootfinder

Opt-in global Mastodon full text search. Join the index!

@vyskocilm@witter.cz
2025-07-11 06:53:00

The new :ToHTML in #neovim is amazing. It seems to be generating the same colours including the treesitter highlights.
neovim.io/doc/user/lua.html#%3

@samir@functional.computer
2025-07-14 16:38:28

@… I knew I’d seen it recently!
Yes please, almost anything that Lua would do is something I would actively avoid doing.

@idbrii@mastodon.gamedev.place
2025-06-18 02:50:08

@… @…
Integer division makes more sense in a statically typed language like C, but is uncommon in scripting languages. (Lua, JavaScript, Python all do float division.)

@theDuesentrieb@social.linux.pizza
2025-06-01 09:17:24

I found that a good exercise to get a deep understanding/ refreshing of datastructures is to implement them using Lua tables
#Lua #programming #DataStructures

@mrwedders@social.linux.pizza
2025-06-17 16:22:14

"Instead of using regex, the Lua string library has a special set of characters..."
🫤

@samir@functional.computer
2025-06-14 10:35:47

@… Well, sounds like you’re doing something far more extravagant, but in case it helps: codeberg.org/ooble/fyg…

@arXiv_csPL_bot@mastoxiv.page
2025-07-03 08:02:40

Advanced LPeg techniques: A dual case study approach
Zixuan Zhu
arxiv.org/abs/2507.01272 arxiv.org/pdf/2507.01272

@BBC3MusicBot@mastodonapp.uk
2025-06-17 22:17:52

🇺🇦 #NowPlaying on BBCRadio3's #NightTracks
Chiquinha Gonzaga, Esther Abrami, Kim Barbier & Esther Abrami:
🎵 Lua Branca
#ChiquinhaGonzaga #EstherAbrami #KimBarbier

@theDuesentrieb@social.linux.pizza
2025-07-09 07:12:19

Being rather frustrated with programming Clojure in IntelliJ, (mainly because Cursive and IdeaVim don't like each other) I tried to set up Neovim with the Conjure plugin and it 's an absolute blast to use the REPL with it.
Also I discovered that there is a Lisp on top of Lua called Fennel, which I'm looking forward to play with
#Programming

@arXiv_hepph_bot@mastoxiv.page
2025-06-02 07:32:18

Could a Primordial Black Hole Explosion Explain the KM3NeT Event?
Lua F. T. Airoldi, Gustavo F. S. Alves, Yuber F. Perez-Gonzalez, Gabriel M. Salla, Renata Zukanovich Funchal
arxiv.org/abs/2505.24666

@arXiv_astrophHE_bot@mastoxiv.page
2025-06-02 07:30:06

Chasing Serendipity: Tackling Transient Sources with Neutrino Telescopes
Lua F. T. Airoldi, Gustavo F. S. Alves, Yuber F. Perez-Gonzalez, Gabriel M. Salla, Renata Zukanovich Funchal
arxiv.org/abs/2505.24652

@samir@functional.computer
2025-06-24 14:37:26

@… Best of luck!
I checked my history and it seems I started out by symlinking the neovim config file to ~/.vimrc, and aliasing `nvim` to `vim`, with no other changes.
This was 8–9 years ago, apparently, so hopefully that still works.
I did eventually rewrite my config in Lua but only after plodding along fine for several years.

@theDuesentrieb@social.linux.pizza
2025-05-24 08:00:11

tl,dr: imho beginners should start with with either Go or Lua
Friends hit me with the age old question for their child which wants to learn programming: which language should one start with?
This had me thinking quite a bit. First thing that came to my mind was #Kotlin, my favourite, but I wouldn't recommend it for beginners, because it is quite heavy in high level concepts. …