💾 Archived View for asciibene.flounder.online › langs.gmi captured on 2022-04-29 at 11:55:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

Programming languages I use, and why I use them.

PHP/JavaScript/HTML:

I use HTML in conjunction with php and javascript (and sometimes MySQL) to build scripted web pages, or webapps. I also set up various experiments and share them with the whole web! Basically I use these whenever I need to make stuff run inside a browser.

Lua[moonscript]:

Moonscript is an interesting language that 'compiles' directly into Lua code. I use these two Langs together to develop pretty much anything that is not meant to run inside a web browser; Mainly shell tools that makes my life easier or to help me organize stuff. So I use these Mainly to make CLI programs that runs inside a terminal ...

BASIC and it's derivatives:

(To do!)