what’s the ideal behavior for cell=
to determine which symbols should be treated as referring to cells? seems like it’s just ignoring locals, clojure core symbols, and special symbols?
there’s a number of ways that could produce unexpected results
I was thinking of doing something that tries to resolve the symbol in the current namespace to check if it’s a cell and if it’s a local variable from a let, then having it do the check at runtime
@smith.adriane https://github.com/hoplon/javelin/pull/40 I've got this PR (not mine) working on the JVM
and there's a pretty good description there
awesome! i’ll check it out
wait that's the wrong link
Fixed it, off by one error 🙂
Awesome, thanks!
works for me!
Not saying this actually should make it into javelin (it can always just be renamed in ns
, but I really like the names new names micha gives to formula-of/formulet in the clj version I sent last night https://github.com/hoplon/javelin/pull/40
* The "formula-of" and "formulet" macros are now aliased to "fn=" and
"let=", respectively, to save some typing and also it looks cool.
Im all for it!
looks like a good PR, needs a rebase now tho