You should have received a mail from my partner. I hope that helped you.
2018-01-15 17:40 GMT-03:00 Steven Costiou :
> Hi, thanks for the info :)
>
> Is your version for pharo 6.0 somewhere i can download it ?
>
>
>
> Steven.
>
>
>
> Le 2018-01-15 19:17, alvaro piorno a écrit :
>
> Hi,
> A friend
On Mon, Jan 22, 2018 at 6:17 AM Marcus Denker
wrote:
> Inria RMoD are looking for a full-time engineer for helping with
> developing Pharo in the context of IoT. The focus of this job is "Pharo on
> embedded and mobile devices for the internet of things"
>
> With Pharo, we have developed over the
Hi Peter.
Calypso is modular but maybe not in the parts which you need.
There are two core packages which are not related to the "Smalltalk
navigation":
- navigation model based on first class queries.
- UI components for possible browsers
And I imagine how I would use them in particular busines
>
>
> Ok so we redid everything in parallel. Too bad anyway I will continue
> and my changes are in my clone.
Ok. At least we converge :) I thought I explained it in the book.
> I will update the booklet once I get it.
Cool. I’ll join soon.
Cheers,
Cédrick
Side note: I like to extract clas
Just change the subject to discuss on one point.
=> How make workflow application (in one image) delegate activation (and/or
subworkflow) to another image.
>> Yes sure. But at this is an important requirement for me, I prefer to
>> talk about it first :)
>
> Distributed systems design is a di
Yes, I was considering this in the context of some approximation
algorithms. Maybe one of the VM experts here could comment on the
possibility to implement that?
Am .01.2018, 10:00 Uhr, schrieb Serge Stinckwich
:
On Mon, Jan 15, 2018 at 12:27 PM, Steffen Märcker wrote:
Hi,
is there
Hi!
this is straightforward with Transducers, e.g.,
(Take n: 5) <~ #(1 2 3 4 5 6 7 8).
or
#(1 2 3 4 5 6 7 8) transduce take: 5.
The different primitives like take, drop, map, filter, etc. are composable
and do not generate intermediate representations.
The bad news are, that the Pharo por
yes, we need composition to avoid API explosion (things are already very bad in
this respect)
> On 22 Jan 2018, at 10:38, Guillermo Polito wrote:
>
> In most collection libraries I know there is the "take" function coming from
> the functional world that does that:
>
> #(1 2 3 4 5 6 7 8) take
In most collection libraries I know there is the "take" function coming
from the functional world that does that:
#(1 2 3 4 5 6 7 8) take: 5
=> #(1 2 3 4 5)
#(1 2 3 4) take: 5
=> #(1 2 3 4)
Now, I understand there are two different things in here.
- First is the fact that we would like to a
Inria RMoD are looking for a full-time engineer for helping with developing
Pharo in the context of IoT. The focus of this job is "Pharo on embedded and
mobile devices for the internet of things"
With Pharo, we have developed over the last two years an interactive, remote
development environmen
10 matches
Mail list logo