Live data from Hacker News

Anyprint: use any language's print statements in Python

github.com

1–10 of 76 posts

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

#4
Makes all these valid in Python:

    printf("printf %d\n", 10);

    fmt.Println("hello")

    cout 
Really funny, including the testimonials:

> Anyprint has many glowing reviews from its many satisfied users: > > * "omg pls" > * "what is wrong with you" > * "That's stupid and not useful." > * "Please add my testimonial: "very accurate testimonials"." > * "kragniz, please stop writing questionable python metamodules :v"

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

#6
Why stop at print statements? After all if you find yourself successfully using the print statement from some other language, you might accidentally also use its if, for loop, file handling and class declaration constructs among many others. Who's looking out for those people? This is just the beginning!
Post reply on HN