Learning New Language between Ruby & F# - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T13:04:05Z http://stackoverflow.com/feeds/question/68886 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f 4 Learning New Language between Ruby & F# Sung Meister 2008-09-16T02:27:27Z 2009-11-19T01:33:36Z <p>After finish reading "The Pragmatic Programmer", I have come to a conclusion that it's time for me to learn some new language other than C#/VB.NET every year.</p> <p>I have come down to 2 languages that I would like to go with. Ruby &amp; F#</p> <p>Should I go with Ruby or F#? That is the question.</p> <p>Ruby is dynamic language, where a lot of C# features seem to came from F# is a functional language which I have never been exposed to.</p> <p>OK, I have been think so much about which one to go with. Can someone give me a tip on what I need to consider before delving into either of those languages?</p> <p>Thanks.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68895#68895 9 Answer by David Thibault for Learning New Language between Ruby & F# David Thibault 2008-09-16T02:29:19Z 2008-09-16T02:29:19Z <p>I'd say go with F# as it's the most different from what you already know. You'll probably learn the most from it.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68899#68899 0 Answer by indivent for Learning New Language between Ruby & F# indivent 2008-09-16T02:29:51Z 2008-09-16T02:29:51Z <p>Consider first what you want to do.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68902#68902 0 Answer by lagerdalek for Learning New Language between Ruby & F# lagerdalek 2008-09-16T02:29:59Z 2008-09-16T02:29:59Z <p>It depends on what you want to do with the language, I think Ruby would provide you with more immediate job skills, whereas I think F# would be invaluable in adding to your programming skills, as it is somewhat of a paradigm change moving to functional thinking (at least more than the move to Dynamic languages), and lets face it, has a heap more geek-cred :)</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68904#68904 1 Answer by Mike Stone for Learning New Language between Ruby & F# Mike Stone 2008-09-16T02:30:45Z 2008-09-16T02:30:45Z <p>I would recommend both... I was in a similar position about a year ago or so... I started with Haskell (sorry, I'm not a .NET person), and I got into it and learned a TON about functional programming that I found very invaluable.</p> <p>After I got my fill in a couple months, I moved on to Ruby, which is now my absolute favorite programming language. I would say, anyone can benefit from learning Ruby, if only because it is so fun to work with.</p> <p>You really do need to learn a strongly functional language though... that goes a long way... you can program functionally in Ruby, but Haskell is much better for learning functional style because it is so purely functional.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68906#68906 3 Answer by Alan Harris for Learning New Language between Ruby & F# Alan Harris 2008-09-16T02:30:48Z 2008-09-16T02:30:48Z <p>It kind of depends on the sort of work you plan to do; I usually try to involve a new language in my work if I believe it will help me solve a particular problem or improve my processes.</p> <p>If you primarily do work based in mathematics or processing, you will get a kick out of F#. If you do a lot of web development, give Ruby a shot. Either way, I don't think you stand to lose anything by giving one or both a try. </p> <p>I generally take one work week to give a new language a try. I'll play around with it each evening...after 5 days I've usually got a vibe for whether or not I would like to continue working with it.</p> <p>Hope that helps!</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68910#68910 0 Answer by Lucas Oman for Learning New Language between Ruby & F# Lucas Oman 2008-09-16T02:31:15Z 2008-09-16T02:31:15Z <p>If your goal is to widen out and learn something new, Ruby might be the way to go. Not only is it a script language used (these days) predominately for web development, it's also just a really useful language that is a pleasure to code with. I think it'll give you a very different perspective from C#/VB.NET.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68912#68912 2 Answer by scubabbl for Learning New Language between Ruby & F# scubabbl 2008-09-16T02:31:42Z 2008-09-16T02:31:42Z <p>Consider not only what you want to learn, but how that knowledge will serve you. If it's an academic decision only, look at both and decide what you think is more interesting. If both seem interesting, maybe pick ruby as it is gaining popularity. That way you can take part in interesting discussions with a wider range of people, and you may also find some usefulness with a future project.</p> <p>Also, in Ruby's case, you often need to do it "The Ruby Way". A lot of their way of doing things is very good, and even for those people who have switched away from Ruby, take something of their design with them, improving the project they are doing.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68913#68913 1 Answer by unknown (yahoo) for Learning New Language between Ruby & F# unknown (yahoo) 2008-09-16T02:31:42Z 2008-09-16T02:31:42Z <p>Better to go with Ruby because its more widely used, and therefore gives you added benefits of learning current technology. It also takes you out of MS-land, which can only be good.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68915#68915 5 Answer by DevelopingChris for Learning New Language between Ruby & F# DevelopingChris 2008-09-16T02:31:54Z 2008-09-16T02:31:54Z <p>If you are on windows, ruby was really designed and thrives in a shebangable (#!) environment, like a nix based system. They have made improvements, but hosting rails apps in particular is quite difficult on windows.</p> <p>If you are used to c# and have the environment set up, its my understanding it takes very little time to get F# running.</p> <p>When IronRuby finally goes bronze, there will be a nice alternative with real windows support. For now I would say learn F# if you want to casually learn, and learn Ruby if you really want a departure, and want to spin up a nix vm or something like that.</p> <p><strong>All that said, I'm doing ruby in my spare time, happy coding!!!</strong></p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68916#68916 14 Answer by Jason Dagit for Learning New Language between Ruby & F# Jason Dagit 2008-09-16T02:32:14Z 2008-09-16T02:32:14Z <p>F# will teach you about functional programming which may lead you to type theory and how to use the type system to do proofs.</p> <p>Ruby will teach you about elegant OO systems, duck typing and exploiting dynamic languages.</p> <p>Having spent time learning about both subjects, I think the type theory path is more interesting myself and that it provides you with new tools to help ensure correctness. I know I'm biased, but I'd say go with F# :)</p> <p>By the way, C# will see more new features like that of F# over its lifetime than it will see features borrowed from Ruby. This is partially due to the team at MSR that works on new directions for C# and partially because F# is closer to the frontier of programming language research than Ruby is.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68917#68917 0 Answer by John for Learning New Language between Ruby & F# John 2008-09-16T02:32:17Z 2008-09-16T02:32:17Z <p>I think it depends on what language you know now. If you know Python then I would learn F# since it teaches you functional programming. If you know Haskell, then learn Ruby. I recommend learning more about each language's philosophy and the decide which will help you in the long run.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68941#68941 3 Answer by Socratees for Learning New Language between Ruby & F# Socratees 2008-09-16T02:36:35Z 2008-09-16T02:36:35Z <p>I would rather suggest F#, for a variety of reasons. F#, is first of all a Functional programming language ( F# is an OO language too ). The MS research team modeled the languaged based on Python, ML, and C#. Learning F# would help you explore the world of functional progamming, and secondly, its very easier to grasp and work - because you are comfortable with c# already. I would strongly suggest F# :) for now. Ruby could be your next language.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68951#68951 2 Answer by Federico Builes for Learning New Language between Ruby & F# Federico Builes 2008-09-16T02:37:27Z 2008-09-16T02:37:27Z <p>It depends on your background, I like to suggest people to go into the "unknown" since you will probably teach you something that you can use in your old language.</p> <p>Having said that, if you're used to OOP/Imperative programming and you want to get to know functional programming I'd go for something more strict like Haskell. In languages that support procedural constructs like F# or Lisp you'll see yourself falling back to using loops when don't seem to find the correct recursion, while on Haskell you're forced to use what functional tools have available for you (unless you want to learn monads, and in that case you'll already know most of the functional stuff).</p> <p>If you're an experienced programmer I'd suggest you to try Haskell (or even F# even if it's ugly! :P) since you'll learn a lot of useful things. If haven't programmed for long I'd go for Ruby since it's a bit less...harsh(?) and you'll get to see what a "beautiful" language is :)</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/68955#68955 0 Answer by dimarzionist for Learning New Language between Ruby & F# dimarzionist 2008-09-16T02:38:24Z 2008-09-16T02:38:24Z <p>Ruby, because it's based on dynamic runtime, when F# is introduced some of the concepts, but still use the static CLR.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/69017#69017 0 Answer by Sung Meister for Learning New Language between Ruby & F# Sung Meister 2008-09-16T02:51:33Z 2008-09-16T02:51:33Z <p>OK, I have decided.</p> <p>As a hardcore Windows user, I am going with Ruby to explore *NIX world while learning a new language. It seems killing 2 birds with one stone.</p> <p>But don't get me wrong. I am going to learn a functional language for sure. Next Year, it will be either F# or Haskell.</p> <p>thank you folks for all your suggestions and thoughts on this.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/69142#69142 0 Answer by cruizer for Learning New Language between Ruby & F# cruizer 2008-09-16T03:21:29Z 2008-09-16T03:21:29Z <p>Are you sure you want to constrain yourself to just Ruby or F#? What is the reason why you want to learn these languages -- do you want to think in a more "functional" way? Or do you wish to explore a language with more expressive syntax?</p> <p>If it's the former, I highly suggest you learn Haskell instead of F# :P Web site here: <a href="http://book.realworldhaskell.org/" rel="nofollow">http://book.realworldhaskell.org/</a></p> <p>If it's the latter, go learn Ruby.</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/69881#69881 0 Answer by Alex B for Learning New Language between Ruby & F# Alex B 2008-09-16T06:44:46Z 2008-09-16T06:44:46Z <p>I'd suggest either Python or Ruby. Both of them add <strong>many</strong> cool features worth learning, ease of setup and fast learning curve. Mastering them will definitely make you a better programmer and a more efficient one. </p> <p>As for F#, it could be a next step after Ruby; Ruby already introduces neat functional features(the Enumerable class, the blocks, Procs and metaprogramming) that will prepare the ground for F#.</p> <p>I'm not familiar with F#, but... are you sure you want to dig into it without studying at least superficially some more classical functional programming languages such as List, Scheme or OCaml? Heck, even Javascript has many functional language features worth looking into. </p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/77952#77952 0 Answer by Jane Q Public for Learning New Language between Ruby & F# Jane Q Public 2008-09-16T22:30:05Z 2008-09-16T22:30:05Z <p>I would like to add that I disagree with the top poster. There are excellent Ruby editors and IDEs available for Windows, and Ruby and Rails both run fine in Windows. While it may be a bit more difficult to set up a host server for heavy-traffic sites in Windows, the difference is not all that great and tools are available. (For example, you can use Apache in front of multiple Mongrels without much difficulty.)</p> http://stackoverflow.com/questions/68886/learning-new-language-between-ruby-f/1760369#1760369 0 Answer by Ric Deez for Learning New Language between Ruby & F# Ric Deez 2009-11-19T01:33:36Z 2009-11-19T01:33:36Z <p>Sung Meister commented: I hate the fact that whitespaces are signifcant in Python. I just cannot stand that... Did you know that F# under #light mode is whitespace significant as well? Perhaps you should stick to Ruby!</p>