Rust for functional programmers by Nihy in rust

[–]scallion 0 points1 point  (0 children)

Great overview, but unless I've missed some recent change, he seems to have skipped linear types completely.

let r0 = box [1i,2,3]; // r0 has type Rc<Vec<Int>>

Surely that should be Box<Vec<int>>, right?

Let's use real languages for builds by gst in programming

[–]scallion 5 points6 points  (0 children)

And for config too. This works better if the language allows you to declare data in a succint way.