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

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

Choosing Embedded Scripting Language For C++

I want to choose an embedded scripting language that i will use on C++. It should connect a databas… Read more Choosing Embedded Scripting Language For C++