Live data from Hacker News

Cinder - open source library for professional-quality creative coding in C++

libcinder.org

21–22 of 22 posts

Re: Cinder - open source library for professional-quality creative coding in C++

#21
post #14
post #10

Earlier quoted context omitted.

> C++ being nearly a strict superset of C is almost by definition more powerful. Not necessarily. In the general case, restrictions can make a language more powerful [1], by allowing the user and the compiler to make more assumptions. E.g. removing gotos and mutations seem good ideas. In the case of C vs C++, removing operator overloading and exceptions could turn out to make the language more powerful. [1] If you us…

Removing operator overloading makes vector and matrix math deeply unpleasant - something that this kind of "creative coding" tends to use rather heavily.

I like how Haskell handles operator overloading: You need to conform to some kind of type class, _and_ you can make up your own operators instead of having to reuse bit-shifts for I/O.

Oh, I do not really have an opinion on operator overloading in C++. I just conceded the possibility that "removing operator overloading [...] could turn out to make the language more powerful [...]", because I have heard the opinion being advanced with some good arguments.

Re: Cinder - open source library for professional-quality creative coding in C++

#22
Looks like Robert Hodgins, et al, has graduated from the world of Processing. For those of you who aren't familiar with Hodgins/Barbarian Group, he's the guy behind the original Magnetopshere visualization, which was eventually ported over to iTunes.
Post reply on HN