473,480 Members | 1,897 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Thoughts on PHP... .Net

tg
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

Oct 15 '06 #1
6 1226
tg wrote:
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.
js*******@attglobal.net
==================
Oct 16 '06 #2
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.

Oct 16 '06 #3
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, "bo*********@gmail.com"
<bo*********@gmail.comwrote:
>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
Oct 16 '06 #4
Jerry Stuckle wrote:
tg wrote:
>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-)
Oct 16 '06 #5
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.
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.
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.
Oct 19 '06 #6
Dikkie Dik wrote:
>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.
>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.
>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.
js*******@attglobal.net
==================
Oct 19 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

30
2110
by: Stephen Horne | last post by:
Some more looping thoughts - this time on integer for loops... There may be some hint towards PEP284 (integer for loops) in a review of ideas from other languages, but I'm damned if i can figure...
8
1421
by: Edward K. Ream | last post by:
The documentation for encoding lines at C:\Python23\Doc\Python-Docs-2.3.1\whatsnew\section-encodings.html states: "Encodings are declared by including a specially formatted comment in the...
39
3118
by: Marco Aschwanden | last post by:
Hi I don't have to talk about the beauty of Python and its clear and readable syntax... but there are a few things that striked me while learning Python. I have collected those thoughts. I am...
1
1494
by: Steve | last post by:
I'm still a database newbie so I would like to solicit thoughts about the smartest way to do something in sqlserver. My company has a web application that we customize for each client. We can...
4
1483
by: Rajan | last post by:
Hi All C++ Experts Can anybody share some of your thoughts in Member Function Templates implementation.Can you also give some example on it Best Regards Raj
2
1118
by: Ian | last post by:
Hi there, I wanted to get anybodys thoughts on using the following... <script src="http://test.com/myscript.js"></script> for including functions etc in the html page, of course I could...
35
1848
by: Justin Weinberg | last post by:
My thoughts on this.... http://msdn.microsoft.com/vbasic/Future/default.aspx?pull=/library/en-us/dnvs05/html/vb9overview.asp My thoughts: 1. Regarding Implicit types, I don't use type...
2
1657
Stang02GT
by: Stang02GT | last post by:
Hello, I would just like to get your thoughts/ideas/suggestions on how I should go about createing a VERY SIMPLE purchasing system. A friend has asked me help him develop a simple purchasing...
1
1396
Stang02GT
by: Stang02GT | last post by:
Hello, I'm looking for your thoughts, ideas, and suggestions on this situation. I have recently been given the task to "fix" a menu within the companies intranet site. The current menu...
0
798
by: grazzy.cool | last post by:
"Change your language and you change your thoughts." Learn English and free download Grammar & dictionary. Just click the website and share ur thoughts…. "Language shapes the way we think, and...
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7043
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6737
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6921
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5336
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.