Это видео недоступно.
Сожалеем об этом.

Type level implementation of a stack machine in Rust

Поделиться
HTML-код
  • Опубликовано: 7 июл 2024
  • In this video, we'll create a stack-based virtual machine that performs computations using the Peano representation of natural numbers. The key feature of this implementation is that it's entirely built using various Rust types and traits.
    The code for that vid is here: github.com/magniff/stack-mach...

Комментарии • 1

  • @vekaev
    @vekaev Месяц назад +1

    Super cool videos, thank you for your content. Subscribed!