We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
This should work pkg install rust cargo install deno
Oct 4 '20
have you tried building it yourself
Oct 3 '20
So the major blocker is diesel
Oct 1 '20
Syntax highlighting maybe syntect
found it docs.rs/ructe/0.12.0/ructe/
Sep 27 '20
macros can have a public api like this. It doesn't look too h...
Sep 20 '20
why are you using global mutable state? the scan_page could j...
Sep 8 '20
github.com/diesel-rs/diesel/blob/m... 😆 8.5K lines. did you ...
Sep 2 '20
You are right. my definition is wrong. Lets add Inheritance a...
Aug 20 '20
Objects storing references to each other. No clear ownership...
As soon as you modified a variable, everything you ever gave...
Aug 19 '20
You can modify an immutable data structure, you'll just end ...
pub struct Immut<T>(T); impl<T> std::ops::Deref f...
fixed problems with default args. I am not saying this is a v...
Aug 16 '20
default args playground link regarding impl I wou...
Aug 15 '20
find item by predicate and count occurrences. in more gene...
Also would be interesting to see how easy it is to paralleliz...
Aug 1 '20
match looks nicer atleast to me and also reduces the number o...
Jul 31 '20
replace &Vec<String> with &[String] autocomplet...
All 19 comments
Deno might not kill Node, but something else
This should work pkg install rust cargo install deno
Deno might not kill Node, but something else
have you tried building it yourself
Crystal Review
So the major blocker is diesel
Crystal Review
Syntax highlighting maybe syntect
A win for dynamic typing?
found it docs.rs/ructe/0.12.0/ructe/
A win for dynamic typing?
macros can have a public api like this. It doesn't look too h...
Scraping DEV to measure your post quality
why are you using global mutable state? the scan_page could j...
Evidence of Crystal's power
github.com/diesel-rs/diesel/blob/m... 😆 8.5K lines. did you ...
What does OOP mean to you?
You are right. my definition is wrong. Lets add Inheritance a...
What does OOP mean to you?
Objects storing references to each other. No clear ownership...
Why I don't believe in pure functional programming anymore
As soon as you modified a variable, everything you ever gave...
Why I don't believe in pure functional programming anymore
You can modify an immutable data structure, you'll just end ...
Why I don't believe in pure functional programming anymore
pub struct Immut<T>(T); impl<T> std::ops::Deref f...
Rust Review
fixed problems with default args. I am not saying this is a v...
Rust Review
default args playground link regarding impl I wou...
Rust Review
find item by predicate and count occurrences. in more gene...
CLI autocompletion algorithm in Rust
Also would be interesting to see how easy it is to paralleliz...
CLI autocompletion algorithm in Rust
match looks nicer atleast to me and also reduces the number o...
CLI autocompletion algorithm in Rust
replace &Vec<String> with &[String] autocomplet...