Introduction to the Pony programming language
41–50 of 77 posts
Re: Introduction to the Pony programming language
#42I was surprised to see such a long intro to a new language without any code samples. Did I miss something?
Re: Introduction to the Pony programming language
#43When people say this, do they mean that it's compiled to assembly? So what's native about it is the instruction set, yes?
Re: Introduction to the Pony programming language
#44> it's compiled to efficient native code When people say this, do they mean that it's compiled to assembly? So what's native about it is the instruction set, yes?
Re: Introduction to the Pony programming language
#45> "A programming language is just another tool. It's not about syntax. It's not about expressiveness. It's not about paradigms or models. It's about managing hard problems." —Sylvan Clebsch, creator of Pony Well, isn't that a zero content statement? Sure, if you can't help in managing problems (and hard problems) the language is not that good. But I'd argue a language succeeds or fails in helping you manage problems…
Re: Introduction to the Pony programming language
#46Earlier quoted context omitted.
The website does not show any code in the first or second page. Only a cheatsheet after 3 clicks - which is a pdf.
You'd be looking for the tutorial: https://tutorial.ponylang.org/
Re: Introduction to the Pony programming language
#47Earlier quoted context omitted.
You'd be looking for the tutorial: https://tutorial.ponylang.org/
I'm on mobile and I don't see any code or links to code. Is it different on desktop?
https://tutorial.ponylang.org/getting-started/hello-world.ht...
Re: Introduction to the Pony programming language
#48Earlier quoted context omitted.
I'm on mobile and I don't see any code or links to code. Is it different on desktop?
interesting. do you see code on mobile when you visit: https://tutorial.ponylang.org/getting-started/hello-world.ht...
Re: Introduction to the Pony programming language
#49Earlier quoted context omitted.
interesting. do you see code on mobile when you visit: https://tutorial.ponylang.org/getting-started/hello-world.ht...
Yep! I suppose I didn't notice the hamburger navigation at the top left.
Re: Introduction to the Pony programming language
#50Hi all, In addition to being the submitter, I'm also the author and a member of the Pony core team. I'll check the comments here from time to time and answer what I can.
I know it's kind of stupid, but relying on such a huge behemoth was my biggest turnoff.