Hacker News new | ask | show | jobs
by joamag 1091 days ago
GitHub repo here https://github.com/joamag/boytacean
1 comments

Gonna dig this. Cool. Why Rust btw?
Mostly because:

1- Elegant programming language

2- It's fast, like native fast :)

3- Memory safety features

4- Web Assembly (WASM) target

Most emus i found are in C. Writing it in Rust is a good way to learn the lang too i guess, it's become quite a popular lang lately, unexpectedly for me.