scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
Mozilla Public License 2.0
47 stars 2 forks source link

add internal explanatory references, e.g. raw vs evaluated forms #98

Open light-matters opened 1 month ago

light-matters commented 1 month ago

@holyjak said: Perhaps the Quickstart should be even more clear on the distinction between the "quoted / unevaluated data form" like '(Power 2 3) and the "convenience function form" of (wl/Power 2 3) (and the fact that the latter is only a thin layer over the former). Then we could also refer to that section...

holyjak commented 1 month ago

Likely we need first https://github.com/scicloj/wolframite/issues/97 to have something to link to