Arc Forumnew | comments | leaders | submitlogin
2 points by zck 4783 days ago | link | parent

I'm not an expert in making large-sized functional programs, but it seems to me that needing to update variables in functional code is a code smell. Wouldn't you be better off recursing or calling a different function at that point?