|
|
|
|
|
by catnaroek
3354 days ago
|
|
Cello and C++ are have very different design goals. Cello is essentially a dynamic language implementation on top of C, and uses runtime reflection in places where a C++ programmer would probably prefer compile-time template hackery. |
|