Live data from Hacker News

Anyprint: use any language's print statements in Python

github.com

11–20 of 76 posts

Re: Anyprint: use any language's print statements in Python

#16

Let's hope they also add (format t "hello ~a!" name) for completeness...

They closed my issue for a clojure style

    (prn "hello world")
I was actually just looking into adding a hook for an automatic AST transformer so I could possibly call into Hylang.

Re: Anyprint: use any language's print statements in Python

#20

Ironically, what I miss most from Python is Python2's print, which for a language proud of getting rid of parenthesis, that is very contradictory....

Same here. I will probably keep using Python 2 for as long as it works... simply because I don't have to type those parentheses.
Post reply on HN