C# is making its way past Java as the most popular programming language in the workplace, according to SD Times readers. While Java sits on top of the TIOBE Programming Community index for August 2015, with C# coming in at No. 4, our latest poll shows C# is the No. 1 language used in the … continue reading
Intel today released version 2016 of Parallel Studio XE. It now includes the new Intel Data Analytics Acceleration Library (DAAL), as well as full support for C++11. James Reinders, chief evangelist at Intel Software, said that the new edition can plug developers into existing workflows that might include Big Data processing systems like Hadoop. (Related: … continue reading
Google announced the release of Go 1.5 today. This new version of the programming language and its associated tooling includes many performance improvements, as well as fundamental changes to the runtime and compiler. Previously, the Go compiler and runtime included C code, but all traces of C have been expunged. The Go runtime and compiler … continue reading
Researchers from Georgia Tech have discovered an emerging class of C++ bugs, and Facebook has awarded them US$100,000 for their efforts. The bugs are rooted in a new method for identifying “bad casting” vulnerabilities in C++ programs casted dynamically or statically at runtime. The researchers, who presented their findings at the USENIX Security ’15 conference, … continue reading
The underlying theme for this year’s Android Developer Conference was cross-platform development, with even Intel getting in on the multi-OS targeting party. This was reflected in the vendors at the show today. For developers looking to deploy to Android and iOS, they have a new option: Darwino. This platform allows developers to build applications that … continue reading
Google has announced the latest release of its native app Android development environment: Android Studio 1.3. “Android Studio 1.3 is our biggest feature release for the year so far, which includes a new memory profiler, improved testing support, and full editing and debugging support for C++,” wrote Jamal Eason, product manager for Android, in a … continue reading
Devpost, the hackathon platform formerly known as ChallengePost, has released its first Student Hacker Report for the 2014-2015 academic year, ranking the most popular platforms, programming languages, APIs, libraries, frameworks and more at hackathons over the past year. The report shows Android edging out iOS 38.2% to 22.7% for the most popular mobile platform, while … continue reading
Researchers from Cornell University and the École Polytechnique de Montréal have developed a programming language designed to code behaviors for heterogeneous robot swarms. Buzz is an extensible, dynamically typed programming language defining primitive commands for self-organizing robots and swarms of robots. Developers can use the language to code behaviors both from the perspective of a … continue reading
JavaScript is empowering JavaScript to build a 3D JavaScript conceptual city. If that sounds meta, it’s because this week’s featured GitHub project, JSCity, is an implementation of the CodeCity source-code visualization environment brought to life with three.js, the popular JavaScript library enabling 3D visualizations, to illustrate facets of the JavaScript programming language as the infrastructure … continue reading
Xamarin and the Mono Project community are still working to integrate Microsoft’s open-source Roslyn compiler into Mono. In a post on his personal blog, Xamarin CTO Miguel de Icaza detailed the Xamarin and Mono efforts on two fronts: using Roslyn as Mono’s default compiler, and as its IDE engine powering code completion and refactoring. Over … continue reading
Microsoft has announced the Windows 10 Application Deployment tool (WinAppDeployCmd) in the latest release of its Windows 10 SDK preview. WinAppDeployCmd is a standalone tool designed to enable users to deploy universal Windows apps from a Windows 10 PC to a Windows 10 mobile device, according to the company. In addition, users can use it … continue reading