* The F#.NET Journal @ 2007-04-17 20:06 Jon Harrop 2007-04-18 8:53 ` [Caml-list] " Richard Jones 0 siblings, 1 reply; 5+ messages in thread From: Jon Harrop @ 2007-04-17 20:06 UTC (permalink / raw) To: Caml List Flying Frog Consultancy just started the F#.NET Journal, an on-line publication composed of articles, example source code and tutorial videos aimed at beginner programmers learning the F# programming language from Microsoft Research: http://www.ffconsultancy.com/products/fsharp_journal/?ob Given the current explosion in the adoption of functional programming languages, we're considering trying to mimic this success with an OCaml Journal. If you'd be interested in subscribing, please let us know. -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. The F#.NET Journal http://www.ffconsultancy.com/products/fsharp_journal/?e ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] The F#.NET Journal 2007-04-17 20:06 The F#.NET Journal Jon Harrop @ 2007-04-18 8:53 ` Richard Jones 2007-04-18 22:57 ` Brian Hurt 0 siblings, 1 reply; 5+ messages in thread From: Richard Jones @ 2007-04-18 8:53 UTC (permalink / raw) To: Jon Harrop; +Cc: Caml List On Tue, Apr 17, 2007 at 09:06:38PM +0100, Jon Harrop wrote: > > Flying Frog Consultancy just started the F#.NET Journal, an on-line > publication composed of articles, example source code and tutorial videos > aimed at beginner programmers learning the F# programming language from > Microsoft Research: [...] Does F# run on real operating systems? Does it have a full open source stack? (Genuine questions - you seem to be saying a lot of good things about F#). Rich. -- Richard Jones Red Hat ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] The F#.NET Journal 2007-04-18 8:53 ` [Caml-list] " Richard Jones @ 2007-04-18 22:57 ` Brian Hurt 2007-04-19 0:04 ` skaller 2007-04-19 16:50 ` Gilles FALCON 0 siblings, 2 replies; 5+ messages in thread From: Brian Hurt @ 2007-04-18 22:57 UTC (permalink / raw) To: Richard Jones; +Cc: Jon Harrop, Caml List On Wed, 18 Apr 2007, Richard Jones wrote: > On Tue, Apr 17, 2007 at 09:06:38PM +0100, Jon Harrop wrote: >> >> Flying Frog Consultancy just started the F#.NET Journal, an on-line >> publication composed of articles, example source code and tutorial videos >> aimed at beginner programmers learning the F# programming language from >> Microsoft Research: > [...] > > Does F# run on real operating systems? Does it have a full open > source stack? Overall, I see F# as a good thing for Ocaml. OK, it draws some of it's support from the Ocaml community (John Harrop here being an obvious example)- thus dilluting the pool of energy from Ocaml, at least in the short term. But any F# programmer can pick up Ocaml in short order, and vice versa (not unlike the C#/Java communities). But I think were F# will really draw it's people from is outside the community. It'll draw from the vast horde of C#/VB/C++ Windows programmers. Draw people from outside the community to inside the community. And sooner or later many of them are going to start looking for an F# that runs on Linux/Unix. Even if I'm wrong, even if F# is a net loss for Ocaml, I still can't help viewing F# as a good thing over all. Anything which helps programmers write code that doesn't *SUCK* is an advantage to us all- and every programmer coding in F# is a programmer not coding in C#, VB, or, God help us, C++. Making code proven free of large classes of bugs, and many other bugs rare indeed is a definate good. And bluntly, most software- free software as well as proprietary, sucks large rocks through very small pipettes. Just my two cents. Brian ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] The F#.NET Journal 2007-04-18 22:57 ` Brian Hurt @ 2007-04-19 0:04 ` skaller 2007-04-19 16:50 ` Gilles FALCON 1 sibling, 0 replies; 5+ messages in thread From: skaller @ 2007-04-19 0:04 UTC (permalink / raw) To: Brian Hurt; +Cc: Richard Jones, Caml List On Wed, 2007-04-18 at 18:57 -0400, Brian Hurt wrote: > Overall, I see F# as a good thing for Ocaml. OK, it draws some of it's > support from the Ocaml community (John Harrop here being an obvious > example)- thus dilluting the pool of energy from Ocaml, at least in the > short term. That's a product of INRIA's Cathedral. There's a door on the Church where I can pin bug reports. > But any F# programmer can pick up Ocaml in short order, and > vice versa (not unlike the C#/Java communities). >From a software engineering viewpoint all we have is a superficial resemblance. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] The F#.NET Journal 2007-04-18 22:57 ` Brian Hurt 2007-04-19 0:04 ` skaller @ 2007-04-19 16:50 ` Gilles FALCON 1 sibling, 0 replies; 5+ messages in thread From: Gilles FALCON @ 2007-04-19 16:50 UTC (permalink / raw) To: Brian Hurt; +Cc: Richard Jones, Caml List Hello, F# comes with a nice IDE, I think another IDE (as eclipse for ie) could help people to come to ocaml. Ocaml tools with Emacs are nice for strong programmer. Just my two cents. Gilles Brian Hurt a écrit : > > > On Wed, 18 Apr 2007, Richard Jones wrote: > >> On Tue, Apr 17, 2007 at 09:06:38PM +0100, Jon Harrop wrote: >>> >>> Flying Frog Consultancy just started the F#.NET Journal, an on-line >>> publication composed of articles, example source code and tutorial >>> videos >>> aimed at beginner programmers learning the F# programming language from >>> Microsoft Research: >> [...] >> >> Does F# run on real operating systems? Does it have a full open >> source stack? > > Overall, I see F# as a good thing for Ocaml. OK, it draws some of > it's support from the Ocaml community (John Harrop here being an > obvious example)- thus dilluting the pool of energy from Ocaml, at > least in the short term. But any F# programmer can pick up Ocaml in > short order, and vice versa (not unlike the C#/Java communities). > > But I think were F# will really draw it's people from is outside the > community. It'll draw from the vast horde of C#/VB/C++ Windows > programmers. Draw people from outside the community to inside the > community. And sooner or later many of them are going to start > looking for an F# that runs on Linux/Unix. > > Even if I'm wrong, even if F# is a net loss for Ocaml, I still can't > help viewing F# as a good thing over all. Anything which helps > programmers write code that doesn't *SUCK* is an advantage to us all- > and every programmer coding in F# is a programmer not coding in C#, > VB, or, God help us, C++. Making code proven free of large classes of > bugs, and many other bugs rare indeed is a definate good. And > bluntly, most software- free software as well as proprietary, sucks > large rocks through very small pipettes. > > Just my two cents. > > Brian > > _______________________________________________ > 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
end of thread, other threads:[~2007-04-19 16:50 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2007-04-17 20:06 The F#.NET Journal Jon Harrop 2007-04-18 8:53 ` [Caml-list] " Richard Jones 2007-04-18 22:57 ` Brian Hurt 2007-04-19 0:04 ` skaller 2007-04-19 16:50 ` Gilles FALCON
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox