Re: [Pharo-dev] Advent of code

2017-11-23 Thread philippe.b...@highoctane.be
I made an adventofcode channel in Discord. Time for bots... Phil On Nov 22, 2017 21:25, "Stephane Ducasse" wrote: > Ok can you put a link on the advent of code web page? > > On Wed, Nov 22, 2017 at 9:11 PM, Julien > wrote: > >> I’ll write a README with some instructions to avoid clash when mer

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Stephane Ducasse
Ok can you put a link on the advent of code web page? On Wed, Nov 22, 2017 at 9:11 PM, Julien wrote: > I’ll write a README with some instructions to avoid clash when merging > pull requests. > > For example, each participant could create a directory with its name and > put all his stuff inside i

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Julien
I’ll write a README with some instructions to avoid clash when merging pull requests. For example, each participant could create a directory with its name and put all his stuff inside it. Julien > Le 22 nov. 2017 à 21:09, Stephane Ducasse a écrit : > > Tx I forked it. > > On Wed, Nov 22, 2

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Stephane Ducasse
Tx I forked it. On Wed, Nov 22, 2017 at 5:38 PM, Julien wrote: > Ok I created one [1], maybe if multiple people are playing with me we can > gather the different solutions we get for each puzzle in this repository. > > Julien > > [1]: https://github.com/juliendelplanque/AdventOfCode2017WithPharo

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Julien
Ok I created one [1], maybe if multiple people are playing with me we can gather the different solutions we get for each puzzle in this repository. Julien [1]: https://github.com/juliendelplanque/AdventOfCode2017WithPharo > Le 22 nov. 2017 à 16:55, Stephane Ducasse a écrit : > > Julien > >

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Serge Stinckwich
On Wed, Nov 22, 2017 at 4:55 PM, Stephane Ducasse wrote: > Julien > > could you open a github project so that we can do the same as norviq? > And get a log of the problems and solution? > > ​Yes would be nice. -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for peop

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Stephane Ducasse
Julien could you open a github project so that we can do the same as norviq? And get a log of the problems and solution? Stef On Wed, Nov 22, 2017 at 2:25 PM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > BTW, the Japanese Smalltalk community is doing an advent Calendar every > year:

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Serge Stinckwich
BTW, the Japanese Smalltalk community is doing an advent Calendar every year: https://qiita.com/advent-calendar/2016/smalltalk The 2017 edition is in preparation here: https://qiita.com/advent-calendar/2017/smalltalk On Wed, Nov 22, 2017 at 1:29 PM, Stephane Ducasse wrote: > Hi pharoers > >

Re: [Pharo-dev] Advent of code

2017-11-22 Thread Julien
The 2017 version will be online on 1st December normally. I will participate for sure, I implemented some of the algorithms of 2016 versions and I’d say that Pharo is really cool to do that because of its nice Collections framework (a lot of exercises are about extracting data from/transforming

[Pharo-dev] Advent of code

2017-11-22 Thread Stephane Ducasse
Hi pharoers I would like to know if you would like to participate to http://adventofcode.com/2016 For example we could do the same as https://github.com/norvig/pytudes/blob/master/ipynb/Advent%20of%20Code.ipynb Stef