Languages

Packt Hub gives you the latest programming languages news. Whether you’re looking to learn more about the latest Python updates or looking for Java tutorials, we have you covered.

Libc++ 9 releases with explicit support for WebAssembly System Interface (WASI)

0
On Friday, Libc++ version 9 was released; libc++ is an implementation of the C++ standard library, targeting C++11, C++14 and above. Libc++ 9 is...

Listen: How ActiveState is tackling “dependency hell” by providing enterprise-level support for open source...

0
"Open source back in the late nineties - and even throughout the 2000s - was really hard to use," ActiveState CEO Bart Copeland says....
Rusted chain

A Cargo vulnerability in Rust 1.25 and prior makes it ignore the package key...

0
Yesterday, the Rust team shared that a Cargo vulnerability confuses the older versions of Cargo making them ignore the new package rename feature and...
Golden pipes going to oil refinery

Rust 1.38 releases with pipelined compilation for better parallelism while building a multi-crate project

0
After releasing Rust 1.37 last month, the Rust team announced the release of Rust 1.38 yesterday. This version supports pipelined rustc compilation, an extended...
announcement

Mypy 0.730 releases with more precise error locations, display error codes and more!

0
Yesterday the Mypy team uploaded mypy 0.730 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes...
Releasing a lamp

Nim 1.0 releases with improved library, backward compatibility and more

0
Yesterday, the team at Nim announced Nim version 1.0, a general-purpose, compiled programming language that focuses on efficiency, readability and flexibility. Major changes in Nim...
Application security

How Quarkus brings Java into the modern world of enterprise tech

0
What is old is new again, even - and maybe especially - in the world of technology. To name a few milestones that are...
Dart hits version 2.0

Dart 2.5 releases with the preview of ML complete, the dart:ffi foreign function interface...

0
Last week, Michael Thomsen, the Project Manager for Dart announced the stable release of Dart 2.5 SDK (Software Development Kit). This release includes two...
Library shelves

Microsoft open-sources its C++ Standard Library (STL) used by MSVC tool-chain and Visual Studio

0
Last week, Microsoft open-sourced its implementation of the C++ Standard Library, also known as STL. The library is shipped along with MSVC (Microsoft Visual...
5 Python blog posts to boost your skills

LLVM’s Clang 9.0 to ship with experimental support for OpenCL C++17, asm goto initial...

0
The stable release of LLVM 9.0 is expected to come in the next few weeks along with subprojects like Clang 9.0. As per the...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews