Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For reference, compared with Rust:

    * Yes, with compiler plugins
    * Yes, with macros
    * Maybe. I think that you could use a compiler plugin
      to do arbitrary transformations on all the code in a
      module, but I haven't seen an implementation.
    * Yes
    * What garbage collector?
    * Yep
    * Kind of. Any method can be invoked as a function with
      the <type>::func(val, args...) syntax, but the 
      opposite's not true.
    * Check
    * Yep, via Emscripten


Rust isn't working with Emscripten yet.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: