From: Tim H. <ti...@cs...> - 2003-05-23 15:00:05
|
Microsoft research has an interesting new language, F#, http://research.microsoft.com/projects/ilx/fsharp.htm that looks like OCAML with Jscheme-like access to C# and .NET libraries. Like Jscheme they can't create new classes or interfaces. They need to explicitly add casting to get programs to typecheck sometimes. I haven't played with it, but it looks interesting. ---Tim--- |