Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
loeg
9y ago
0 comments
Save
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
6 comments · 3 top-level
top
newest
oldest
feelix
9y ago
· 2 in thread
Why would you say that "Cello isn't really C"?
orange_fritter
9y 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
9y ago
I'd remove the “faux”. Cello
is
dynamically typed.
1 more reply
webkike
9y ago
· 1 in thread
Looks like C to be. Just some macros and function calls.
khedoros1
9y 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).
AnimalMuppet
9y 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