pythontutor-dev / pythontutor

11 stars 4 forks source link

idea for visualizing functional programming better in Python, JS, etc. #63

Open pgbovine opened 5 years ago

pgbovine commented 5 years ago

If there's a non-user function on the stack (e.g., map, foreach, etc.) followed by a user-written function, then also display the non-user function (which we would normally ignore) because that might help illustrate functional programming constructs better