Anybody tried Rust for games?

Started by
0 comments, last by Khatharr 11 years, 2 months ago

http://www.rust-lang.org/

It's still under development so I doubt it's suitable for commercial development right now, but it's stable enough that someone has written an NES emulator in it: https://github.com/pcwalton/sprocketnes

Personally, I'm really, really impressed with what I've seen of Rust. Pattern matching on algebraic data types straight from OCaml and Haskell. Built-in actor-based concurrency, an OO system based on type classes (see also Haskell), an optional GC, incapable of producing segmentation faults, excellent support of closures, and wonderful syntactic sugar that looks like it's straight from Ruby (see the example on the home page).

Lots of new languages are always emerging, and most of them are disappointing, but this is the first one I've seen that seems really promising for high-performance and yet high-level game development.

Advertisement
Still working on my DF Computer (http://dwarffortresswiki.org/index.php/v0.31:Computing) based NES emulator, but this does look interesting. Thanks for the link.
void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.

This topic is closed to new replies.

Advertisement