Re: [elm-discuss] Re: Why is ELM?

2016-06-09 Thread António Ramos
I like the idea of elm but the todo mvc example has too many lines of compared to some js frameworks like vuejs canjs and others. My goal finding other js alternatives is to also code less. Elm has many good ideas but why should i code more if i can do the same with less? 2016-05-13 17:50

Re: [elm-discuss] Re: Why is ELM?

2016-06-09 Thread António Ramos
gt;> A lot of that code could be written in a way that would minimize the >> lines of code but it hurts readability. >> >> >> >> On Thu, Jun 9, 2016 at 4:27 PM, António Ramos <ramstei...@gmail.com> >> wrote: >> >>> I like the idea of elm but the to

Re: [elm-discuss] Re: Why is ELM?

2016-06-09 Thread António Ramos
t often -- I would dare say, usually -- means making the text > of our code *longer* than it strictly needs to be. > > On Thu, Jun 9, 2016 at 8:55 AM, António Ramos <ramstei...@gmail.com> > wrote: > >> Nick, sorry to mislead you about my intentions here. >> I´m just a cur

[elm-discuss] meaning of ![] ?

2016-10-03 Thread António Ramos
hello sorry my simple question NoOp -> model ! [] what does ![] mean in the above code? regards -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email

[elm-discuss] Re: Do the same with ELM?

2016-10-20 Thread António Ramos
http://blog.krawaller.se/posts/composition-in-cyclejs-choo-react-and-angular2/ 2016-10-20 11:48 GMT+01:00 António Ramos <ramstei...@gmail.com>: > can anyone dare to code the same app in elm? > http://blog.krawaller.se/posts/composition-in-cyclejs- > choo-react-and-angular2/~

[elm-discuss] Do the same with ELM?

2016-10-20 Thread António Ramos
can anyone dare to code the same app in elm? http://blog.krawaller.se/posts/composition-in-cyclejs-choo-react-and-angular2/~ i would like to see it and learn from you guys because i just "hate" javascript... Regards António -- You received this message because you are subscribed to the Google

[elm-discuss] JSComp with elm

2016-10-20 Thread António Ramos
http://blog.krawaller.se/jscomp/index.html I see that elm has a lot more code than the others to do the same tasks. regards -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [elm-discuss] Re: Do the same with ELM?

2016-10-20 Thread António Ramos
]* > > *WaitingForConfirm ->* > *span []* > *[ button [ onClick Cancel ] [ text "Cancel" ]* > * , button [ onClick Confirm ] [ text "Confirm" ]* > *]* > *, p [] [ text (

Re: [elm-discuss] Re: Do the same with ELM?

2016-10-20 Thread António Ramos
l | state = WaitingForSubmit }* >>> >>> *Confirm ->* >>> *{ model* >>> *| state = WaitingForSubmit* >>> *, submittedValue = model.inputStr* >>> *}* >>> >>> >&g

Re: [elm-discuss] Proposal: Rename case..of -> match..with

2016-10-20 Thread António Ramos
I´m a "no Elm experience people" and i dont like "match with". to type "case of" i need 6 keystrokes(without spaces) to type "match with" i need 9 . i would prefer to remove the "of" and just leave it as "case ?!? ->" instead of "case ?!? of ->" Regards to whomever lives to type less and love

Re: [elm-discuss] Re: Inter-Component Communication in 0.17

2016-10-23 Thread António Ramos
Were does this all stand? can anyone post an example that all agree to understand the best way to Inter-Component Communication in 0.17 ?! 2016-10-22 18:26 GMT+01:00 Erik Lott : > You're such a jerk Richard :) > > > On Saturday, October 22, 2016 at 1:21:44 PM UTC-4, Richard

Re: [elm-discuss] Elm GUI component library

2016-10-24 Thread António Ramos
If you prefer js and keep the ELM architecture in your code you can try Choo framework https://github.com/yoshuawuyts/choo 2016-10-24 9:14 GMT+01:00 Witold Szczerba : > I love Elm. The problem with it is that's a niche. It is now and, sadly, > it will be :( > Last

Re: [elm-discuss] Re: using js library inside elm?

2016-10-13 Thread António Ramos
Nice. thank you. 2016-10-13 15:00 GMT+01:00 Wouter In t Velt <wouter.intv...@gmail.com>: > On Thu, Oct 13, 2016 at 5:46 AM, António Ramos <ramst...@gmail.com> wrote: >> >>> any example of calling an external js method ? >>> >> > Another example

[elm-discuss] why -> Sub msg in ports instead of Sub Msg

2016-10-13 Thread António Ramos
I would like to know why Sub msg in lowercase in above code port suggestions : (List String -> msg) -> Sub msg -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[elm-discuss] Personal trainer ?

2016-10-13 Thread António Ramos
Hello i need an "expert" elm personal trainer I´m in Portugal . the chosen one will get a week offer in

Re: [elm-discuss] Re: using js library inside elm?

2016-10-13 Thread António Ramos
6 at 5:00:47 AM UTC-4, António Ramos wrote: >> >> hello i know that i have to use ports to pass data from elm to javascript >> but if i want to call an external library method inside my elm is there a >> way to do it? >> As i load my exeternal js file before my compiled

[elm-discuss] any boilerplate of elm and cordova ?

2016-10-13 Thread António Ramos
Hi all where can i find a simple boilerplate of elm and cordova together ? Regards António -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [elm-discuss] Re: Learning Elm and feeling alone in the world

2016-10-13 Thread António Ramos
this guy is very good at it :) https://www.youtube.com/watch?v=R6vuO547DC8 2016-06-22 17:49 GMT+01:00 Joe Terry : > This is a really exciting time in the ELM community and I'm embracing the > rapid ... breaking changes ... world that we are in now ... because the > tools

Re: [elm-discuss] #PolymerSummit

2016-10-17 Thread António Ramos
sorry my lack of knowledge... after i read https://guide.elm-lang.org/reuse/ i understood that components are the same as web components and are not the path offered by elm. Also elm is an alternative to polymer/angular/vue/react and as such i dont understand why are you trying to put them

[elm-discuss] D3js for 0.17??

2016-10-17 Thread António Ramos
hello i dont find any d3js library to use with elm 0.17 Any ideas? thank you -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[elm-discuss] Offtopic Choo Framework

2016-10-17 Thread António Ramos
Hello guys just trying to learm Elm but its not easy. I just found this js framework https://github.com/yoshuawuyts/choo i has the same concept as TEA subscriptions , model, update and messages Maybe i just learn it too, because i just feel that going back to angular/react/vue is giving up in

Re: [elm-discuss] Re: Cell - simple web framework

2017-06-20 Thread António Ramos
where is the todo example? 2017-06-15 11:06 GMT+01:00 Simone Vittori : > Very interesting and minimalistic approach for building web apps. Thanks > for sharing, Franček! > > On Wednesday, 14 June 2017 11:42:24 UTC+1, Franček Prijatelj wrote: >> >> Hi >> >> Cell is very

Re: [elm-discuss] elm-seeds rocks!

2017-08-29 Thread António Ramos
Nice :) Sem vírus. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> 2017-08-29 20:41 GMT+01:00