Make io
module a builtin in Nelua
#123
stefanos82
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Actually I'm currently studying a way to do this, because I want to move
I will keep researching a way to do this, with all that in mind, thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've made progress in 1. and 2., now when you do |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With Lua I use either
string.format()
to format my output or go withio.write()
.When I want to format output in Nelua, I'm forced to
require
eitherstring
orio
.Can we make at least
io
part of Nelua's core? It could help a lot.Cheers.
Beta Was this translation helpful? Give feedback.
All reactions