Discussion:
[elm-discuss] Looking for pretty printers written in Elm?
'Rupert Smith' via Elm Discuss
2017-07-03 16:04:49 UTC
Permalink
There is this one, which I would need to upgrade from 0.17:

http://package.elm-lang.org/packages/vilterp/elm-pretty-print/1.0.1

Any others?
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Max Goldstein
2017-07-03 17:17:22 UTC
Permalink
Can you please tell us more about what you are trying to pretty print (JSON?) and why (restraints, assumptions, etc)?
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Rupert Smith' via Elm Discuss
2017-07-03 20:06:03 UTC
Permalink
Post by Max Goldstein
Can you please tell us more about what you are trying to pretty print
(JSON?) and why (restraints, assumptions, etc)?
To begin with Java code, XML, Elm code. I do a lot of stuff with code
generators and currently use something horrible called String Template. I
want to move away from that and am considering using Elm, or perhaps Frege
or the other Haskell on JVM implementation, or Haskell, Ocaml. Doesn't need
to be too sophisticated to start with, indentation and long line breaking.
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...