logoalt Hacker News

WillAdamstoday at 5:56 PM1 replyview on HN

Is it able to access the file system and write/read files?

I've been doing that via PythonSCAD for my current project https://github.com/WillAdams/gcodepreview and it might be interesting to do a re-write in another language.


Replies

adiustoday at 6:29 PM

Yes, it executes in a full fledged Lua environment. So you can do all the things you expect do be able to do with Lua!

I’d pick Lua over Python any day, but maybe that’s just me. ;-)

show 1 reply