Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
loeg
8y ago
0 comments
Share
C programmer here. Cello isn't really C. So as long as you're using something that isn't quite C, and you want an object model, I think "why not C++?" is a reasonable question.
0 comments
default
newest
oldest
webkike
8y ago
Looks like C to be. Just some macros and function calls.
khedoros1
8y ago
If someone showed me a sample of the code, out of context, I wouldn't have guessed it was C. Maybe Javascript (with the "var" declarations).
feelix
8y ago
Why would you say that "Cello isn't really C"?
orange_fritter
8y ago
It's arguable that extensive use of macros and faux-dynamic-typing violate the ideology of C that makes it simple and predictable.
catnaroek
8y ago
I'd remove the “faux”. Cello
is
dynamically typed.
1 more reply
AnimalMuppet
8y ago
But it didn't look to me like Cello was an object model. To me, it felt more like Perl or Python than C++ - more like a dynamic scripting language.
j
/
k
navigate · click thread line to collapse