[elm-discuss] Re: Linear algebra for 2d geometry?

2017-05-11 Thread Ian Mackenzie
On Tuesday, 9 May 2017 05:25:11 UTC-4, Rupert Smith wrote: > > Thanks for this explanation. Also, I did say in my OP that performance was > not such an important issue for me, as I am only rendering a relatively > static diagram that does not have a huge number of elements in it. I should > also

[elm-discuss] Re: Best practices to create examples for an elm package?

2017-05-11 Thread Eric G
On Thursday, May 11, 2017 at 10:49:17 AM UTC-4, Jakub Hampl wrote: > > In elm-visualisation I use option #3 but build things into a /docs > directory that github serves. This is done via > https://github.com/gampleman/elm-example-publisher, which has a UI > somewhat resembling bl.ocks.org > S

[elm-discuss] Re: Best practices to create examples for an elm package?

2017-05-11 Thread Jakub Hampl
In elm-visualisation I use option #3 but build things into a /docs directory that github serves. This is done via https://github.com/gampleman/elm-example-publisher, which has a UI somewhat resembling bl.ocks.org On Monday, 8 May 2017 04:58:26 UTC+1, Matthieu Pizenberg wrote: > > Exploring a bi

[elm-discuss] Re: How would you code a search in Elm?

2017-05-11 Thread 'Rupert Smith' via Elm Discuss
On Wednesday, May 10, 2017 at 5:07:29 PM UTC+1, Rupert Smith wrote: > > By search, I mean a backtracking search over a 'graph' of possibilities. > > There is a well-known pretty printing library by Joh Hughes. It is for > Haskell but can be made to work on ML style languages by introducing some >