diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-25 02:07:52 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:13 -0600 |
commit | 1824cac273ae1c2433a1492c31cc2a28da1751da (patch) | |
tree | a49f2dec9bbf5c127659baaa1a2250350ce11cd8 /libraries/lunatic-python/README | |
parent | 3cdf884f4302fd9f6786ab55e8f6956b4209f5f9 (diff) | |
download | slackbuilds-1824cac273ae1c2433a1492c31cc2a28da1751da.tar.gz |
libraries/lunatic-python: Added (bridge between Python and Lua).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lunatic-python/README')
-rw-r--r-- | libraries/lunatic-python/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/lunatic-python/README b/libraries/lunatic-python/README new file mode 100644 index 0000000000..44a0653e5d --- /dev/null +++ b/libraries/lunatic-python/README @@ -0,0 +1,4 @@ +Lunatic Python is a two-way bridge between Python and Lua, allowing these +languages to intercommunicate. Being two-way means that it allows Lua inside +Python, Python inside Lua, Lua inside Python inside Lua, Python inside Lua +inside Python, and so on. |