Page 2 of 2

Re: LLVM for Xtensa

Posted: Sat Jan 22, 2022 1:15 am
by jgustavoam
I've been working with Golang for a few months now, despite not being a professional programmer.
Very fascinated with simplicity and efficiency. I've done some tests with Tiny Go with another microcontroller.

My dream is to use Go to program all microcontrollers. And forget about the complexity of the C++ language.
I will test with ESP32 using TinyGo. Thanks

Re: LLVM for Xtensa

Posted: Sun Dec 03, 2023 10:26 pm
by crackwitz
You know what would thrill me? Running a Julia REPL on an ESP32. Julia uses LLVM to compile inputs to the REPL. That would probably need LLVM to run on the ESP32 itself.

Just a thought ;)