Remove c
article thumbnail

Where programming languages are headed in 2020

O'Reilly

As we enter a new decade, we asked programming experts?—including Binder, she notes, “was widely used last year for teaching workshops and tutorials at many Python conferences.” We checked in with Jim Blandy , coauthor of Programming Rust , to see how his vision of Rust’s progress changed over the course of 2019.

article thumbnail

cppfront: Spring update

Sutter's Mill

These contributors represent people from high school and undergrad students to full professors, from commercial developers to conference speakers, and from every continent except Antarctica. Thank you again to everyone who helped land this Cpp2 feature in the ISO C++ Standard. Rejects nonsense chains like a >= b < c and d !=

C++ 97
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

USENIX LISA 2018: CFP Now Open

Brendan Gregg

USENIX’s LISA conference is the premier event for topics in production system engineering. Another exciting change for 2018: LISA is now a 3-day event, rather than 6 days; check out the Announcement of Changes to Future LISA Conferences for more details. Join us for 3 days in Nashville at LISA'18. Photo by Perry Kivolowitz.

DevOps 43
article thumbnail

The Speed of Time

Brendan Gregg

Was there some other program consuming CPU, like a misbehaving Ubuntu service that wasn't in CentOS? As (C) looked like a kernel rebuild, I started with (D) and (E). ## 5. I also rewrote this in C and called gettimeofday(2) directly: $ cat gettimeofdaybench.c. top(1) showed that only the Cassandra database was consuming CPU.

Speed 126
article thumbnail

USENIX LISA 2018: CFP Now Open

Brendan Gregg

USENIX’s LISA conference is the premier event for topics in production system engineering. Another exciting change for 2018: LISA is now a 3-day event, rather than 6 days; check out the Announcement of Changes to Future LISA Conferences for more details. Join us for 3 days in Nashville at LISA'18. Photo by Perry Kivolowitz.

DevOps 40
article thumbnail

What Adrian Did Next?—?Part 2?—?Sun Microsystems

Adrian Cockcroft

I was mostly coding in C, tuning FORTRAN, and when I needed to do a lot of data analysis of benchmark results used the S-PLUS statistics language, that is the predecessor to R. Rich Pettit is one of the best programmers I ever met. I had attended these events when I was based in the UK, but became one of the organizers.

Tuning 52
article thumbnail

HTTP/3 From A To Z: Core Concepts (Part 1)

Smashing Magazine

You may have read some blog posts or heard conference talks on this topic and think you know the answers. It combines decades of deployment experience and best practices of TCP with some core new features. For example, if we have files A, B, and C, we would have three TCP connections. Robin Marx. For HTTP/1.1,