Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In the JVM backend, recursive calls are eliminated with loop. There is an option to enable trampoline for functions but I am currently working on replacing mutual recursion with loops so with that the trampoline option might be removed. As for data structures, there are Idris data structures like `List`, `SortedSet`, `SortedMap` etc. but only Idris `List` currently implements Java `List` interface.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: