• úvod
  • témata
  • události
  • tržiště
  • diskuze
  • nástěnka
  • přihlásit
    registrace
    ztracené heslo?
    SPIRALIRust - Programovací jazyk

    A language empowering everyone to build reliable and efficient software.

    The Rust Programming Language - The Rust Programming Language
    The book of Rust
    Idiomatic rust
    GitHub - usagi/rust-memory-container-cs: Rust Memory Container Cheat-sheet
    Memory container cheat sheet
    rozbalit záhlaví
    KEJML
    KEJML --- ---
    Fish byl přepsán autory to Rustu. Celkem jsou spokojeni:

    Fish 4.0: The Fish Of Theseus
    https://fishshell.com/blog/rustport/
    SPIKE411
    SPIKE411 --- ---
    Making Unsafe Rust a Little Safer: Tools for Verifying Unsafe Code, Including Libraries in C and C++
    https://blog.colinbreck.com/making-unsafe-rust-a-little-safer-tools-for-verifying-unsafe-code/
    XCHAOS
    XCHAOS --- ---
    GitHub - RustPython/RustPython: A Python Interpreter written in Rust
    https://github.com/RustPython/RustPython
    XCHAOS
    XCHAOS --- ---
    Verify the Rust's Standard Library's 7,500 Unsafe Functions - and Win 'Financial Rewards' - Slashdot
    https://developers.slashdot.org/story/24/11/23/2327203/verify-the-rusts-standard-librarys-7500-unsafe-functions---and-win-financial-rewards
    SPIKE411
    SPIKE411 --- ---
    Rust Foundation moves forward on C++ and Rust interoperability | InfoWorld
    https://www.infoworld.com/article/3606753/rust-foundation-moves-forward-on-c-and-rust-interoperability.html
    VESELYSKEPTIK
    VESELYSKEPTIK --- ---
    THEON: + Asi první volba, pokud je omezená RAM.
    THEON
    THEON --- ---
    JON: Je na to od začátku navržená, hlavně co se týče API. Ze zkušenosti můžu říct, že se "z nuly" do projektu integruje fakt zdaleka nejpříjemněji že všech ostatních jazyků co jsem zkoušel takhle použít :)
    SPIKE411
    SPIKE411 --- ---
    JON: Nejsem v tom moc kovaný, jiní už to jinde sepsali určitě lépe, ale a) je to malý (na disku, v paměti), b) je to (celkem) rychlý, c) snadno se to lepí s C, d) je to přenositelný.
    Ale je to dynamicky typované a indexuje od 1, což určitě většinu programátorů nakrkne. :)
    Plus je tam nějaká potíž, že z nějakého důvodu jsou všichni zaseklí na implementaci PUC Lua 5.1, přičemž už je 5.4 a v základní knihovně přibylo celkem dost zajímavých věcí (třeba ohledně manipulací s bity nebo řetězci bajtů).

    Já se s tím potkávám, protože různé smart home systémy to používají pro rozšiřující moduly, skriptování (Control4, FIBARO, LogicMachine, nově Ekinex Delégo a asi další).
    JON
    JON --- ---
    SPIKE411: umel bys shrnout, proc zrovna lua je tak oblibena jako skriptovaci jazyk pro zabudovani do jinych produktu? mas s tim nejakou zkusenost, nebo je to ciste zajimavost?
    SPIKE411
    SPIKE411 --- ---
    SPIKE411
    SPIKE411 --- ---
    Preface - Build a Lua Interpreter in Rust
    https://wubingzheng.github.io/build-lua-in-rust/en/

    GitHub - eatonphil/lust: A parser, compiler, and virtual machine evaluator for a minimal subset of Lua; written from scratch in Rust.
    https://github.com/eatonphil/lust
    Writing a minimal Lua implementation with a virtual machine from scratch in Rust | notes.eatonphil.com
    https://notes.eatonphil.com/lua-in-rust.html

    GitHub - kyren/piccolo: An experimental stackless Lua VM implemented in pure Rust
    https://github.com/kyren/piccolo
    https://crates.io/crates/piccolo
    piccolo — Rust-lang // Lib.rs
    https://lib.rs/crates/piccolo

    GitHub - danii/hematita: A memory safe Lua interpreter
    https://github.com/danii/hematita
    https://crates.io/crates/hematita
    Hematita — Rust-lang // Lib.rs
    https://lib.rs/crates/hematita

    GitHub - Auxnon/silt-lua
    https://github.com/auxnon/silt-lua
    https://crates.io/crates/silt-lua
    Silt-Lua — Rust utility // Lib.rs
    https://lib.rs/crates/silt-lua

    Nesouvisející s Rustem, ale může taky sloužit jako inspirace:
    Building the fastest Lua interpreter.. automatically! |
    https://sillycross.github.io/2022/11/22/2022-11-22/
    Building a baseline JIT for Lua automatically |
    https://sillycross.github.io/2023/05/12/2023-05-12/
    GitHub - luajit-remake/luajit-remake: An ongoing attempt to re-engineer LuaJIT from scratch
    https://github.com/luajit-remake/luajit-remake
    SPIKE411
    SPIKE411 --- ---
    Nine Rules for Running Rust on WASM WASI | by Carl M. Kadie | Sep, 2024 | Towards Data Science
    https://towardsdatascience.com/nine-rules-for-running-rust-on-wasm-wasi-550cd14c252a

    Nine Rules for Running Rust in the Browser | by Carl M. Kadie | Oct, 2024 | Towards Data Science
    https://towardsdatascience.com/nine-rules-for-running-rust-in-the-browser-8228353649d1

    Master Embedded Development with Rust and no_std | Towards Data Science
    https://towardsdatascience.com/nine-rules-for-running-rust-on-embedded-systems-b0c247ee877e
    NYX
    NYX --- ---
    AXTHEB: Tak ted uz pouzivam :) A jestli funguje jak slibujou uvidime.
    SPIKE411
    SPIKE411 --- ---
    Let’s build and optimize a Rust extension for Python
    https://pythonspeed.com/articles/intro-rust-python-extensions/
    SPIKE411
    SPIKE411 --- ---
    Are we GUI yet?
    https://areweguiyet.com/

    The state of building user interfaces in Rust.
    REDGUY
    REDGUY --- ---
    XCHAOS: Hele, co myslis tou "ofiko dokumentaci"? Protoze Rust The Language treba ty reference a pointery vysvetluje dost dobre.
    XCHAOS
    XCHAOS --- ---
    BONEFLUTE: no, zjistit, jestli nějaké volání dopadlo nebo je skutečně hodně běžný postup. do tohohle proniknu, to problém nebude....
    Kliknutím sem můžete změnit nastavení reklam