> On 31 Jul 2024, at 14:14, Kevin Pye wrote:
> We'll keep looking at other ways of defining the objects, but thanks anyway.
> (And sorry for increasing the RakuAST work needed.)
No worries: what would help is a golf of the problem. And make that an issue
in the rakudo repo.
Liz
On Wed, 31 Jul 2024, at 19:20, Elizabeth Mattijsen wrote:
>> On 31 Jul 2024, at 06:10, Kevin Pye wrote:
>>
>> I am trying to build a replacement for the existing Physics::Constants
>> module, but running into problems when loading the pre-compiled version. I
>> want to use code like:
>>
>>
> On 31 Jul 2024, at 06:10, Kevin Pye wrote:
>
> I am trying to build a replacement for the existing Physics::Constants
> module, but running into problems when loading the pre-compiled version. I
> want to use code like:
>
> unit module Physics::Constants;
>
> use Physics::Unit;
> use Physic