Hi guys, I´m doing some experiments with dynamic primitives and files. Actually i am working with the socket and file plugin. (In that order of priority) Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too. Thanks, Best, Guido.
Guido Chari wrote:
Hi guys,
I´m doing some experiments with dynamic primitives and files.
Actually i am working with the socket and file plugin. (In that order of priority)
Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too.
Thanks, Best, Guido.
SmalltalkHub?
Hi Guido, You can try "Faster than Light". This is a pool connection to open multiple sockets. The project is on Smalltalkhub ( http://smalltalkhub.com/#!/~RMoD/FasterThanLight). It works with Pharo 2.0, not tested with 3.0 Olivier ;-) 2014-02-13 15:20 GMT+01:00 <btc@openinworld.com>:
Guido Chari wrote:
Hi guys,
I´m doing some experiments with dynamic primitives and files. Actually i am working with the socket and file plugin. (In that order of priority)
Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too.
Thanks, Best, Guido.
SmalltalkHub?
You can also try Faster than Light (http://www.ftlgame.com/) Its a cool game :P Ben On 14 Feb 2014, at 23:24, olivier auverlot <olivier.auverlot@gmail.com> wrote:
Hi Guido,
You can try "Faster than Light". This is a pool connection to open multiple sockets. The project is on Smalltalkhub (http://smalltalkhub.com/#!/~RMoD/FasterThanLight). It works with Pharo 2.0, not tested with 3.0
Olivier ;-)
2014-02-13 15:20 GMT+01:00 <btc@openinworld.com>: Guido Chari wrote:
Hi guys,
I´m doing some experiments with dynamic primitives and files. Actually i am working with the socket and file plugin. (In that order of priority)
Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too.
Thanks, Best, Guido.
SmalltalkHub?
On Thu, 13 Feb 2014, Guido Chari wrote:
Hi guys, I´m doing some experiments with dynamic primitives and files.Â
What's a dynamic primitive? Levente
Actually i am working with the socket and file plugin. (In that order of priority)
Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too.
Thanks, Best, Guido.
Thanks Olivier i will try with it for sure. Thanks ben! i will procrastinate with the game too :P... Levente, i'm working in a Slang compiler at language side that generates assembly that is run then with nativeboost. Then primitives could be changed, compiled individually, and run at runtime. that's what i call dynamic primitives. 2014-02-14 20:10 GMT-03:00 Levente Uzonyi <leves@elte.hu>:
On Thu, 13 Feb 2014, Guido Chari wrote:
Hi guys, I´m doing some experiments with dynamic primitives and files.
What's a dynamic primitive?
Levente
Actually i am working with the socket and file plugin. (In that order of priority)
Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too.
Thanks, Best, Guido.
On Sat, 15 Feb 2014, Guido Chari wrote:
Thanks Olivier i will try with it for sure. Thanks ben! i will procrastinate with the game too :P...
Levente, i'm working in a Slang compiler at language side that generates assembly that is run then with nativeboost. Then primitives could be changed, compiled individually, and run at runtime. that's what i call dynamic primitives.
Cool! Levente
2014-02-14 20:10 GMT-03:00 Levente Uzonyi <leves@elte.hu>: On Thu, 13 Feb 2014, Guido Chari wrote:
Hi guys, I´m doing some experiments with dynamic primitives and files.Â
What's a dynamic primitive?
Levente
Actually i am working with the socket and file plugin. (In that order of priority)
Does anyone know about an open pharo app that make heavy use of sockets (mainly creating lot) that i can borrowed (install locally) for doing serious experiments? Something with heavy used of files will help too.
Thanks, Best, Guido.
participants (5)
-
Benjamin -
btc@openinworld.com -
Guido Chari -
Levente Uzonyi -
olivier auverlot