* F# open sourced
@ 2010-11-12 8:41 Mihamina Rakotomandimby
2010-11-12 16:04 ` [Caml-list] " Yoann Padioleau
0 siblings, 1 reply; 5+ messages in thread
From: Mihamina Rakotomandimby @ 2010-11-12 8:41 UTC (permalink / raw)
To: caml-list
Manao ahoana, Hello, Bonjour,
http://blogs.msdn.com/b/dsyme/archive/2010/11/04/announcing-the-f-compiler-library-source-code-drop.aspx
Good thing? Bad one?
(Just "Friday discussion" :-))
Misaotra, Thanks, Merci.
--
Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche & Developpement
+261 34 56 000 19
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] F# open sourced
2010-11-12 8:41 F# open sourced Mihamina Rakotomandimby
@ 2010-11-12 16:04 ` Yoann Padioleau
2010-11-12 19:23 ` Laurent Le Brun
0 siblings, 1 reply; 5+ messages in thread
From: Yoann Padioleau @ 2010-11-12 16:04 UTC (permalink / raw)
To: Mihamina Rakotomandimby; +Cc: caml-list
On Nov 12, 2010, at 12:41 AM, Mihamina Rakotomandimby wrote:
> Manao ahoana, Hello, Bonjour,
>
> http://blogs.msdn.com/b/dsyme/archive/2010/11/04/announcing-the-f-compiler-library-source-code-drop.aspx
>
> Good thing? Bad one?
I thought it was already open source ... What is new with this announcement ?
When I downloaded F# 1.9.6.2 a few months ago the source of the compiler were already in the package.
Does it work with mono ?
>
> (Just "Friday discussion" :-))
>
> Misaotra, Thanks, Merci.
>
>
> --
>
> Architecte Informatique chez Blueline/Gulfsat:
> Administration Systeme, Recherche & Developpement
> +261 34 56 000 19
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] F# open sourced
2010-11-12 16:04 ` [Caml-list] " Yoann Padioleau
@ 2010-11-12 19:23 ` Laurent Le Brun
2010-11-13 3:55 ` Yoann Padioleau
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Le Brun @ 2010-11-12 19:23 UTC (permalink / raw)
To: Yoann Padioleau; +Cc: Mihamina Rakotomandimby, caml-list
Hi,
>> http://blogs.msdn.com/b/dsyme/archive/2010/11/04/announcing-the-f-compiler-library-source-code-drop.aspx
>>
>> Good thing? Bad one?
>
> I thought it was already open source ... What is new with this announcement ?
> When I downloaded F# 1.9.6.2 a few months ago the source of the compiler were already in the package.
The source was available, but it was not under an open-source license
(it was Microsoft Research Shared Source license). There were a few
restrictions (i.e. on its redistribution). It's now an Apache 2.0
license.
> Does it work with mono ?
Yes. The last F# release is a bug-fix for Mono. Unix users might be
interested by the packages:
http://fsxplat.codeplex.com/releases/view/55463
Also, since the license change, the Mono team plans to distribute F#
as part of Mono for both OSX and Linux.
--
Laurent
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] F# open sourced
2010-11-12 19:23 ` Laurent Le Brun
@ 2010-11-13 3:55 ` Yoann Padioleau
2010-11-14 18:26 ` Laurent Le Brun
0 siblings, 1 reply; 5+ messages in thread
From: Yoann Padioleau @ 2010-11-13 3:55 UTC (permalink / raw)
To: Laurent Le Brun; +Cc: Mihamina Rakotomandimby, caml-list
On Nov 12, 2010, at 11:23 AM, Laurent Le Brun wrote:
>
>> Does it work with mono ?
>
> Yes. The last F# release is a bug-fix for Mono. Unix users might be
> interested by the packages:
> http://fsxplat.codeplex.com/releases/view/55463
I've downloaded mono and the fsharp package for the Mac and 'fsharpi' seems to work.
Where are located the header files of the standard library ? (the equivalent of list.mli for instance).
There is only .dll files in /usr/lib/fsharp/
> Also, since the license change, the Mono team plans to distribute F#
> as part of Mono for both OSX and Linux.
Nice.
>
> --
> Laurent
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] F# open sourced
2010-11-13 3:55 ` Yoann Padioleau
@ 2010-11-14 18:26 ` Laurent Le Brun
0 siblings, 0 replies; 5+ messages in thread
From: Laurent Le Brun @ 2010-11-14 18:26 UTC (permalink / raw)
To: Yoann Padioleau; +Cc: Mihamina Rakotomandimby, caml-list
On Sat, Nov 13, 2010 at 3:55 AM, Yoann Padioleau <padator@wanadoo.fr> wrote:
> I've downloaded mono and the fsharp package for the Mac and 'fsharpi' seems to work.
> Where are located the header files of the standard library ? (the equivalent of list.mli for instance).
> There is only .dll files in /usr/lib/fsharp/
Source code is not included in these packages. You can get the .fsi
files from the zip release at fsharp.net, or from the full source code
at fsharppowerpack.codeplex.com. However, you'll get a more complete
documentation online (see fsharp.net for links).
F# developers often rely on their editor for completion and
exploration. Monodevelop plugin for F# will be released in a few days
(and I'm working on F# Intellisense support in Emacs).
--
Laurent
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-11-14 18:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-12 8:41 F# open sourced Mihamina Rakotomandimby
2010-11-12 16:04 ` [Caml-list] " Yoann Padioleau
2010-11-12 19:23 ` Laurent Le Brun
2010-11-13 3:55 ` Yoann Padioleau
2010-11-14 18:26 ` Laurent Le Brun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox