trueagi-io / metta-morph

Metta-morph (from Metamorphosis): Macro-based MeTTa to (Chicken) Scheme translator.
MIT License
7 stars 1 forks source link

Allow for multiple invocations of compile! rather than a single one #20

Open patham9 opened 11 months ago

patham9 commented 11 months ago

Currently only a single compile! call is supported, though can include multiple functions within the compiled code.

It should however be possible to just build and load additional .so files, the challenge though is that each references the Chicken Scheme .so files, which it seems can only be referenced once in a process. There is likely a way around this though!

Necr0x0Der commented 11 months ago

This is a good feature/issue for analyzing within #15

patham9 commented 11 months ago

I agree, #15 should be investigated first as #20 might turn out to be time-consuming.