 
      
    | You are here | mtlynch.io | ||
| | | | | mitchellh.com | |
| | | | | ||
| | | | | avestura.dev | |
| | | | | What are the problems of C, and how Zig addresses them? | |
| | | | | ciesie.com | |
| | | | | Today I've played around with Zig, the new, hip (is it hip?) programming language. I find it pretty neat. I'm going to walk you (and myself) through my first, very short, piece of code. Below you can see the entirety of it. It basically allocates a 2MB buffer and reads a file into it... Yep, not particularly impressive, but this is a judgment free, learning zone, ok?! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 const std = @import("std"); const warn = @import("std"). | |
| | | | | www.cosive.com | |
| | | The Rust programming language sent ripples through the programming community when it was first released in 2015, promising the blazing speed of lower-level programming languages without the accompanying sharp edges. Four and a half years on, many programmers still view Rust with a mix of intrigue and trepidation due to its appealing premise and notoriously difficult learning curve. We sat down with one of Cosive's Senior Developers, Sid Odgers, to talk about why he believes more programmers should take the plunge and learn Rust. | ||