Page 1 of 1

What programming languages can be integrated in ahk 2?

Posted: 23 Apr 2024, 11:09
by AHKUser1234
I know curl could be integrated in ahk 1. Supose in ahk 2 too. What about python? And how can u do that?

Re: What programming languages can be integrated in ahk 2?  Topic is solved

Posted: 23 Apr 2024, 11:46
by gregster
Afaics, cURL is more like a command line tool and a library (libcurl) for a specific kind of task than a programming language, but I have seen several v2 topics which might be what you are looking for (but I haven't tried them so far):

For example: PS: and yes, there are also libcurl wrappers for AHK v2, eg viewtopic.php?f=83&t=127179#p562549

Re: What programming languages can be integrated in ahk 2?

Posted: 23 Apr 2024, 11:49
by boiler
Also, you can call functions compiled into MCode (machine code) written in C or theoretically any other language that compiles to machine code.

Re: What programming languages can be integrated in ahk 2?

Posted: 23 Apr 2024, 12:39
by AHKUser1234
oh this is cool. tnx.

Re: What programming languages can be integrated in ahk 2?

Posted: 23 Apr 2024, 12:43
by AHKUser1234
boiler wrote:
23 Apr 2024, 11:49
Also, you can call functions compiled into MCode (machine code) written in C or theoretically any other language that compiles to machine code.
This might be to much for me. and kind of unnecesary.