Fork me on GitHub
#fulcro
<
2017-12-17
>
thosmos00:12:11

@wilkerlucio Yeah, I would imagine it's a lot of work for an as of yet unknown value

wilkerlucio00:12:27

I get unconfortable about the possible ambiguous cases, how to make sure something is an ident and not data?

wilkerlucio00:12:40

currently an ident is defined by: a vector of 2 elements, whre the first is a keyword

wilkerlucio00:12:08

in practice I didn't got bitten by that, but I imagine if the ident gets expanded, we also expand of chance of confusing idents with values