<div dir="ltr"><div>Thanks IOhannes, awesome response.</div><div>Agree that it looks good on the eye with that format.</div><div><br></div><div>Ta,</div><div><br></div><div>J.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 10 May 2019 at 11:45, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 5/10/19 11:49 AM, Julian Brooks wrote:<br>
> Hi all,<br>
> <br>
> Is there a reason to not make use of a full stop in a namespace?<br>
> E.G. [julianslib.dac~]?<br>
> <br>
<br>
a) there's no such a thing as a "namespace" in Pd.<br>
b) the closest we have to namespaces is just filesystem-layout, meaning<br>
you get a directory "julianslib/" and therein a file "dac~".<br>
this magically gives you an automatic namespace separator "/" (as in<br>
[julianslib/dac~])<br>
c) directories are a nice way to keep contents of a folder managable.<br>
it's usually easier to navigate an extra/ folder that contains (among<br>
other things) a "julianslib" and a "zexy" directory (each containing<br>
>100 library objects), instead of 100 julianslib.* files and another 120<br>
zexy.* files.<br>
you can of course put the "julianslib.*" files into the "julianslib/"<br>
directory, thus forcing the user to use both [declare -path julianslib]<br>
*and* a namespaced objectname.<br>
d) when using single-object-per-binary externals (e.g.<br>
julianslib.dac~.pd_linux), you need to take special care to construct a<br>
proper entry-point symbol ("setup_julianslib0x2edac_tilde")<br>
<br>
apart from that, i don't think there are any obstacles.<br>
it certainly looks nice.<br>
<br>
gsmdar<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>