I'm not sure this is a great idea.

Syntax-wise, Elm records aren't different that much from JSON. But in terms
of semantics, they can store any Elm value, which includes functions and
other things that can't be serialized well.

At the end of the day, an Elm record is just a mapping from names to
values, whose names are known at compile time. So it shouldn't be too hard
to make that work in other languages.

On Mon, Aug 1, 2016 at 12:28 PM, suttlecommakevin <
[email protected]> wrote:

> http://elm-lang.org/docs/records
>
> Much in the same spirit as EDN, Datomic, Ion, etc., would it make sense to
> enable non-Elm programs to describe data in Elm Record format?
> The simplicity and readability offer so many advantages.
>
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to