Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 337 Bytes

micropython_vs_lua

Some micropython experiments (comparisons with lua)

Embedding the interpreter and extending it with C defined functions
Some python tests to verify the stuff

Prerequisites for Ubuntu:

  sudo apt install build-essential unzip libtool

To download, build everything and run the tests:

  make test