Live data from Hacker News

Viewing profile — mmhelloworld

mmhelloworld

HN member
Joined
Sat, Nov 09, 2013, 10:35 PM UTC
HN karma
8
Public activity
4 items

About mmhelloworld

Programming languages enthusiast. Interested in Idris, Haskell, Java, TypeScript currently.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. 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…