-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on new Arduino.. #48
Comments
Back when I looked at porting bitlash to the esp8266 I found that it makes a lot of assumptions about avr and arduino. It's a very simple language, it might make sense to re-implement it for other platforms. If we're going to do that then it might be time to re-evaluate the language decisions in light of the more powerful 32-bit processors. This is an area in which I'm doing active research and would love to collaborate with someone. |
Thats right. I would like to read more about the design patterns required to write it again like a "pro", do you have something in mined ? |
Oooh, I would be really great if there was an platform-agnostic Bitlash. Really really great. |
@q2dg what exactly about bitlash (as compared to JS, lua, ruby, python, forth, lisp) do you like? Is is just the idea of scripting on a microcontroller in general or do you like the specific design of bitlash? |
The idea of real-time interaction with the microcontroller as if I was in a telnet session (with the possibility of creating own scripts to run on it, yes) . Thanks. |
@billroy Would you be opposed to a new language being implemented that borrows heavily from the design of bitlash? |
Quite the contrary - I would encourage forks and forward experimentation in new directions! -br On Jul 25, 2016, at 9:53 AM, Tim Caswell [email protected] wrote: @billroy https://github.com/billroy Would you be opposed to a new language being implemented that borrows heavily from the design of bitlash? — |
I haven't the technical skill to opinate about it. I'd only want front-end syntax were similar to Arduino's one. |
Arduino is just C++ within a framework/library. It's not the easiest syntax to parse, but it's certainly the most popular style (JavaScript/Java/C/C++/C#/PHP/etc are all C-like syntax) |
On the new boards using ARM processors, like the Zero, which are the future of MCU's, you get an error on compilation :
Wonder if its possible at all ?
The text was updated successfully, but these errors were encountered: