| View previous topic :: View next topic |
| Author |
Message |
Move Guest
|
Posted: Thu Jan 28, 2010 10:16 pm Post subject: More advanced programming language, AHK-like? |
|
|
Hey,
I have been doing scripts, some sort of programs, GUI's and little installers with AHK for ~year. I've gone extreamly much forward since I started doing this. Now I've decided to move on with programming and I am looking for a programming language which would has as much common with Autohotkey as possible, because I have learned the way to make loops etc. so good.
Any help please? I've been watching programming languages like; C++, Python, Delphi .. Python looks pretty cool, but what kind of possibilities does it got for GUI's? |
|
| Back to top |
|
 |
tidbit
Joined: 09 Mar 2008 Posts: 1807 Location: Minnesota, USA
|
Posted: Thu Jan 28, 2010 10:22 pm Post subject: |
|
|
AHK is written in c++.
all the languages mentioned are probably better at GUI's then ahk, but much harder to create.
C++ AFAIK is the most commonly used language and can do *anything* (just like most languages, including AHK) _________________ rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb |
|
| Back to top |
|
 |
Moove- Guest
|
Posted: Fri Jan 29, 2010 7:01 am Post subject: |
|
|
| tidbit wrote: | AHK is written in c++.
all the languages mentioned are probably better at GUI's then ahk, but much harder to create.
C++ AFAIK is the most commonly used language and can do *anything* (just like most languages, including AHK) |
Yeah, after a little more research it seems to be so. Does someone still want to say something ( )? |
|
| Back to top |
|
 |
fred Guest
|
Posted: Fri Jan 29, 2010 12:07 pm Post subject: |
|
|
Also looking for other languages just for fun but there are (too) many
Just using Gui4Cli script and the language is not as extended as AHK but Gui's are very easy to make. |
|
| Back to top |
|
 |
trik
Joined: 15 Jul 2007 Posts: 1320
|
Posted: Fri Jan 29, 2010 1:48 pm Post subject: |
|
|
I'd recommend PHP. It is pretty simple, once you get the hang of it. _________________ Religion is false. >_> |
|
| Back to top |
|
 |
maniac
Joined: 28 Aug 2009 Posts: 267
|
Posted: Fri Jan 29, 2010 2:47 pm Post subject: |
|
|
| I think you may want to play with Python, with C++ you'd have to learn memory management which may be a big hurdle. |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
|
| Back to top |
|
 |
q335r49
Joined: 26 Oct 2005 Posts: 28
|
Posted: Tue Feb 02, 2010 5:50 am Post subject: |
|
|
Processing!!!!!
Best language ever. Very much like ahk, in that you can see your results immediately. Think about how easy it was to program a Ti-85. One of the first thing I made was a race-car game, with graphics and everything. Well, that's processing.
http://processing.org/
Now I DARE YOU to try making a racecar game in C++ on a first go. Double dare! Have fun coding calendars and databases, chumps.
... or Flash, I guess. Processing or flash.
I'm glad I learned C++, it's more of a philosophy class, since you don't really use Object Oriented Design unless you're a CS guy. I'm electrical engineering, and pretty much everything I've ever done has been scripting. So if you're into autohotkey's ease of use, and the whole one-man development thing, processing's the way to go. |
|
| Back to top |
|
 |
tidbit
Joined: 09 Mar 2008 Posts: 1807 Location: Minnesota, USA
|
Posted: Tue Feb 02, 2010 3:45 pm Post subject: |
|
|
@q335r49
most games written in C++ use game libs. there are many. it'd be kinda ridiculous to not use a library/engine. Don't re-invent the wheel.
although http://processing.org/ does look interesting. _________________ rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Tue Feb 02, 2010 11:09 pm Post subject: |
|
|
+1 for Processing...
I fear I spend more time in Processing's forum, lately, than in AHK's ones...
It is fun to play with graphics, it touches my artistic fiber.
I also play a lot with JavaFX (still on the JVM, I code Java for a living...). Kind of Flash on testosterone, but free (and less easy to deploy...). _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Feb 04, 2010 9:06 pm Post subject: |
|
|
| Python is a good choice for going forward. It's an extremely capable language while being very easy to pick up. |
|
| Back to top |
|
 |
JoeSchmoe as guest Guest
|
Posted: Sat Feb 06, 2010 6:59 pm Post subject: Re: More advanced programming language, AHK-like? |
|
|
| Move wrote: | | Any help please? I've been watching programming languages like; C++, Python, Delphi .. Python looks pretty cool, but what kind of possibilities does it got for GUI's? | If you are still seriously considering C++ and use primarily Windows, I'd consider C# instead. There's a free compiler, it's significantly easier to code than C++, is very powerful, and Microsoft is very much behind it, meaning that there will be a lot of solid documentation (almost as good as AHK's ), etc. There is a lot to learn because it's object oriented, but it's quite a powerful language with terrific libraries, a great free development environment, and is easier to write than C++. |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Sun Feb 07, 2010 9:26 pm Post subject: |
|
|
Then there is Java too... Not super-suited for low level stuff, but it is more portable than C# (eg. running on mobile phones). I don't say one chose Java over C#, I just provide suggestions. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Guest
|
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 5043 Location: the tunnel(?=light)
|
|
| Back to top |
|
 |
|