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

i like the rust page example…

  use std;
  import std::io;

  fn main() {
    for i in [1, 2, 3] {
      io::println(#fmt("hello %d\n", i));
    }
  }
here’s what the Raku site should look like:

  say “hello $_” for ^3


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

Search: