Re: Problem with cmods
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmpx4nGUdjuz=LZuWLdsp_g9hj5ZFmcu_PCNhp3FW55mvw@mail.gmail.com> |
On Tue, Mar 25, 2014 at 5:38 PM, Christian Toepp <[email protected]> wrote: > On 25.03.2014 07:34, Chris Angelico wrote: >> What you've done there is create a class named PikeTest, and if that's >> in PikeTest.cmod, you'll have a class called PikeTest.PikeTest. Try >> instantiating that: >> >> write(PikeTest.PikeTest()->func("foo")); > > Oh, thats all? Thank you very much. My pleasure! CMOD is to Pike what Cython is to Python. And some day, I have to give Cython a try. ChrisA