FFI and Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

FFI and Pharo

Alexandre Bergel-4
Hi All,

I was wondering whether the FFI is included in the Pharo VM. Is there  
an easy way to check this?

Regards,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: FFI and Pharo

Mariano Martinez Peck
Hi!

Smalltalk listLoadedModules
SmalltalkImage current listLoadedModules

To load FFI package:

ScriptLoader loadFFI.

Cheers,

Mariano

On Wed, Apr 22, 2009 at 6:42 AM, Alexandre Bergel <[hidden email]> wrote:
Hi All,

I was wondering whether the FFI is included in the Pharo VM. Is there
an easy way to check this?

Regards,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: FFI and Pharo

Alexandre Bergel
Excellent, it works like a charm.

Thanks Mariano

Cheers,
Alexandre

On 22 Apr 2009, at 15:34, Mariano Martinez Peck wrote:

> Hi!
>
> Smalltalk listLoadedModules
> SmalltalkImage current listLoadedModules
>
> To load FFI package:
>
> ScriptLoader loadFFI.
>
> Cheers,
>
> Mariano
>
> On Wed, Apr 22, 2009 at 6:42 AM, Alexandre Bergel <[hidden email]
> > wrote:
> Hi All,
>
> I was wondering whether the FFI is included in the Pharo VM. Is there
> an easy way to check this?
>
> Regards,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: FFI and Pharo

Mariano Martinez Peck


On Wed, Apr 22, 2009 at 12:50 PM, Alexandre Bergel <[hidden email]> wrote:
Excellent, it works like a charm.

hahaha . I just entered here: http://code.google.com/p/pharo/wiki/CodeSnippets
to add them there and I saw they were already  :)

What I don't know is if there is a difference between Smalltalk listLoadedModules and
SmalltalkImage current listLoadedModules

Cheers,

Mariano
 

Thanks Mariano

Cheers,
Alexandre

On 22 Apr 2009, at 15:34, Mariano Martinez Peck wrote:

> Hi!
>
> Smalltalk listLoadedModules
> SmalltalkImage current listLoadedModules
>
> To load FFI package:
>
> ScriptLoader loadFFI.
>
> Cheers,
>
> Mariano
>
> On Wed, Apr 22, 2009 at 6:42 AM, Alexandre Bergel <[hidden email]
> > wrote:
> Hi All,
>
> I was wondering whether the FFI is included in the Pharo VM. Is there
> an easy way to check this?
>
> Regards,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: FFI and Pharo

Alexandre Bergel
;-)


On 22 Apr 2009, at 16:45, Mariano Martinez Peck wrote:

>
>
> On Wed, Apr 22, 2009 at 12:50 PM, Alexandre Bergel <[hidden email]
> > wrote:
> Excellent, it works like a charm.
>
> hahaha . I just entered here: http://code.google.com/p/pharo/wiki/CodeSnippets
> to add them there and I saw they were already  :)
>
> What I don't know is if there is a difference between Smalltalk  
> listLoadedModules and
> SmalltalkImage current listLoadedModules
>
> Cheers,
>
> Mariano
>
>
> Thanks Mariano
>
> Cheers,
> Alexandre
>
> On 22 Apr 2009, at 15:34, Mariano Martinez Peck wrote:
>
> > Hi!
> >
> > Smalltalk listLoadedModules
> > SmalltalkImage current listLoadedModules
> >
> > To load FFI package:
> >
> > ScriptLoader loadFFI.
> >
> > Cheers,
> >
> > Mariano
> >
> > On Wed, Apr 22, 2009 at 6:42 AM, Alexandre Bergel <[hidden email]
> > > wrote:
> > Hi All,
> >
> > I was wondering whether the FFI is included in the Pharo VM. Is  
> there
> > an easy way to check this?
> >
> > Regards,
> > Alexandre
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: FFI and Pharo

Stéphane Ducasse
In reply to this post by Mariano Martinez Peck
can you add that to the wiki :)

Stef

On Apr 22, 2009, at 3:34 PM, Mariano Martinez Peck wrote:

> Hi!
>
> Smalltalk listLoadedModules
> SmalltalkImage current listLoadedModules
>
> To load FFI package:
>
> ScriptLoader loadFFI.
>
> Cheers,
>
> Mariano
>
> On Wed, Apr 22, 2009 at 6:42 AM, Alexandre Bergel <[hidden email]
> > wrote:
> Hi All,
>
> I was wondering whether the FFI is included in the Pharo VM. Is there
> an easy way to check this?
>
> Regards,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: FFI and Pharo

Alexandre Bergel
has been done already

Alexandre


On 23 Apr 2009, at 09:46, Stéphane Ducasse wrote:

> can you add that to the wiki :)
>
> Stef
>
> On Apr 22, 2009, at 3:34 PM, Mariano Martinez Peck wrote:
>
>> Hi!
>>
>> Smalltalk listLoadedModules
>> SmalltalkImage current listLoadedModules
>>
>> To load FFI package:
>>
>> ScriptLoader loadFFI.
>>
>> Cheers,
>>
>> Mariano
>>
>> On Wed, Apr 22, 2009 at 6:42 AM, Alexandre Bergel <[hidden email]
>>> wrote:
>> Hi All,
>>
>> I was wondering whether the FFI is included in the Pharo VM. Is there
>> an easy way to check this?
>>
>> Regards,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project