Slashdot Mirror


User: hamfed

hamfed's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Intrigued? on Developing Applications With Objective Caml · · Score: 1

    People interested in OCaml may want to check out Nemerle (http://nemerle.org). Like OCaml, it offers type inference and both functional & object-oriented features. However, since it is built for the .NET platform you can take advantage of the .NET BCL (as well as third-party .NET assemblies). Note that it supports both Microsoft and FOSS .NET implementations.