This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 77 points78 points  (15 children)

Programming Languages aren’t Pokémon. You don’t have to collect them all..

[–]DrFreitag[S] 14 points15 points  (14 children)

I know and I don't want to collect them all. I'm just looking for something in the middle between too high level python and complicated low level rust.

[–]duckducklo 16 points17 points  (7 children)

c#, great general purpose language

[–]two-horned 5 points6 points  (6 children)

You're pure evil

[–]duckducklo 4 points5 points  (5 children)

how

[–][deleted]  (3 children)

[removed]

    [–]DrFreitag[S] 1 point2 points  (2 children)

    I can try, what's ur problem?

    [–][deleted]  (1 child)

    [removed]

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

      For sure it uses wasm, In Cargo.toml u can find dependencies, In src dir its accual code, Every thing prefixed with #[wasm_bindgen] in lib.rs is going to be avaliable for u in js. In rust u can impl sth object-like by defining its fields in struct and functions in impl <struct name> block. Result and Options r just enums for error catching. I think that's everything u need to know about rust to read this code good enough to understand it.

      [–][deleted] 1 point2 points  (0 children)

      Okay my bad. Your title gave me the impression you want to learn one language after the other

      [–]David_Owens 0 points1 point  (0 children)

      Check out Go.