Earlier quoted context omitted.
Quietly delivering bad code in an outdated language.
It is possible to write good, or bad code, in any language. If you think the choice of language will define the level of your code, then you still have a lot to learn.
A brainfuck compiler written in PHP
11–20 of 24 posts
Re: A brainfuck compiler written in PHP
#12Re: A brainfuck compiler written in PHP
#13I once wrote some PHP. It's the worst language. I can't believe anybody would write a respectable compiler, for a respectable language, in this junk.
And yet, all over the Internet, real websites, real business, is getting built using PHP. Whilst people write fractal of a bad blog post, the smart folks are quietly delivering.
Re: A brainfuck compiler written in PHP
#14Re: A brainfuck compiler written in PHP
#15If for every PHP-bashing comment on HN, people would rather write one more line of open source code, the world would have been a better place.
Re: A brainfuck compiler written in PHP
#16Re: A brainfuck compiler written in PHP
#17I once wrote some PHP. It's the worst language. I can't believe anybody would write a respectable compiler, for a respectable language, in this junk.
And yet, all over the Internet, real websites, real business, is getting built using PHP. Whilst people write fractal of a bad blog post, the smart folks are quietly delivering.
Re: A brainfuck compiler written in PHP
#18I once wrote some PHP. It's the worst language. I can't believe anybody would write a respectable compiler, for a respectable language, in this junk.
And yet, all over the Internet, real websites, real business, is getting built using PHP. Whilst people write fractal of a bad blog post, the smart folks are quietly delivering.
Re: A brainfuck compiler written in PHP
#19Re: A brainfuck compiler written in PHP
#20Earlier quoted context omitted.
Quietly delivering bad code in an outdated language.
It is possible to write good, or bad code, in any language. If you think the choice of language will define the level of your code, then you still have a lot to learn.
The statement "It is possible to write good, or bad code, in any language" (1) might be true, but it misses the point. Consider "With or without cancer you are going to die" which universally true for all humans (as far as we know). But it also misses the point if applied to the question of whether you want to have cancer or not.
Particularly, your statement (1) is irrelevant to the question if it is a good idea to use PHP to make any kind of software that is functional, maintainable, reliable, secure, scalable etc. And anyone who has actually programmed in PHP knows, that just for example, it is VERY difficult to make a secure PHP program. Just because there are a thousand non-obvious ways to shoot yourself in the foot which are directly caused by weird quirks of the language. It might be possible to get this right, but if it is, it is a lot more difficult than in a language with e.g. sane rules for type conversions.
If you think all programming languages are equal, then you still have a lot to learn.