Re: Re: Re: why is it so quiet in here?
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Lenard Lindstrom wrote: >>> This discussion makes me ask how well Prothon can be embedded in >>> other applications. I do not remember the topic ever being >>> mentioned. Can Prothon be easily integrated into external >>> applications? How will these applications access Prothon objects? >> >> I haven't addressed it at all. Is this important? >> > It depends on how wide a user base you want. C-Python was designed to > be embedded. It is part of the email client I am using. It has also > been > used as a web browser scripting language when it was more secure. But > if Prothon is intended to be a top-level language only then it is not > important. I will think about this after we freeze the language features and we move on to performance and the C api. I doubt any language features would affect this.