condense9 / hark-lang

A serverless virtual machine
https://guide.condense9.com
Apache License 2.0
108 stars 8 forks source link

Import Python built-ins #3

Open rmhsilva opened 4 years ago

rmhsilva commented 4 years ago

As a programmer, I want to be able to import Python built-ins (e.g. print), without having to wrap them in a module.

e.g. (importpy format) should work as expected.

Implementation: