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
I was testing anonymous functions in the console the other day, and wanted to invoke one in the console. (def () -> string 'foo')() should parse. [def () -> string 'foo'][0]() does parse, and works as expected.
The text was updated successfully, but these errors were encountered:
I was testing anonymous functions in the console the other day, and wanted to invoke one in the console.
(def () -> string 'foo')()
should parse.[def () -> string 'foo'][0]()
does parse, and works as expected.The text was updated successfully, but these errors were encountered: