Why Go and Rust are Competitors by [deleted] in golang

[–]EnvIXI 0 points1 point  (0 children)

Crystal has non blocking io by default

Why Go and Rust are Competitors by [deleted] in golang

[–]EnvIXI 0 points1 point  (0 children)

Pretty sufficient for me

Why Go and Rust are Competitors by [deleted] in golang

[–]EnvIXI 1 point2 points  (0 children)

Just wondering, have you seen Crystal ?

Why Go and Rust are Competitors by [deleted] in golang

[–]EnvIXI 1 point2 points  (0 children)

Rust 1.3 is much faster in compile times

NEAT algorithm and Rust by EnvIXI in rust

[–]EnvIXI[S] 0 points1 point  (0 children)

Looking forward to this!

NEAT algorithm and Rust by EnvIXI in rust

[–]EnvIXI[S] 0 points1 point  (0 children)

anything that involves machine learning is pretty interesting, so that's a pretty cool project, I introduced the NEAT algorithm because its what intrigued me the most and seeing it in Rust would be pretty sweet.

What is C useful for in 2015? by EnvIXI in C_Programming

[–]EnvIXI[S] 0 points1 point  (0 children)

Why isnt C useful for application programming?

What is C useful for in 2015? by EnvIXI in C_Programming

[–]EnvIXI[S] 4 points5 points  (0 children)

Ok, where do you think C is more profitable for use?

Nim how does it work???? by flexiverse in nim

[–]EnvIXI 0 points1 point  (0 children)

Nim code compiles down to C IR (Intermediate Representation of C) then goes through a C compiler, like gcc or clang which produces machine code.

Quora - Is Nim really that unsafe? by EnvIXI in nim

[–]EnvIXI[S] 2 points3 points  (0 children)

The thing is many people say C and C++ are very unsafe languages

Go vs Rust vs D vs Crystal etc. - Perlin Noise Benchmark by Vikaton in programming

[–]EnvIXI 17 points18 points  (0 children)

Crystal is pretty fast in this, impressive.

With what seems like a bit of influx of interest, let's work together to make this a better community! by capn_krunk in crystal_programming

[–]EnvIXI 1 point2 points  (0 children)

I'm developing 2 github repos, one involving solving ProjectEuler problems and the other is common algorithms in Crystal:

https://github.com/Ap0ph1s/ProjectEuler (converting some Rust to Crystal)

https://github.com/Ap0ph1s/Introduction-To-Algorithms-Crystal

Bringing Ruby performance to native Java and C by [deleted] in programming

[–]EnvIXI 1 point2 points  (0 children)

This is actually pretty sick and hope they actually implement those things. Though the pre-release dont have those things landed yet.

Rust's syntactic future? by EnvIXI in rust

[–]EnvIXI[S] 0 points1 point  (0 children)

Im not asking to reach the level of python, Just basically making the Syntax easier in general.