Re: [PHP] desk top interactive environment

2012-04-09 Thread Jay Blanchard
[snip]
On Apr 9, 2012, at 8:38 PM, Kirk Bailey wrote:

 Php would (IMHO) benefit from an interactive desktop application where you 
 can test and experiment with code interactively, instead of edit, dsave, 
 run, view webpage result, edit...
 
 Python has this; why not php?
[/snip]

Because you haven't built it yet?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] desk top interactive environment

2012-04-09 Thread Kirk Bailey

I am not ABLE to create it yet. Anyone else able to?

On 4/9/2012 9:45 PM, Jay Blanchard wrote:

[snip]
On Apr 9, 2012, at 8:38 PM, Kirk Bailey wrote:


Php would (IMHO) benefit from an interactive desktop application where you can test 
and experiment with code interactively, instead of edit, dsave, run, view 
webpage result, edit...

Python has this; why not php?

[/snip]

Because you haven't built it yet?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] desk top interactive environment

2012-04-09 Thread Tommy Pham
On Mon, Apr 9, 2012 at 6:54 PM, Kirk Bailey kbai...@howlermonkey.net wrote:
 I am not ABLE to create it yet. Anyone else able to?


Hmm... Google php desktop ... notice the 2nd link.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] desk top interactive environment

2012-04-09 Thread Ghodmode
On Tue, Apr 10, 2012 at 9:38 AM, Kirk Bailey kbai...@howlermonkey.net wrote:
 Php would (IMHO) benefit from an interactive desktop application where you
 can test and experiment with code interactively, instead of edit, dsave,
 run, view webpage result, edit...

php -a gives you an interactive environment in which you can test code.


 Python has this; why not php?

Python and PHP are programming languages.  That interactive
environment your referring (IDLE) to is a tool separate from the
programming language that just happens to be distributed with the
windows version of the installation package.  It's not part of Python.

I think that the features in IDLE are probably duplicated by several
different PHP IDEs.  There are probably several alternatives to IDLE
available.  There might even be an IDE that does code testing and
debugging for both languages better than IDLE does.

I'm sorry I can't provide more specific examples.  I've found that Vim
suits me better in the development environment than any IDE.

--
Vince Aggrippino
Ghodmode Development
http://www.ghodmode.com


 --
 end

 Very Truly yours,
                 - Kirk Bailey,
                   Largo Florida

                       kniht
                      +-+
                      | BOX |
                      +-+
                       think

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php