Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By cwilt
#43836
Pablo2048 wrote:
cwilt wrote:C is a compiled language. Not sure how that would be implemented given the limited resources.

Did You hear about PicoC ( https://github.com/zsaleeba/picoc ) for example?


Yes I have, and your point is?
User avatar
By cwilt
#43837 Seems like it would be more effective to just use arduino environment instead of adding one interpreter on top of another. IMHO
User avatar
By stern0m1
#43842
cwilt wrote:Seems like it would be more effective to just use arduino environment instead of adding one interpreter on top of another. IMHO


For me I like basic because thats what i know from when i was a kid. here and there if i need something thats not supported i could figure out the arduino code. So would be great if i could code sometimes in arduino.
User avatar
By Pablo2048
#43843
cwilt wrote:Yes I have, and your point is?

My point is that there can be interpreted C-like language in ESP8266. Actually I'm working on something like this based on si interpreter and Little C interpreter...