Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lua

What Programming Language Features Are Well Suited For Developing A Live Coding Framework?

I would like to build a 'live coding framework'. I should explain what is meant by 'liv… Read more What Programming Language Features Are Well Suited For Developing A Live Coding Framework?

Python Or Ruby Interpreter On Ios

I found this application on the app store: iLuaBox and I wondered if there was anything else like t… Read more Python Or Ruby Interpreter On Ios

Converting .lua Table To A Python Dictionary

I have this kind of input: sometable = { ['a'] = { 'a1', … Read more Converting .lua Table To A Python Dictionary

How Could I Embed Lua Into Python 3.x?

Is it possible to embed Lua into Python 3.x? If so how could I run and execute Lua scripts within … Read more How Could I Embed Lua Into Python 3.x?

How Could I Embed Lua Into Python 3.x?

Is it possible to embed Lua into Python 3.x? If so how could I run and execute Lua scripts within … Read more How Could I Embed Lua Into Python 3.x?