Implementation & Performance Analysis of Language Bindings Generators for Elektra

python3 -c ''
python3 -c 'import kdb'
python3 -c 'from gi.repository import GElektra as kdb'

lua -e ""
lua -e 'require("kdb")'
lua -e "lgi = require('lgi'); kdb = lgi.require('GElektra')"
next