jemc changed the topic of #ponylang to: Welcome! Please check out our Code of Conduct => https://github.com/ponylang/ponyc/blob/master/CODE_OF_CONDUCT.md | Public IRC logs are available => http://irclog.whitequark.org/ponylang | Please consider participating in our mailing lists => https://pony.groups.io/g/pony
Praetonus has quit [Quit: Leaving]
gokr has quit [Ping timeout: 240 seconds]
<Pyrrh> SeanTAllen: sorry, was afk. About to head to dinner, will ping you when I'm back
codec2 has quit [Read error: Connection reset by peer]
jemc has quit [Ping timeout: 248 seconds]
dipin has quit [Quit: dipin]
winksaville has quit [Quit: Page closed]
HarryHaaren has quit [Quit: bye all]
jemc has joined #ponylang
dipin has joined #ponylang
dipin has quit [Client Quit]
jemc has quit [Ping timeout: 252 seconds]
khan has joined #ponylang
jemc has joined #ponylang
khan has quit [Ping timeout: 248 seconds]
khan has joined #ponylang
jemc has quit [Ping timeout: 256 seconds]
dipin has joined #ponylang
gokr has joined #ponylang
dipin has quit [Quit: dipin]
khan has quit [Quit: khan]
<Candle> Where can I find documentation about the various integer conversions and their behaviour; i.e. U128.u32() probably truncates to the lowest 32 bits; U32.i32() when the U32 is greater than 2^31; I64.i32() can just truncate (and therefore have some off behaviour WRT the sign bit!) or can try to preserve the sign.
<Candle> How is the pony-ast comming along (I want to use it to re-vamp the auto-generated docs with things like a summary, sorting of fields/methods -- and write it in pony, it seems a little odd to have that in C)
gokr has quit [Ping timeout: 240 seconds]
samuell has joined #ponylang
gokr has joined #ponylang
codec1 has joined #ponylang
khan_ has joined #ponylang
<SeanTAllen> Candle: I don't believe the truncation is commented on anywhere. That would end up being platform specific (little vs big endian). It's an interesting topic. I would say "package level documentation" would the right place to document but those are all in the magic "builtin" package which complicates it a little. Would you be interested in documenting? At the moment, when we cant figure out where to add something it
<SeanTAllen> ends up in the Appendix of the Tutorial until such time as we have a good place for it.
<SeanTAllen> Re: Pony-ast. That's a question for jemc. My basic statement would be that Pony in Pony is a long term project and that waiting for it to make changes to auto-generated docs means you are going to be waiting a long time. If you feel the changes are important, I'd seriously consider doing in C. If you are interested in working on the autogenerated docs, there's a number of areas of improvement that could make it
<SeanTAllen> much more flexible to work with. In particular, right now, we generate docs in a format that mkdocs can immediately consume. Having C code that generates an intermediate format that you could be turned into other formats would go a long way to making things better. Then, rather than worrying about generating correct mkdocs, you worry about creating an intermediate format that makes it easy for you to write a Pony
<SeanTAllen> program to turn into mkdocs or any other format. I think that is the best way forward for now. Happy to talk more about that if you are interested.
<codec1> Hi, since there are a few people around here with probably a good knowledge of Pony I would like to ask if you know other languages similar to Pony that are not purely academical?
<codec1> And by similar to Pony I mean a statically typed language with emphasis on correctness
<codec1> From somewhat mainstream languages I think Swift and Rust may be part of that category, but white strike me is that this category of languages is rather empty and I find that weird
<codec1> So am I just plain wrong? or what are your thoughts on that ?
<SeanTAllen> codec1: thats a rather open question. "emphasis on correctness" is very open to interpretation. as is "academic".
<SeanTAllen> I think it would be far to say that there are a number of "new" languages that are interested in having the compiler help eliminate certain classes of errors that you find in other languages.
<SeanTAllen> What those errors are varies from language to language.
<SeanTAllen> Haskell, while not new, is certainly interested in this.
<SeanTAllen> Rust as you mentioned.
<SeanTAllen> Swift to an extent as well.
<codec1> I always found Haskell weird in that regards, because it has a great type system, but somehow just indexing a List with a out bound value get you a runtime error
<SeanTAllen> you get a runtime error in Pony as well. the pony compiler however, requires you to handle it. it is still, however, a runtime error.
<codec1> yes, but it is explicit and the user acknowledge it, which what I mean by emphasis on correctness
<codec1> it's like exception, I am not against them per se, but in most languages I know they can be thrown anywhere without knowing it
<codec1> and I find that in a statically typed language that kind of thing defeat (to a certain extend) the value of a static type system
<codec1> And what blows my mind that Java has checked exception but nowadays they are somewhat deprecated
<codec1> anyway, back to the original question
<codec1> from what language Pony draw inspiration?
<SeanTAllen> amongst others: ML, smalltalk, erlang, E, midori
<SeanTAllen> certainly C as well
<SeanTAllen> "inspiration" is a rather broad term. the list could go on and on.
winksaville has joined #ponylang
jemc has joined #ponylang
gokr has quit [Read error: Connection reset by peer]
jemc has quit [Ping timeout: 240 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 248 seconds]
jemc has joined #ponylang
dipin has joined #ponylang
mson has joined #ponylang
jemc has quit [Ping timeout: 248 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 260 seconds]
khan_ has quit [Quit: khan_]
dipin has quit [Quit: dipin]
HarryHaaren has joined #ponylang
mson has quit [Quit: Connection closed for inactivity]
gokr has joined #ponylang
gokr has left #ponylang [#ponylang]