{"id":3247,"date":"2023-09-29T14:58:41","date_gmt":"2023-09-29T12:58:41","guid":{"rendered":"https:\/\/wordpress.wvs-berlin.de\/?p=3247"},"modified":"2023-09-29T16:29:20","modified_gmt":"2023-09-29T14:29:20","slug":"29-9-2023","status":"publish","type":"post","link":"https:\/\/wordpress.wvs-berlin.de\/?p=3247","title":{"rendered":"29.9.2023"},"content":{"rendered":"\n<p>Felix und Angelo sind da. Wir reden \u00fcber Steam und das HPI. Herr Oppermann war auch kurz da. Felix programmiert sonst was mit <a href=\"https:\/\/de.wikipedia.org\/wiki\/Rust_(Programmiersprache)\" data-type=\"link\" data-id=\"https:\/\/de.wikipedia.org\/wiki\/Rust_(Programmiersprache)\" target=\"_blank\" rel=\"noreferrer noopener\">RUST<\/a>. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>fn main() {\n    println!(\"Hello, world!\");\n    let x = Test::V5(123);\n    let y = Test::V6(String::from(\"Angelo\"));\n    print_test(&amp;x);\n    print_test(&amp;y);\n    \n    print_test(&amp;x);\n    \n    unsafe {\n        \/\/.....\n    }\n}\nfn print_test(x:&amp;Test) {\n    println!(\"test\");\n    match x {\n        Test::V5(num) => println!(\"got a v5: {num}\"),\n        Test::V6(text) => println!(\"got a v6: \\\"{text}\\\"\")\n    }\n}\n\nenum Test {\n    V5(i32),\n    V6(String),\n}\n\n\n<\/code><\/pre>\n\n\n\n<p><a href=\"https:\/\/play.rust-lang.org\/?version=stable&amp;mode=debug&amp;edition=2021\">https:\/\/play.rust-lang.org\/?version=stable&amp;mode=debug&amp;edition=2021<\/a><\/p>\n\n\n\n<p>Hier gehts zum Problem mit LinkedLists: <a href=\"https:\/\/dev.to\/felixfaisal\/implementing-linked-list-in-rust-3and\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/dev.to\/felixfaisal\/implementing-linked-list-in-rust-3and<\/a><\/p>\n\n\n\n<p>S.a dazu auch ein Post\/Artikel im ycombinator &#8211; <a href=\"https:\/\/news.ycombinator.com\/item?id=16442743#:~:text=Yeah%2C%20a%20doubly%2Dlinked%20list,first%20program%20you%20might%20choose.\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/news.ycombinator.com\/item?id=16442743#:~:text=Yeah%2C%20a%20doubly%2Dlinked%20list,first%20program%20you%20might%20choose.<\/a><\/p>\n\n\n\n<p>Da ist dann das hier verwiesen: <a href=\"https:\/\/rust-unofficial.github.io\/too-many-lists\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/rust-unofficial.github.io\/too-many-lists\/<\/a><\/p>\n\n\n\n<p>N\u00e4chste Mal normal. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Felix und Angelo sind da. Wir reden \u00fcber Steam und das HPI. Herr Oppermann war auch kurz da. Felix programmiert sonst was mit RUST. https:\/\/play.rust-lang.org\/?version=stable&amp;mode=debug&amp;edition=2021 Hier gehts zum Problem mit LinkedLists: https:\/\/dev.to\/felixfaisal\/implementing-linked-list-in-rust-3and S.a dazu auch ein Post\/Artikel im ycombinator &#8211; https:\/\/news.ycombinator.com\/item?id=16442743#:~:text=Yeah%2C%20a%20doubly%2Dlinked%20list,first%20program%20you%20might%20choose. Da ist dann das hier verwiesen: https:\/\/rust-unofficial.github.io\/too-many-lists\/ N\u00e4chste Mal normal.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,3,7,8],"tags":[],"class_list":["post-3247","post","type-post","status-publish","format-standard","hentry","category-allgemein","category-tagesberichte","category-termine","category-tisch"],"_links":{"self":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts\/3247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3247"}],"version-history":[{"count":7,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts\/3247\/revisions"}],"predecessor-version":[{"id":3254,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts\/3247\/revisions\/3254"}],"wp:attachment":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}