Advanced Lua- Part III
Part three of the Advanced Lua tutorials. Shows how Lua can be used in other languages such as C or C++. Written by KYA at TheCodeCube - IT Community
Tweet 0 CommentsSave Tags: c-and-cpp, how-to, other languages, usability
Wow, it's been 3 years I've been in Scala-land
After RubyConf 2006, I realized that Ruby was not on the right track for me. I went searching for a new language. I've been a JVM guy since '96, so... more »
Tweet 0 CommentsSave Tags: java, opinion, other languages
var improves readability
Countless times I’ve heard the argument that you should use the var keyword with caution, that it decreases readability of your code, or how it can be... more »
Tweet 0 CommentsSave Tags: .net, other languages, trends
Windows PowerShell and the Windows Management Framework
There’s been a lot of great excitement that’s accompanied the release of PowerShell V2 and Windows Remote Management (WinRM) – also known as the... more »
Tweet 0 CommentsSave Tags: other languages, tools, windows
Left-Truncatable Primes
Yesterday somebody asked me how a function to calculate the nth left-truncatable prime might look in F# for comparison against a C++ implementation,... more »
Tweet 0 CommentsSave Tags: .net, c-and-cpp, how-to, other languages
Dmitry Chestnykh On Go : Experiences Writing A Twitter Client
Not too long ago Google announced their new experimental, open source, system language which was said to be a mix of Python and C called Go.... more »
Tweet 0 CommentsSave Tags: open source, opinion, other languages
Concur.next — Parallel I/O
Conclusion first: It turns out that Clojure’s concurrency primitives allow you, with a very moderate amount of uncomplicated code, to take advantage... more »
Tweet 0 CommentsSave Tags: other languages
Comments on Go
Here are my preliminary thoughts on the Go programming language. The most interesting feature for me personally is the built-in threading. Aside... more »
Tweet 0 CommentsSave Tags: opinion, other languages
My Thoughts on D’s Future (or How I Came to Love D2)
Many programmers are quite passionate about their language(s) of choice. I don’t know what it is. Something in the DNA, perhaps. Every negative word... more »
Tweet 0 CommentsSave Tags: other languages
Utilizing multi-core in “Go” programming language
Today, Google announced the brand-new programming language, called “Go”. - golang.org This is a very impressive language for system researchers... more »
Tweet 0 CommentsSave Tags: other languages