You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/evaluation.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ A Symbol is _resolved_:
35
35
. If it names a special form it is considered a special form, and must be utilized accordingly.
36
36
. If in a local scope (e.g. in a function definition or a let form), a lookup is done to see if it names a local binding (e.g. a function argument or let-bound name). If so, the value is the value of the local binding.
37
37
. A lookup is done in the current namespace to see if there is a mapping from the symbol to a var. If so, the value is the value of the binding of the var referred-to by the symbol.
38
-
. If it names a class or a mapping from symbol to class, the value is the Java class named by the symbol.
38
+
. If it names a class or a mapping from symbol to class in the current namespace, the value is the Java class named by the symbol.
39
39
. It is an error.
40
40
41
41
If a Symbol has metadata, it may be used by the compiler, but will not be part of the resulting value.
0 commit comments