You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... i was trying to create a kind of lua interactive console microcomputer using its native repl loop in an esp8266, like elua but elua doesnt support xtensa/espressif chips ... but when i knew about luau i wanted to use it instead because it is said lighter and more efficient
i have no fckuing idea how to do it because it seem nobody knows how, because there is not a single info everywhere in the universe
imagine somebody want to make a serial or telnet lua(u) interactive console in some small chip (esp, stm, pic, rpi pico, etc) that gets plain and simple ascii strings as user inputs (i.e. char arrays), and return results with print(), printf() or something .....
i imagine i should start by copying the needed/desired luau source files to my project and then #include the header(s)... but i dont know which ones, what features, where, how, etc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i hope somebody see this
... i was trying to create a kind of lua interactive console microcomputer using its native repl loop in an esp8266, like elua but elua doesnt support xtensa/espressif chips ... but when i knew about luau i wanted to use it instead because it is said lighter and more efficient
i have no fckuing idea how to do it because it seem nobody knows how, because there is not a single info everywhere in the universe
imagine somebody want to make a serial or telnet lua(u) interactive console in some small chip (esp, stm, pic, rpi pico, etc) that gets plain and simple ascii strings as user inputs (i.e. char arrays), and return results with print(), printf() or something .....
i imagine i should start by copying the needed/desired luau source files to my project and then
#includethe header(s)... but i dont know which ones, what features, where, how, etcthanks in advance
Beta Was this translation helpful? Give feedback.
All reactions