DEV Community

Discussion on: Using files in LuaRT

Collapse
 
samyeyo profile image
Sam • Edited

Thank you so much for that comment !
"rb" "rw" and so on are from the "C world". As LuaRT philosophy is to be as much possible independent to C, I preferred the words "read" "write" "append" to approach Lua readability, but that might change in the future depending on community feedback :)

Collapse
 
tilkinsc profile image
Cody Tilkins • Edited

Not so much "C world" its a commonly used paradigm. My favorite IO library is linux and ruby flavored. Back when I was developing things on the PSP.