Urgent.News

What's breaking now, across thousands of outlets.

Tech

Canonical is Funding a PhD to Automate C to Rust Translation

An anonymous reader shared this report from the blog It's FOSS: Canonical has committed funding to a three-year PhD project focused on building a system that can automatically translate large C codebases into Rust. And they are not alone; UK Research and Innovation is matching their funding for the project, which is set to run through the University of Bristol's Programming Languages Research…

We haven't written up this one. Slashdot has the full story — the link below goes straight to it.

Read the original at developers.slashdot.org →

More in Tech

Leetcode 41 : First Missing Positive Integer

Question : Given an unsorted integer array, find the smallest missing positive integer. Example : Input: [1,2,0] Output: 3 Input: [3,4,-1,1] Output: 2 Input: [7,8,9,11,12] Output: 1 Idea : In 1st…

More from Sunday 23 August →