Yarn

Recent twts in reply to #4jsfxfa

@eldersnake@we.loveprivacy.club It is a joke.

$ mkdir foo && cd foo
$ cargo init
     Created binary (application) package
$ cargo run
   Compiling ach v0.1.0 (/tmp/tmp/ach)
    Finished dev [unoptimized + debuginfo] target(s) in 1.17s
     Running `target/debug/ach`
Hello, world!
$ cat src/main.rs
fn main() {
    println!("Hello, world!");
}
$

(Yes, a “hello world” is the default code created by cargo init.)

⤋ Read More

@movq@www.uninformativ.de LOL, well that is much more reasonable 😄

But yeah @prologic@twtxt.net, I am finally just starting to learn Go actually. It’s surprised me, from what I’ve seen, how simple some things can be on the web development side. For example something like the Gin web framework (example), things are happening in less boilerplate than often what I’ve seen in PHP frameworks etc which I didn’t expect.

⤋ Read More

Participate

Login to join in on this yarn.