mmhelloworld
HomePostsTagsAbout
Home
Posts
Tags
About
Type a keyword to search posts
Marimuthu Madasamy

Marimuthu Madasamy

The Joy of Programming!

9 Posts

Tags

JVM(7)Idris(6)Java(5)Frege(2)Android(1)Haskell(1)Nashorn(1)GHCJS(1)

Posts

2024(1)
  • Idris JVM 0.7.0 Release
2021(1)
  • Idris 2 Initial Release 0.2.1 for the JVM
2020(1)
  • Idris 2 Bootstrap Compiler on the JVM with a JVM backend
2018(1)
  • Idris JVM: Automated FFI with null safety and exception handling
2017(2)
  • Idris JVM: Guarding against Java null using Maybe type
  • Introducing Idris on the JVM and an Idris Android example
2016(1)
  • Haskell on the JVM via GHCJS and Nashorn
2014(1)
  • Frege: Record accessors and mutators
2013(1)
  • Frege: Hello Java

Tag: Java(5 posts)

All Posts

2024-07-15836 words5 min read

Idris JVM 0.7.0 Release

Happy to announce Idris JVM 0.7.0 release! In addition to enabling Idris 0.7.0 features for the JVM backend, this release also includes:

more...
IdrisJVMJava
2018-02-111529 words8 min read

Idris JVM: Automated FFI with null safety and exception handling

Idris JVM backend has supported foreign function calls for some time now. For example, to invoke parseInt method on java.lang.Integer class,

more...
IdrisJVMJava
2017-01-10312 words2 min read

Idris JVM: Guarding against Java null using Maybe type

Idris JVM now helps avoiding nulls getting into Idris from FFI calls using Maybe type. FFI declarations can have Maybe type in any argument position or in…

more...
IdrisJVMJava
2017-01-061671 words9 min read

Introducing Idris on the JVM and an Idris Android example

Idris on the JVM! Yes, a dependently typed language on the JVM! I have been working on a JVM bytecode backend for Idris for the past few months and it is…

more...
IdrisJVMJavaAndroid
2013-07-101364 words7 min read

Frege: Hello Java

Here is a small code demonstrating Java interoperability in Frege:

more...
FregeJava
Marimuthu Madasamy

Marimuthu Madasamy

The Joy of Programming!

9 Posts

Tags

JVM(7)Idris(6)Java(5)Frege(2)Android(1)Haskell(1)Nashorn(1)GHCJS(1)

Posts

2024(1)
  • Idris JVM 0.7.0 Release
2021(1)
  • Idris 2 Initial Release 0.2.1 for the JVM
2020(1)
  • Idris 2 Bootstrap Compiler on the JVM with a JVM backend
2018(1)
  • Idris JVM: Automated FFI with null safety and exception handling
2017(2)
  • Idris JVM: Guarding against Java null using Maybe type
  • Introducing Idris on the JVM and an Idris Android example
2016(1)
  • Haskell on the JVM via GHCJS and Nashorn
2014(1)
  • Frege: Record accessors and mutators
2013(1)
  • Frege: Hello Java
9 posts
© 2013 - 2026 Marimuthu Madasamy
HomePostsTagsAbout