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

Neat, the macros even work:

  (->> "you"
    strings.ToUpper
    (fmt.Sprintf "hi %s"))

   (doto "hi"
    fmt.Println
    fmt.Println
    fmt.Println)


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

Search: