Re: compilation pragmas?

2019-05-29 Thread Massimiliano Gubinelli
Hi Nala, > On 29. May 2019, at 18:16, Nala Ginrut wrote: > > Hi Massimiliano! > Could you show some code to elaborate on your idea? It's too vague to > understand by a pure text description. > Sorry, let me explain by pointing to the code I was referring to: in

Re: compilation pragmas?

2019-05-29 Thread Nala Ginrut
Hi Massimiliano! Could you show some code to elaborate on your idea? It's too vague to understand by a pure text description. Thanks! On Wed, May 29, 2019 at 8:43 PM Massimiliano Gubinelli wrote: > > Hello, > I noticed that the Tree IL compiler uses an ad-hoc code to check if some > symbol is

compilation pragmas?

2019-05-29 Thread Massimiliano Gubinelli
Hello, I noticed that the Tree IL compiler uses an ad-hoc code to check if some symbol is dynamically defined by GOOPS, intercepting calls to the toplevel-define! function which introduces just a new definition in the current module. In TeXmacs we need some similar dynamics definition