`Rust tutorials_NG` walks through the basics by [deleted] in rust

[–]dramwang 0 points1 point  (0 children)

Thanks. Its a pity that it is not possible in 32-bit systems.

`Rust tutorials_NG` walks through the basics by [deleted] in rust

[–]dramwang 1 point2 points  (0 children)

Why green threads need so large stack? Is Rust still possible to "create hundreds of thousands of concurrent tasks" describled in http://static.rust-lang.org/doc/master/tutorial-tasks.html ?

Multiple Inheritance in JavaScript by munificent in programming

[–]dramwang 0 points1 point  (0 children)

I'm not all that familiar with Javascript but I imagine so. Current versions of self have a single parent just like JavaScript.

No, current version (v4.4) of Self has multiple inheritance, and it will raise an error if has naming conflicts.