1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/rust/pkg-descr
Li-Wen Hsu a7fe5ec546 Add rust 0.1, a language with a focus on memory safety and concurrency.
PR:		ports/164366
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2012-01-23 16:07:04 +00:00

9 lines
419 B
Plaintext

Rust is a curly-brace, block-structured expression language.
It visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is,
of creating and maintaining boundaries - both abstract and operational -
that preserve large-system integrity, availability and concurrency.
WWW: http://www.rust-lang.org/