Application programming with PHP and GTK+/Win32 API

For everything that's not in any way related to PureBasic. General chat etc...
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Application programming with PHP and GTK+/Win32 API

Post by Mistrel »

Does anyone else find this to be hilarious? Some people will use PHP for anything. :)

http://gtk.php.net/
http://winbinder.org/
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Post by garretthylltun »

I believe there's things like this for even perl.
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
Irene
Enthusiast
Enthusiast
Posts: 461
Joined: Thu Oct 04, 2007 12:41 pm

Post by Irene »

garretthylltun wrote:I believe there's things like this for even perl.
You are right about that, but to quote Wikipedia: "in computer programming, Perl is a high-level, general-purpose, interpreted, dynamic programming language." Perl is designed to be modular; you can use it virtually anywhere you like.

PHP on the other hand originally stood for "Personal Home Page". Nowadays it stands for "PHP: Hypertext Preprocessor". It was and still is designed primarily for the use in web applications. Therefore in contrast to Perl (or any other programming language like Python), it is a little surprising to see how it is possible to adapt PHP to produce non-web applications.

Cheers, Irene.
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Post by idle »

They're creating a procedural counterpart to other scripting tools such as tcl and python.
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Post by garretthylltun »

Interesting none the less though. I passed that stuff onto some friends I know who are into PHP.

Thanks for posting the info.
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
John Spikowski
New User
New User
Posts: 8
Joined: Mon Sep 22, 2008 6:21 pm

Post by John Spikowski »

Check out www.gtk-server.org for a fast and easy way to add Gtk funtionality to your applications. (compilers, interpreters and scripting environments)

We use it with ScriptBasic as an extension module. Here is an example on All Basic for the last code challenge.

http://www.allbasic.info/forum/index.php?topic=292.0


John
Post Reply