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 ported this library from an earlier scheme library which made use of a global var e. This is used as a counter in forward-mode and reverse-mode. This can be refactored so that the state isn't global and works with concurrent code.
It should require passing the state locally when calling a function that uses forward or reverse mode.
The text was updated successfully, but these errors were encountered:
paul-english
changed the title
Avoid mutable global atom in main namespace
Avoid mutable global atom in core namespace
Nov 3, 2014
I ported this library from an earlier scheme library which made use of a global var
e
. This is used as a counter inforward-mode
andreverse-mode
. This can be refactored so that the state isn't global and works with concurrent code.It should require passing the state locally when calling a function that uses forward or reverse mode.
The text was updated successfully, but these errors were encountered: