Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Multi-platform, what about languages? (Score 2, Informative) 183

The only tricky part of getting TNL to work with other languages would be the RPC framework, which does all kinds of macro trickery, inline assembly and worse in order to get clean-looking, high performance RPC out of C++. But then, if you're using TNL from another language, you don't need the C++ RPC functionality - you could implement RPC for that language using the NetEvent code, which is the base for the C++ RPC as well.

Slashdot Top Deals

Egotist: A person of low taste, more interested in himself than in me. -- Ambrose Bierce

Working...