From: Nick B. <ni...@mi...> - 2005-03-12 12:35:01
|
SML.NET is integrated into Visual Studio (and so too are F# and even Haskell now). http://www.cl.cam.ac.uk/Research/TSG/SMLNET/ You can write mixed-language projects (e.g. SML/C#/VB, which is particularly handy if you want to use the visual designers to generate C# for a GUI with SML logic behind). You get syntax highlighting, bracket matching, continuous syntax and type-checking, you can hover over expressions and patterns to see their type, Intellisense completion on both .NET and SML libraries, source code debugging (set breakpoints, step through mixed-language code, examine bindings, etc.).=20 It's also worth remembering that, way back in the last century, Harlequin's now-defunct MLWorks system had an ML-specific development environment with some pretty nice features. Nick -----Original Message----- From: sml...@li... [mailto:sml...@li...] On Behalf Of Alexandre Sent: 11 March 2005 20:52 To: sml...@li...; sml...@li... Subject: [Sml-implementers] SML IDE as language promotion Dear subscribers, I just re-read article "Why no one use functional languages" (you can =20 find it here: =20 http://homepages.inf.ed.ac.uk/wadler/papers/sigplan-why/sigplan-=20 why.ps). At that article you might notice absolutely fair notice about tools (no one will encouraged to use new language without good tools). I hope you will agree, that IDE is really useful and important tool, but I can't =20 find such a tool for an SML. There is Eclipse development for Haskell, =20 OCaml (which actually has already they own native IDE), but not for =20 SML, while there are so many implementations and developers of SML =20 Language. Don't you think that such a good tools will "promote" language and =20 probably gives more "forces" (people) for the language? What about some type of collaboration to bring new developer tools to =20 the users? Regards, /Alexandre. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick _______________________________________________ Sml-implementers mailing list Sml...@li... https://lists.sourceforge.net/lists/listinfo/sml-implementers |