<doesntgolf>
hello! just out of curiousity, in the stdlib docs, when a parameter ends in ` = seq`, I think it means that param has a default value, but is "seq" short for something in this case?
<SeanTAllen>
that doesnt sound right
<SeanTAllen>
do you have a link that i can check out doesntgolf ?
<SeanTAllen>
here's the signature for the constructor for example: new create(from: ByteSeq box, jit: Bool = true)
<SeanTAllen>
doesntgolf: would you be up to opening an issue for default args showing up as "= seq" instead of correct value in generated documentation?
<doesntgolf>
sure! do the docs have their own repo or are they built out of the main pony repo?
<SeanTAllen>
built out of the main pony repo: ponyc
<SeanTAllen>
thank you!
<doesntgolf>
no prob! thanks for the quick help! i'm trying to make a little lisp interpreter to learn pony, and it's been very enjoyable so far :)
<SeanTAllen>
awesome
<SeanTAllen>
there's also a slack channel that has more activity now than this IRC channel doesntgolf, if you ever need help and there's no one here.
<doesntgolf>
sounds good, I'll hop over there. thanks for the pointer!