<cyborg_ar>
micropython is surprisingly capable and useful on modern micros
ar-jan has quit [Ping timeout: 240 seconds]
<cyborg_ar>
tell me 10 years ago that you're gonna run python on a $5 microcontroller board and i'd look at you like you had 3 heads
<SnoopJ>
it's a nice implementation to read as well
<SnoopJ>
um, modulo "I am reading C"
<cyborg_ar>
well yes
<cyborg_ar>
c can be occasionally fun to write
<d1b2>
<Darius> I found micropython very useful for prototyping while talking to an LCD panel
<d1b2>
<Darius> much tighter code/test loop
<cyborg_ar>
yes!
<cyborg_ar>
it is frickin amazing for board bringup type of crap
<cyborg_ar>
now im biased towards micros that are capable of running micropython when designing a microcontroller board
<SnoopJ>
I'm not embedded experienced, but I had a great time writing some e-ink driver code with it, and I was impressed when I looked at the guts to see what it would take to make a slightly more specific port of the runtime (beyond just the micro in question)
<SnoopJ>
🐍 📈
<whitequark>
micropython is pretty okay
<whitequark>
you wouldn't necessarily think it is, but it is!
<SnoopJ>
seems like there's good symbiosis with adafruit's fork, too
<cyborg_ar>
Yeah it is pretty ok for what i would use arduino in 2009