Viewing profile — mmhelloworld
mmhelloworld
HN member- Joined
- Sat, Nov 09, 2013, 10:35 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mmhelloworld
Programming languages enthusiast. Interested in Idris, Haskell, Java, TypeScript currently.
Recent public activity
- story
-
comment
Comment #34964534
This file https://github.com/mmhelloworld/idris-jvm/blob/main/libs/bas... demonstrates how the interop looks like currently. The `%foreign` directive takes an FFI descriptor to tal…
-
comment
Comment #34964516
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 lo…
-
comment
Comment #34964405
Hello, I am the author of Idris JVM. Thank you for your feedback. I will update the README to include a link for JVM interop. For now, this file https://github.com/mmhelloworld/idr…