Arc Forumnew | comments | leaders | submitlogin
2 points by garply 5565 days ago | link | parent

I wrote a popnth in lib/util.arc a little while back which behaves well. Although it errors when you try to pop an empty list or a non-existent element - do you guys think it should return nil instead?