native c++ behavior like a scripting language, as flexible as python, but with native apis and performance of c/c++ executables.
is something like this possible ? especially using opengl ??
native c++ behavior like a scripting language, as flexible as python, but with native apis and performance of c/c++ executables.
is something like this possible ? especially using opengl ??
There are techniques to make interpretation fast. But scripts can never be as fast as a C/C++ executable.
Are there any features that make Python more flexible than C++?
Greetings
Peter
Probably you can find something useful here
Excluding python, don’t want to rely on it at all.
that’s what I’m asking, or is HEY a suitable substitute
an attempt to bind Haiku’s API to LUA was made, but it seems an abandoned project
I don’t see why Python is more flexible than C++.
What you are looking for is impossible imho.
I can’t find a programming language named Hey.
Greetings
Peter
“Hey” is a shell command in Haiku. It allows interprocess communication.
OK, thanks. That’s a nice thing but doesn’t replace Python, C++ or whatever.
Greetings
Peter
i wasn’t insisting that such a thing did exist, but it probably should