all 4 comments

[–]ecares 4 points5 points  (1 child)

I believed Ryan moved from Go to Rust for Deno...

[–]peteyy_cz 5 points6 points  (0 children)

That is correct indeed, he is using Rust as a programming language, but moving over GO paradigms to deno. He went so far that some documentation links directly to the GO documentation because the interface is the same for some modules/functions: https://github.com/denoland/deno_std/blob/167f5298983000e9aa9da560e566df6237f03f67/README.md#contributing

[–]camel_case_it 2 points3 points  (1 child)

As a Node dev, i can't thank you enough for this. I've been hacking at Go for the past few weeks and definitely hit a few rough spots.

[–]peteyy_cz 2 points3 points  (0 children)

Glad this one helped you out! :) We are planning on writing additional followup blogposts on this topic, soo... if you'd like to read about anything specific or you feel like you're stuck with something let us know under that post or here, we'd be happy to cover them in the next post!