hi<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Well, in theory you can of course easily use anything that can be linked<br>from C. So typically, if language X can produce a dll or lib that can be
<br>linked into using C conventions then you are pretty much set up. But...<br>the question in this case is - what do you want *to do*?<br><br>Plugins are typically used when:<br><br>1. Performance is critical (C being faster for low level stuff when you
<br>know what to do with your bits and bytes)<br>2. There is a library written in C (or similar) you want to hook into.<br>3. You want to make calls into the OS, which typically also means<br>interfacing with C libraries - so it is actually the same reason as #2
<br>above.</blockquote><div><br>
<br>
The answer is 2! I have a library written in python and I want to use it from Squeak.<br>
&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Now... why would you then want to use Python? And why do you want to<br>make a plugin? If you explain that then we can answer ypu better. :)
</blockquote><div><br>
<br>
I want to use Python because my code is in python. <br>
&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">regards, Göran<br><br></blockquote></div><br>
thanks,<br>
&nbsp; nelson<br>