tscho has quit [Read error: Connection reset by peer]
tscho has joined #ponylang
ShalokShalom_ is now known as ShalokShalom
BUD1 has joined #ponylang
BUD1 has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
Matthias247 has joined #ponylang
jemc_ has joined #ponylang
samuell has joined #ponylang
samuell has quit [Client Quit]
Praetonus has joined #ponylang
endformationage has joined #ponylang
<SeanTAllen>
jemc_: is ponycc in a place where we could start writing documentation generation tools using it?
<jemc_>
SeanTAllen: I think the main thing you'd be missing is the relationship between types - ponycc doesn't yet do any type resolution, or traits processing
<jemc_>
in ponyc terms, the `sugar` pass is still in progress
<jemc_>
after that, the `import`, `names` and `traits` pass would still need to happen before the AST is in the same state it is for the `docgen` pass of `ponyc`
<jemc_>
now that the lambda/array inference PR is finally winding down, I'm finally turning my attention back to ponycc
jemc_ is now known as jemc
<SeanTAllen>
awesome
<SeanTAllen>
im starting to think about documentation generation again
<SeanTAllen>
in particular how we can have nicer doc gen that would allow us to host a site while documentation for pony libraries.
<SeanTAllen>
and then hooking all that into the starter-kit i started last night
<jemc>
I will definitely keep you in the loop about ponycc progress
<SeanTAllen>
awesome thanks
<jemc>
not having array inference was turning out to be a big syntax pain point in AST building