lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2013/3/11 Michal Kottman <michal.kottman@gmail.com>:

>
> Funny but most of these function are implemented by the Qt framework
> and available through lqt. At least regarding filesystem, network,
> database, XML and GUI functionality.
>

Please rate lqt on the "lua-ish" questionnaire.

1. Do the call sequences resemble calls to functions in the Lua
   standard libraries or are they almost identical to the calls
   to C functions?

2. Does the documentation resemble the official Lua documentation
   or is the user basically asked to load the documentation of the
   Qt C library and make his own extrapolations?

3. Is installing lqt as simple as downloading the tarball and
   typing "make linux" or "make mingw", or is there a lot more
   to it?

4. Does lqt run on a large variety of platforms?