Re: Just curious: who is using Pike for what?
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmpP7jvrfOD5r6NcoF8NVZV5Eq+oc5O=mX4TPQPG1-fiHA@mail.gmail.com> |
On Tue, Dec 13, 2016 at 10:50 AM, Martin Nilsson (Coppermist) @ Pike (-) importmöte för mailinglistan <[email protected]> wrote: >>Oh wait, forgot about the Unicode module :) So, should it be a >>function, or a mapping? I'm inclined toward a mapping. >> > > My suggestion would be to generate a mapping and put it into a > pmod-file that can be dynamically loaded when used. Sure. Umm.... How do I do that? The Unicode module is a cmod; putting a pmod in the same directory doesn't work. Is there a way to put something into lib/modules and make it appear as Unicode.Data? Worst case, I guess I can make it Standards.Unicode, but the logical place for it is the top-level Unicode module. ChrisA