An open API service indexing awesome lists of open source software.

https://github.com/wojtekmach/quickjs


https://github.com/wojtekmach/quickjs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# QuickJS

$ mix deps.get
$ iex -S mix
iex> QuickJS.eval("1 + 2")
"3"