val point = x ! ("path") point >> ("ping 1") point >> ("ping 2")
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Galder,Good to know that the Scala Verticle idea is still alive, didn't know about Slim Ourtani efforts, seems that it uses a very "scala idiomatic" api design with things like:val point = x ! ("path") point >> ("ping 1") point >> ("ping 2")
Currently i am working with the Stuart effort, migrating it to vert.x 2.0.I move from 39 compile errors to 18 errors, most of them because of vert.x 2 api breaks.While i was fixing this project, i had to look a lot inside the new vertx 2.0 so no matter if we continue with @stuart or @slim , that small experience can help.Since you started with @slim project and i started with @stuart, i think we have to coordinate efforts in one single project to make it successful.
On Friday, May 24, 2013 at 1:07 PM, Pid wrote:
*Nicolás Meléndez*
///"People Over Processes"//"Working Software Over Documentation"//"Responding to change over following a Plan"///Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
On Friday, May 24, 2013 at 9:55 AM, Galder Zamarreño wrote:
Hi all,First of all, a little info about myself for those that don't know
me. I'm Galder Zamarreño, founder and lead of Escalante, a Scala
i didn't know of Slim's work either but when i saw the examples is more or less the interface i had in mind. i think many of his work could be merged into Stuart effort, which even when many of the scala devs dont find it quite idiomatic its a good idea and i vote to keep it that way, because its easy to follow or mirror the official language mod and on top of that we could add all of the scala goodies like Galder suggests.by the way i am not fan of any arbitrary operators either and if any of them make it through, a named method counter part should be provided too.
Have you guys heard? Apparently there's this new technology called
"instant messaging", you should try it some-time! ;)
On 15/06/13 20:27, Ranie Jade Ramiso wrote:
> Got it, thanks!
>
> *________________________________________________________________*
> *
> *
> *Ranie Jade Ramiso <raniejaderamiso.com>*
> *Software Engineer | Opensource Enthusiast | Professional Slacker *
> *Twitter <https://twitter.com/raniejade> |
> Facebook<http://www.facebook.com/72878331c221485527705ba87e511306>|
> Github <https://github.com/raniejade>*
> *___________________________________________________________________________
> *
>
>
> On Sun, Jun 16, 2013 at 3:25 AM, Nicolas Melendez <nfmel...@gmail.com>wrote:
>
>> Ready, i sent to you.
>>
>> *Nicol�s Mel�ndez*
>> *Software Engineer*
>>
>> Twitter: @nfmelendez
>> Blog: http://blog.melendez.com.ar/
>> Github: https://github.com/nfmelendez
>> Linkedin: http://ar.linkedin.com/in/nicolasmelendez
>> *
>> *
>>
>>
>> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>>
>> On Saturday, June 15, 2013 at 3:41 PM, Ranie Jade Ramiso wrote:
>>
>> Okay, will do. Thanks!
>>
>> *________________________________________________________________*
>> *
>> *
>> *Ranie Jade Ramiso <raniejaderamiso.com>*
>> *Software Engineer | Opensource Enthusiast | Professional Slacker *
>> *Twitter <https://twitter.com/raniejade> | Facebook<http://www.facebook.com/72878331c221485527705ba87e511306>|
>> Github <https://github.com/raniejade>*
>> *
>> ___________________________________________________________________________
>> *
>>
>>
>> On Sun, Jun 16, 2013 at 2:36 AM, Nicolas Melendez <nfmel...@gmail.com>wrote:
>>
>> Ok, wait me 30 min that a make you a very detailed email about this.
>>
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> *Software Engineer*
>>
>> Twitter: @nfmelendez
>> Blog: http://blog.melendez.com.ar/
>> Github: https://github.com/nfmelendez
>> Linkedin: http://ar.linkedin.com/in/nicolasmelendez
>> *
>> *
>>
>>
>> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>>
>> On Saturday, June 15, 2013 at 2:55 PM, Ranie Jade Ramiso wrote:
>>
>> Thanks! Just forked the https://github.com/ScalaVertx/mod-lang-scala,
>> I'll see what I can do.
>>
>> *________________________________________________________________*
>> *
>> *
>> *Ranie Jade Ramiso <raniejaderamiso.com>*
>> *Software Engineer | Opensource Enthusiast | Professional Slacker *
>> *Twitter <https://twitter.com/raniejade> | Facebook<http://www.facebook.com/72878331c221485527705ba87e511306>|
>> Github <https://github.com/raniejade>*
>> *
>> ___________________________________________________________________________
>> *
>>
>>
>> On Sun, Jun 16, 2013 at 1:43 AM, Nicolas Melendez <nfmel...@gmail.com>wrote:
>>
>> Hey Ranie, you are very welcome to help us!
>>
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> *blog.melendez.com.ar*
>> *
>> *
>> *"People Over Processes"*
>> *"Working Software Over Documentation"*
>> *"Responding to change over following a Plan"*
>> *
>> *
>>
>> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>>
>> On Thursday, June 6, 2013 at 5:20 AM, Galder Zamarre�o wrote:
>>
>>
>>
>> On Sunday, 26 May 2013 07:32:48 UTC+2, Edgar Chan wrote:
>>
>> i didn't know of Slim's work either but when i saw the examples is more or
>> less the interface i had in mind. i think many of his work could be merged
>> into Stuart effort, which even when many of the scala devs dont find it
>> quite idiomatic its a good idea and i vote to keep it that way, because its
>> easy to follow or mirror the official language mod and on top of that we
>> could add all of the scala goodies like Galder suggests.
>>
>> by the way i am not fan of any arbitrary operators either and if any of
>> them make it through, a named method counter part should be provided too.
>>
>>
>> ^ I think that's a good middle ground. Whenever we add any idiomatic call
>> (which makes sense...), we'll have a named method counter part. That gives
>> people the choice... but at the same time, we'd need to do it in a way that
>> it does not confuse people (iow, document it properly!).
>>
>>
>>
>> El s�bado, 25 de mayo de 2013 13:32:50 UTC-5, nicolas melendez escribi�:
>>
>> Sure, i sent a PR : https://github.com/vert-x/**mod-lang-scala/pull/3<https://github.com/vert-x/mod-lang-scala/pull/3>
>>
>> Now the project is compiling, also another commiter helped me @edgarchan<https://github.com/edgarchan> thanks
>> to him.
>>
>> After this pull request to kick off, every commit will be with his tests,
>> and will have all the others tests green to avoid regressions. Also the
>> examples will start to appear soon in my blog, and in the readme of the
>> project.
>>
>> Thanks.
>>
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> /blog.melendez.com.ar <http://blog.melendez.com.ar>/
>> /
>> /
>> /"People Over Processes"/
>> /"Working Software Over Documentation"/
>> /"Responding to change over following a Plan"/
>> /
>> /
>>
>> Sent with Sparrow <http://www.sparrowmailapp.**com/?sig<http://www.sparrowmailapp.com/?sig>
>> On Friday, May 24, 2013 at 9:55 AM, Galder Zamarre�o wrote:
>>
>> Hi all,
>>
>> First of all, a little info about myself for those that don't know
>> me. I'm Galder Zamarre�o, founder and lead of Escalante, a Scala
On Sunday, June 16, 2013 at 9:30 AM, Joern Bernhardt wrote:
On Sunday, June 16, 2013 12:39:23 PM UTC+2, Tim Fox wrote:Have you guys heard? Apparently there's this new technology called
"instant messaging", you should try it some-time! ;)
Yeah guys, log into Freenode IRC #vertx and discuss there. Would be nice for me to be able to read what you're up to and maybe help / discuss, too, if I find some time :)
On 15/06/13 20:27, Ranie Jade Ramiso wrote:
> Got it, thanks!
>
> *________________________________________________________________*
> *
> *
> *Ranie Jade Ramiso <raniejaderamiso.com>*
> *Software Engineer | Opensource Enthusiast | Professional Slacker *
> *Twitter <https://twitter.com/raniejade> |
> Facebook<http://www.facebook.com/72878331c221485527705ba87e511306>|
> Github <https://github.com/raniejade>*
> *___________________________________________________________________________
> *
>
>
> On Sun, Jun 16, 2013 at 3:25 AM, Nicolas Melendez <nfmel...@gmail.com>wrote:
>
>> Ready, i sent to you.
>>
>> *Nicol�s Mel�ndez*
>> *Software Engineer*
>>
>> Twitter: @nfmelendez
>> Blog: http://blog.melendez.com.ar/
>> Github: https://github.com/nfmelendez
>> Linkedin: http://ar.linkedin.com/in/nicolasmelendez
>> *
>> *
>>
>>
>> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>>
>> On Saturday, June 15, 2013 at 3:41 PM, Ranie Jade Ramiso wrote:
>>
>> Okay, will do. Thanks!
>>
>> *________________________________________________________________*
>> *
>> *
>> *Ranie Jade Ramiso <raniejaderamiso.com>*
>> *Software Engineer | Opensource Enthusiast | Professional Slacker *
>> *Twitter <https://twitter.com/raniejade> | Facebook<http://www.facebook.com/72878331c221485527705ba87e511306>|
>> Github <https://github.com/raniejade>*
>> *
>> ___________________________________________________________________________
>> *
>>
>>
>> On Sun, Jun 16, 2013 at 2:36 AM, Nicolas Melendez <nfmel...@gmail.com>wrote:
>>
>> Ok, wait me 30 min that a make you a very detailed email about this.
>>
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> *Software Engineer*
>>
>> Twitter: @nfmelendez
>> Blog: http://blog.melendez.com.ar/
>> Github: https://github.com/nfmelendez
>> Linkedin: http://ar.linkedin.com/in/nicolasmelendez
>> *
>> *
>>
>>
>> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>>
>> On Saturday, June 15, 2013 at 2:55 PM, Ranie Jade Ramiso wrote:
>>
>> Thanks! Just forked the https://github.com/ScalaVertx/mod-lang-scala,
>> I'll see what I can do.
>>
>> *________________________________________________________________*
>> *
>> *
>> *Ranie Jade Ramiso <raniejaderamiso.com>*
>> *Software Engineer | Opensource Enthusiast | Professional Slacker *
>> *Twitter <https://twitter.com/raniejade> | Facebook<http://www.facebook.com/72878331c221485527705ba87e511306>|
>> Github <https://github.com/raniejade>*
>> *
>> ___________________________________________________________________________
>> *
>>
>>
>> On Sun, Jun 16, 2013 at 1:43 AM, Nicolas Melendez <nfmel...@gmail.com>wrote:
>>
>> Hey Ranie, you are very welcome to help us!
>>
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> *blog.melendez.com.ar*
>> *
>> *
>> *"People Over Processes"*
>> *"Working Software Over Documentation"*
>> *"Responding to change over following a Plan"*
>> *
>> *
>>
>> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>>
>> On Thursday, June 6, 2013 at 5:20 AM, Galder Zamarre�o wrote:
>>
>>
>>
>> On Sunday, 26 May 2013 07:32:48 UTC+2, Edgar Chan wrote:
>>
>> i didn't know of Slim's work either but when i saw the examples is more or
>> less the interface i had in mind. i think many of his work could be merged
>> into Stuart effort, which even when many of the scala devs dont find it
>> quite idiomatic its a good idea and i vote to keep it that way, because its
>> easy to follow or mirror the official language mod and on top of that we
>> could add all of the scala goodies like Galder suggests.
>>
>> by the way i am not fan of any arbitrary operators either and if any of
>> them make it through, a named method counter part should be provided too.
>>
>>
>> ^ I think that's a good middle ground. Whenever we add any idiomatic call
>> (which makes sense...), we'll have a named method counter part. That gives
>> people the choice... but at the same time, we'd need to do it in a way that
>> it does not confuse people (iow, document it properly!).
>>
>>
>>
>> El s�bado, 25 de mayo de 2013 13:32:50 UTC-5, nicolas melendez escribi�:
>>
>> Sure, i sent a PR : https://github.com/vert-x/**mod-lang-scala/pull/3<https://github.com/vert-x/mod-lang-scala/pull/3>
>>
>> Now the project is compiling, also another commiter helped me @edgarchan<https://github.com/edgarchan> thanks
>> to him.
>>
>> After this pull request to kick off, every commit will be with his tests,
>> and will have all the others tests green to avoid regressions. Also the
>> examples will start to appear soon in my blog, and in the readme of the
>> project.
>>
>> Thanks.
>>
>> *Nicol�s Mel�ndez*
>> *Nicol�s Mel�ndez*
>> /blog.melendez.com.ar <http://blog.melendez.com.ar>/
>> /
>> /
>> /"People Over Processes"/
>> /"Working Software Over Documentation"/
>> /"Responding to change over following a Plan"/
>> /
>> /
>>
>> Sent with Sparrow <http://www.sparrowmailapp.**com/?sig<http://www.sparrowmailapp.com/?sig>
>> On Friday, May 24, 2013 at 9:55 AM, Galder Zamarre�o wrote:
>>
>> Hi all,
>>
>> First of all, a little info about myself for those that don't know
>> me. I'm Galder Zamarre�o, founder and lead of Escalante, a Scala
Yes. ScalaTest supports running tests under a junit container, probably we can use it to run integration tests.
________________________________________________________________Ranie Jade Ramiso <raniejaderamiso.com>Software Engineer | Opensource Enthusiast | Professional Slacker___________________________________________________________________________
On 19/06/2013 15:53, Edgar Chan wrote:
>
>
> El mi�rcoles, 19 de junio de 2013 09:00:45 UTC-5, Ranie Jade Ramiso
> escribi�: