Arc Forumnew | comments | leaders | submitlogin
3 points by rincewind 5943 days ago | link | parent

operator overloading! I have implemented lazy lists, but they can not be used like normal lists. I'd like to define (cdr my-lazy-list), so i can pass a lazy list to functions like keep and map1. Maybe Arc needs a real type system first.