this post was submitted on 09 Jun 2023
8 points (100.0% liked)

Programming

3347 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago

It’d be interesting to see performance comparison between native code and this bytecode. Is it x10 similar to Python? Better/worse?

[–] [email protected] 3 points 1 year ago

Wow, this is really interesting.
I bought some Pico 2040s when they first came out, but all the tooling seemed to be raspberry pi based.
I might have to check this out. Certainly revisit my 2040s and see if there are some good (not raspberry pi based) tutorials out there

[–] [email protected] 1 points 1 year ago

Can we all agree, Embedded is not the place for Garbage Collected Dynamic languages? Please, just use Rust/Nim/Zig or C.