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

It's a bit snarky, but would you rather write FORTH then? So instead of

     draw(line.start, line.end);
     print(i, round(a / b));
you'd write

    line.start, line.end |> draw;
    i, a, b |> div |> round |> print;


Still too much syntax for a Forth. It should be

    line.start line.end draw
    i a b div round print




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

Search: