#as 0.10.0 was out, is anyone working on the writing of `Root Source File` section?

1 messages · Page 1 of 1 (latest)

ocean hazel
#

as 0.10.0 was out, is anyone working on the writing of Root Source File section?

nova stag
#

I'd assume not, there isn't very much focus on documentation by the core team atm

low badger
#

What information would you be looking for? (I could have a go at starting the section to get the ball rolling)

ocean hazel
#

thanks for the replies from you all.
to be honest, i dont know what to ask.

maybe the magic pub fns in the root file like log, panic or io_mode, and others i'm not aware of.
i could have dived deeper into the source code.

#

after wrote some shared libraries for lua in zig, i'm now much desired to learn
about the missing doc about TODO talk about C ABI interop, and i can not find any
materials talking about this topic, but i should ask it in another thread apparently.

low badger
#

in the meantime, for magic pub decls, you can grep through the stdlib for @hasDecl(root

ocean hazel
#

nice tip, i'll make use of it