mruby/c
mruby/c is an another implementation of mruby.
- Small memory consumption
- Limited class libraries
- Small size rather than execution speed
Comparison between mruby and mruby/c
mruby/c | mruby | |
---|---|---|
memory size | < 40KB | < 400KB |
main target | one-chip microprocessors | general embedded software |
Documents
Developer team
License
mruby/c is released under the Revised BSD License(aka 3-clause license).
Related work
- Device classes for mruby/c (https://github.com/mrubyc/dev)
- Some sample programs that mainly control sensors. (https://github.com/mrubyc/devkit02/tree/main/samples)