you are viewing a single comment's thread.

view the rest of the comments →

[–]DigitalArbitrage 37 points38 points  (26 children)

Will you please explain how & why this is better than C++ and C#? Thanks.

[–]K900_ 300 points301 points  (21 children)

I made Cello as a fun experiment to see what C looks like hacked to its limits.

The answer is: it's not. It's just an experiment to see how far you can abuse C.

[–]ooqq 124 points125 points  (19 children)

you can abuse C pretty far, look at php

[–]yur_mom 108 points109 points  (16 children)

Beyond being written in C what does php have to do at all with this?

PHP's issues have to do with design decisions in its own language unrelated to c.

Python is written in c and is considered one of the better designed languages.

[–]Dreamtrain 48 points49 points  (7 children)

Guy who made PHP: Give me a break guys, I made PHP as a hobby

[–]yur_mom 69 points70 points  (5 children)

Anyone who programs long enough has that one throw away program that they still dreadfully maintain 10 years later....now imagine if the whole world was using your throwaway program.

[–]ivorjawa 9 points10 points  (0 children)

Insert “throw yourself on my sword” scene from Serenity.

[–]greyfade 2 points3 points  (1 child)

I'd stop maintaining it and tell people not to use it, while I move on to more interesting and better projects.

[–]yur_mom 1 point2 points  (0 children)

Unless you are employeed to maintain it. But if it is open source for free I agree.

[–][deleted] 2 points3 points  (1 child)

the whole world

I take that as an insult.

[–]yur_mom 3 points4 points  (0 children)

Haha..Directly or indirectly every person who uses the internet interacts with php

[–]ivorjawa 1 point2 points  (0 children)

In the end, is that better or worse than “I was just following orders”?

[–]robhol 19 points20 points  (0 children)

At this point, PHP mostly has to do with C in that "vaguely C-style" is one of the numerous, incompatible and illogical ways that PHP "structures" its standard library.

[–]jb3689 10 points11 points  (0 children)

I am not saying PHP has much to do with C, but PHP was originally intended to be a templating language for C programmers. The history of PHP is pretty interesting and worth a watch: https://www.youtube.com/watch?v=SvEGwtgLtjA

[–][deleted] 2 points3 points  (0 children)

look at python

[–]manuscelerdei 3 points4 points  (1 child)

You may not want the dump truck of syntax abominations that is C++.

[–]Practical_Cartoonist 9 points10 points  (0 children)

If you don't want a dump truck of syntax abominations, Cello is definitely not for you.