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
A (: expr :) functional's and an anonymous function's code is EMBEDDED
inline in the enclosing function's bytecode right after the
F_FUNCTION_CONSTRUCTOR header (make_functional_funp records offset =
here into the same program; the interpreter skips the body). The view
now shows that: the constructor row gets a 'closure body follows'
tag and the body rows a purple gutter bar, computed from the header's
'Code size: N' (functionals) or decimal 'ends at N' (anonymous).
FP_LOCAL/FP_EFUN/FP_SIMUL closures have no embedded code and correctly
get no marker. Root-caused a repeat of the template-escape trap: \d in
webview code must be written doubled or the page receives a plain 'd'.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AXqX4Kf55ArA39suS9cdCv
0 commit comments