Joining <@UCUSW7WVD> in the Lua club. I got Lua ru...
# devlog-together
e
Joining @Kartik Agaram in the Lua club. I got Lua running in the browser (using wasmoon) and ported my spreadsheet experiments to it: https://ezhik.jp/spreadsheet-3/ I think I'd like to experiment more with properties. I've already got the ability to change styling of cells, but what if we could go even further? Move cells around? Make them round? Make them spin? Make them not cells but images? I want to mess with the spreadsheet formula (pun intended) even further.
g
Allow entry of Lua code directly into cells
e
You actually can! I'm just not exposing much of Lua built-ins right now.
image.png
g
so, write the spreadsheet code using the spreadsheet ...
e
Cells in cells in cells in cells... Interesting!
g
If you just want to “fool around” in order to understand programming better, then, stay away from the heavy-weight languages and operating systems that we have today. You need to understand every line of code, if you think - like me- that programming can be fun. Here are some things that helped me understand Mental Agility Jams for Programming