[Gambas-user] Why can't I create native executables?
Jussi Lahtinen
jussi.lahtinen at gmail.com
Sat Nov 18 21:36:53 CET 2023
As Benoit said Gambas is an interpreted language like Python, Java, Perl,
Ruby, Javascript, Lua, etc.
If you want to compile into machine code like in C, you will have whole
another set of problems to deal with.
I suggest you share what you have written as an installation package (.deb,
etc), that way the interpreter goes along with it.
Jussi
On Sat, Nov 18, 2023 at 1:25 PM Филипп Друан via User <
user at lists.gambas-basic.org> wrote:
> Hi there!
> I'm a bit frustrated that you can't create an executable in Gambas that
> doesn't need an interpreter. Why wasn't this feature added? I have heard
> of a JIT compilation. Why not run it while building the executable?
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231118/af64a84a/attachment.htm>
More information about the User
mailing list