Arc Forumnew | comments | leaders | submitlogin
2 points by jazzdev 4922 days ago | link | parent

I've been away from the forum (trying to get my startup launched). I'll look into the bug reports in http://arclanguage.org/item?id=12269 this week. Thanks for the bug reports, as always.

I've changed the default behavior for printing Java types that don't have a fn in writefns* -- Jarc now prints them as

  #package.class(hashCode)
It was getting annoying getting the missing writefns* messages. You can still define your own, but it doesn't pester you to do so anymore.

I'm working on a Rainbow compatibility module so that Jarc and Rainbow can share modules that call out to Java classes (like Swing and GAE datastore).