Connecting Tech Pros Worldwide Forums | Help | Site Map

Thoughts on PHP... .Net

tg
Guest
 
Posts: n/a
#1: Oct 15 '06
I was doing a little bit of research for work about .net and I happened
accross some interesting mashups, including IronPython and Phalanger.

I was wondering if anyone here had any thoughts or experience working
with Phalanger or some other "php.net" implementation.

What was your overall impression?
Did you try getting it to work with pear?
What other .net technologies did you integrate with?
Were you ultimately successful in developing your application?
Do you hate .net with such a passion that you will filter all further
posts by me?

Thanks,

--
tg


Jerry Stuckle
Guest
 
Posts: n/a
#2: Oct 16 '06

re: Thoughts on PHP... .Net


tg wrote:
Quote:
I was doing a little bit of research for work about .net and I happened
accross some interesting mashups, including IronPython and Phalanger.
>
I was wondering if anyone here had any thoughts or experience working
with Phalanger or some other "php.net" implementation.
>
What was your overall impression?
Did you try getting it to work with pear?
What other .net technologies did you integrate with?
Were you ultimately successful in developing your application?
Do you hate .net with such a passion that you will filter all further
posts by me?
>
Thanks,
>
I don't hate .NET. But I user php for cross platform development. And
..net is not cross-platform.

When I need a Windows-only solution, I do consider .NET. But only then.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
bob.chatman@gmail.com
Guest
 
Posts: n/a
#3: Oct 16 '06

re: Thoughts on PHP... .Net


Buzzwords are grand

i have done alot of research along these lines and the only framework i
have found to be of any note is qcodo. being put into the situation of
only writing code on a windows server exclusively is enough to ruin
anyones day. there may be modules on pear that are unix/linux only so
they wont all work, however most do. You should look into the xampp
stuff and look through their pear install so you can see where your
limitations in that regard.

Rob Tweed
Guest
 
Posts: n/a
#4: Oct 16 '06

re: Thoughts on PHP... .Net


Have a look at eXtc Web Developer (www.mgateway.com) which will
cross-generate PHP or VB.Net amongst others


On 15 Oct 2006 22:58:43 -0700, "bob.chatman@gmail.com"
<bob.chatman@gmail.comwrote:
Quote:
>Buzzwords are grand
>
>i have done alot of research along these lines and the only framework i
>have found to be of any note is qcodo. being put into the situation of
>only writing code on a windows server exclusively is enough to ruin
>anyones day. there may be modules on pear that are unix/linux only so
>they wont all work, however most do. You should look into the xampp
>stuff and look through their pear install so you can see where your
>limitations in that regard.
---
Rob Tweed
M/Gateway Developments Ltd

The Pursuit of Productivity : http://www.mgateway.com
IchBin
Guest
 
Posts: n/a
#5: Oct 16 '06

re: Thoughts on PHP... .Net


Jerry Stuckle wrote:
Quote:
tg wrote:
Quote:
>I was doing a little bit of research for work about .net and I happened
>accross some interesting mashups, including IronPython and Phalanger.
>>
>I was wondering if anyone here had any thoughts or experience working
>with Phalanger or some other "php.net" implementation.
>>
>What was your overall impression?
>Did you try getting it to work with pear?
>What other .net technologies did you integrate with?
>Were you ultimately successful in developing your application?
>Do you hate .net with such a passion that you will filter all further
>posts by me?
>>
>Thanks,
>>
>
I don't hate .NET. But I user php for cross platform development. And
.net is not cross-platform.
>
When I need a Windows-only solution, I do consider .NET. But only then.
>
Same idea but I drop the .Net and use Java

--
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________ ________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Dikkie Dik
Guest
 
Posts: n/a
#6: Oct 19 '06

re: Thoughts on PHP... .Net


I was doing a little bit of research for work about .net and I happened
Quote:
accross some interesting mashups, including IronPython and Phalanger.
>
I was wondering if anyone here had any thoughts or experience working
with Phalanger or some other "php.net" implementation.
No. But my former job was as an ASP.NET programmer. Initially, I did not
think it did make any difference, but now I am glad to be back to PHP.
In PHP, you have to do a lot yourself, but you can make it good. In
..NET, a lot is done for you, you can't change it, and it is far too
complex and difficult to work with.
Quote:
What was your overall impression?
Did you try getting it to work with pear?
I hate PEAR. PEAR is just a trashpile of comments that do not compile
and make the code totally unreadable. PEAR is the reason I wrote a
docblock-remover for my editor.
Quote:
What other .net technologies did you integrate with?
Were you ultimately successful in developing your application?
Do you hate .net with such a passion that you will filter all further
posts by me?
Nope. Looking at other programming languages and environments is not bad
at all. You can learn a lot from, for instance, LISP, Haskell, Eiffel,
Forth, etc.
Jerry Stuckle
Guest
 
Posts: n/a
#7: Oct 19 '06

re: Thoughts on PHP... .Net


Dikkie Dik wrote:
Quote:
Quote:
>I was doing a little bit of research for work about .net and I happened
>accross some interesting mashups, including IronPython and Phalanger.
>>
>I was wondering if anyone here had any thoughts or experience working
>with Phalanger or some other "php.net" implementation.
>
>
No. But my former job was as an ASP.NET programmer. Initially, I did not
think it did make any difference, but now I am glad to be back to PHP.
In PHP, you have to do a lot yourself, but you can make it good. In
.NET, a lot is done for you, you can't change it, and it is far too
complex and difficult to work with.
>
Quote:
>What was your overall impression?
>Did you try getting it to work with pear?
>
>
I hate PEAR. PEAR is just a trashpile of comments that do not compile
and make the code totally unreadable. PEAR is the reason I wrote a
docblock-remover for my editor.
>
Quote:
>What other .net technologies did you integrate with?
>Were you ultimately successful in developing your application?
>Do you hate .net with such a passion that you will filter all further
>posts by me?
>
>
Nope. Looking at other programming languages and environments is not bad
at all. You can learn a lot from, for instance, LISP, Haskell, Eiffel,
Forth, etc.
Ah, and Forth is especially easy to customize! I used to love working
with it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Closed Thread