NativeBoost

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

NativeBoost

rochi
Hi everybody! 
I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an official wiki and I am interested in finding more information about it. Can you help me please? Thanks!! 
Best Regards
Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

Camillo Bruni-3
If you do not have an image yet, fetch one here:

        https://ci.inria.fr/rmod/job/NativeBoost/

and run it with a VM from here:

        http://files.pharo.org/vm/pharo

Then there are a couple of helpful examples on the class side of NBBasicExamples
that might help you to get started. I do not remember, but there was also a in-image
help ready to work.

let me know if that helped?

On 2013-04-25, at 19:28, Rocio Amaya <[hidden email]> wrote:
> Hi everybody!
> I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an
> official wiki and I am interested in finding more information about it. Can
> you help me please? Thanks!!
> Best Regards


Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

Igor Stasenko
On 25 April 2013 20:21, Camillo Bruni <[hidden email]> wrote:

> If you do not have an image yet, fetch one here:
>
>         https://ci.inria.fr/rmod/job/NativeBoost/
>
> and run it with a VM from here:
>
>         http://files.pharo.org/vm/pharo
>
> Then there are a couple of helpful examples on the class side of NBBasicExamples
> that might help you to get started. I do not remember, but there was also a in-image
> help ready to work.
>

Help is in separate package, which not loaded by default.
You can find it in NB repository
(http://www.smalltalkhub.com/#!/~Pharo/NativeBoost)

But due to bugs in markdown parser, it is parsed incorrectly and shows
wrong contents
if opened with help browser.
So, right now you can browse the help classes and read things there,
until i will find time
to look at parser to fix it (or find someone who understands better
what's wrong there).


> let me know if that helped?
>
> On 2013-04-25, at 19:28, Rocio Amaya <[hidden email]> wrote:
>> Hi everybody!
>> I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an
>> official wiki and I am interested in finding more information about it. Can
>> you help me please? Thanks!!
>> Best Regards
>
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

Guillermo Polito
In reply to this post by rochi
Acordate de avisar que estas interesada en FFI y crear bindings automaticos... Porque la discusión se puede ir a la mierda con temas complejos (NativeBoost es para tirar assembler on the fly, y vos queres algo de mucho mas alto nivel :P)


On Thu, Apr 25, 2013 at 7:28 PM, Rocio Amaya <[hidden email]> wrote:
Hi everybody! 
I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an official wiki and I am interested in finding more information about it. Can you help me please? Thanks!! 
Best Regards

Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

Guillermo Polito
Oups, better translate to english :).

Actually, Rocio is interested in making FFI bindings with NativeBoost, and creating them automatically. So the whole NativeBoost is a piece of big beast for what she needs :).

Guille


On Fri, Apr 26, 2013 at 10:04 AM, Guillermo Polito <[hidden email]> wrote:
Acordate de avisar que estas interesada en FFI y crear bindings automaticos... Porque la discusión se puede ir a la mierda con temas complejos (NativeBoost es para tirar assembler on the fly, y vos queres algo de mucho mas alto nivel :P)


On Thu, Apr 25, 2013 at 7:28 PM, Rocio Amaya <[hidden email]> wrote:
Hi everybody! 
I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an official wiki and I am interested in finding more information about it. Can you help me please? Thanks!! 
Best Regards


Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

EstebanLM
In reply to this post by Guillermo Polito
bueno, pero tiene una parte de FFI que es bastante facilota :)

On Apr 26, 2013, at 10:04 AM, Guillermo Polito <[hidden email]> wrote:

Acordate de avisar que estas interesada en FFI y crear bindings automaticos... Porque la discusión se puede ir a la mierda con temas complejos (NativeBoost es para tirar assembler on the fly, y vos queres algo de mucho mas alto nivel :P)


On Thu, Apr 25, 2013 at 7:28 PM, Rocio Amaya <[hidden email]> wrote:
Hi everybody! 
I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an official wiki and I am interested in finding more information about it. Can you help me please? Thanks!! 
Best Regards


Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

Igor Stasenko
In reply to this post by Guillermo Polito
On 26 April 2013 10:06, Guillermo Polito <[hidden email]> wrote:
> Oups, better translate to english :).
>
> Actually, Rocio is interested in making FFI bindings with NativeBoost, and
> creating them automatically. So the whole NativeBoost is a piece of big
> beast for what she needs :).
>
Then i think it worth taking a look on TalkFFI:
http://www.smalltalkhub.com/#!/~CipT/TalkFFI

> Guille
>
>
> On Fri, Apr 26, 2013 at 10:04 AM, Guillermo Polito
> <[hidden email]> wrote:
>>
>> Acordate de avisar que estas interesada en FFI y crear bindings
>> automaticos... Porque la discusión se puede ir a la mierda con temas
>> complejos (NativeBoost es para tirar assembler on the fly, y vos queres algo
>> de mucho mas alto nivel :P)
>>
>>
>> On Thu, Apr 25, 2013 at 7:28 PM, Rocio Amaya <[hidden email]> wrote:
>>>
>>> Hi everybody!
>>> I´m Rocio. I´m new and I´m learning   NatiBoost, also I´m reading an
>>> official wiki and I am interested in finding more information about it. Can
>>> you help me please? Thanks!!
>>> Best Regards
>>
>>
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost

rochi
In reply to this post by rochi

Thank you all for the help! :)
Best Regards.