Post
Topic
Board Altcoin Discussion
Re: [Announce] Project Quixote - BitShares, BitNames and 'BitMessage'
by
AnonyMint
on 25/08/2013, 14:48:28 UTC
2. Why C++ yuk!? If you used Scala (3 times less verbose than Java), and stub in C for performance only where needed (through the JNI), then I might contribute coding (maybe even for free) instead of creating my own altcoin. No way I am going back to 1990s with C++. Been there, done that.

See this from core developers discussion:

If I were doing it, I'd want to do the bulk of the implementation in bitcoinj of course, just because that's what most users are going to end up using (given current trajectories). It also has the advantage that using a managed language like Java eliminates entire classes of security holes, always a concern when writing financial software.

Note Scala is a better Java and runs on the JVM, so it is a managed language also.