mmhelloworld
Home Posts Tags About
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-15 836 words 5 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...
Idris JVM Java
2018-02-11 1529 words 8 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...
Idris JVM Java
2017-01-10 312 words 2 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...
Idris JVM Java
2017-01-06 1671 words 9 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...
Idris JVM Java Android
2013-07-10 1364 words 7 min read

Frege: Hello Java

Here is a small code demonstrating Java interoperability in Frege:

more...
Frege Java
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
Home Posts Tags About