caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Does Java 1.5 change its potential as a target?
@ 2003-07-13 12:26 Ryan R Newton
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan R Newton @ 2003-07-13 12:26 UTC (permalink / raw)
  To: caml-list


If the 1.5 release of the JVM will support generics and discriminated
unions, is there anything keeping it from being on par with the .NET
CLR (w/ ILX extensions) for ML implementation?  That is, can the F#
project be repeated for Java after this point?

Thanks,
  --Ryan


-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [Caml-list] Does Java 1.5 change its potential as a target?
@ 2003-07-13 19:14 Gregory Morrisett
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory Morrisett @ 2003-07-13 19:14 UTC (permalink / raw)
  To: Ryan R Newton, caml-list

>If the 1.5 release of the JVM will support generics and 
>discriminated unions, is there anything keeping it from being 
>on par with the .NET CLR (w/ ILX extensions) for ML 
>implementation?  That is, can the F# project be repeated for 
>Java after this point?

My understanding is that the JVM isn't changing, just Java.
So, for instance, generics are encoded by doing up-casts to
Object and downcasts, etc.  So, we won't be any better off
trying to do F# on the JVM than we are today.  

-Greg

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-13 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13 12:26 [Caml-list] Does Java 1.5 change its potential as a target? Ryan R Newton
2003-07-13 19:14 Gregory Morrisett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).