|
|
|
|
|
by mitchtbaum
3031 days ago
|
|
> in Rust Saying what language a program uses only describes its grammar and runtime. Saying what dialect a program uses also describes its idioms. https://en.wikipedia.org/wiki/Programming_idiom For (a simple) example, actix-web uses actix, a library that largely changes the nature of writing Rust code. This might be called Rust-a or Rust', or something. https://github.com/actix/actix-web My point is that Rust is a really cool language where "the(/some) (sub)community(ies)" are developing and coalescing around great libraries outside of core std, making a very* robust language, or rather robust language dialect. |
|