Switch language한국어
Back to the list

One year of Roto, a compiled scripting language for Rust | Hacker News

TL;DR AI

Key summary

2 min read
  1. Roto is already being used in real workloads, such as filtering updates in a BGP collector.

  2. Maintainers say benchmarking is still limited, and there is more optimization work to do.

  3. Current results show Roto beating Lua on naive Fibonacci and Iocaine, and roughly matching it on string-heavy code.

  4. Its biggest weakness is list access, which is much slower because each access crosses into Rust and takes a mutex.

Read the original