Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

What OBSCURE programming language to learn

Options
  • 23-07-2013 11:39pm
    #1
    Registered Users Posts: 37


    Hi guys

    I'm doing a conversion masters in computer science which finishes up this December.

    I'm just looking for advice on what to focus on for for the remainder of my time in college. At the moment I am focusing on the "lighter" side of things, mainly web development including php,javascript, json, CSS,html,python etc. I am just wondering are there any obscure languages out there that which could gain me a job in future - if everyone is doing the usual C and php as obvious choices I thought it might be a good idea to do an alternative language in the next 7 months to perhaps gain employment or even just to gain a new coding perspective. So at the moment i am kind of torn between (a) learning all web development technologies(js,json,php,ajax,jquery etc) (b)focusing on php and just getting good at it (c) Doing all java modules for the final 4 months this september.

    Alternatively if i anyone can suggest a good, valued,non-mainstream language I might just focus on that, but atm I'm afraid if i keep mucking around I'll miis the boat. I want to be right off the blocks when i finish this course.

    Any suggestions or advice?


Comments

  • Registered Users Posts: 23,212 ✭✭✭✭Tom Dunne


    COBOL.

    Assembly Language (x86).

    Respect.


  • Registered Users Posts: 1,082 ✭✭✭Feathers


    Ook!


  • Registered Users Posts: 3,842 ✭✭✭ozmo


    Hi guys

    I'm doing a conversion masters in computer science which finishes up this December.

    I'm just looking for advice on what to focus on for for the remainder of my time in college. At the moment I am focusing on the "lighter" side of things, mainly web development including php,javascript, json, CSS,html,python etc. I am just wondering are there any obscure languages out there that which could gain me a job in future - if everyone is doing the usual C and php as obvious choices I thought it might be a good idea to do an alternative language in the next 7 months to perhaps gain employment or even just to gain a new coding perspective. So at the moment i am kind of torn between (a) learning all web development technologies(js,json,php,ajax,jquery etc) (b)focusing on php and just getting good at it (c) Doing all java modules for the final 4 months this september.

    Alternatively if i anyone can suggest a good, valued,non-mainstream language I might just focus on that, but atm I'm afraid if i keep mucking around I'll miis the boat. I want to be right off the blocks when i finish this course.

    Any suggestions or advice?

    Cuda

    All programming will have to be massively parallel in the future to be any faster. Plus talking about using gaming things for serious work would be a good topic in an interview...

    “Roll it back”



  • Registered Users Posts: 1,731 ✭✭✭GreenWolfe


    How about Scala or Groovy?

    Not languages per se, but you could also try out some server-side JS (Node.js) if you're interested in that kind of thing. Maybe you could look at a NoSQL database, like MongoDB as well.


  • Registered Users Posts: 450 ✭✭SalteeDog


    If you haven't covered functional programming already then I suggest Clojure or one of the other Lisp dialects.

    Also R is very handy for particular types of problems.


  • Advertisement
  • Registered Users Posts: 1,922 ✭✭✭fergalr


    Hi guys

    I'm doing a conversion masters in computer science which finishes up this December.

    I'm just looking for advice on what to focus on for for the remainder of my time in college. At the moment I am focusing on the "lighter" side of things, mainly web development including php,javascript, json, CSS,html,python etc. I am just wondering are there any obscure languages out there that which could gain me a job in future - if everyone is doing the usual C and php as obvious choices I thought it might be a good idea to do an alternative language in the next 7 months to perhaps gain employment or even just to gain a new coding perspective. So at the moment i am kind of torn between (a) learning all web development technologies(js,json,php,ajax,jquery etc) (b)focusing on php and just getting good at it (c) Doing all java modules for the final 4 months this september.

    Alternatively if i anyone can suggest a good, valued,non-mainstream language I might just focus on that, but atm I'm afraid if i keep mucking around I'll miis the boat. I want to be right off the blocks when i finish this course.

    Any suggestions or advice?

    You don't learn an obscure language in order to maximise your chances of getting employment in the short term.

    You pick something thats in demand and that you like doing, and you get good at it.



    If you want to learn a language to broaden your horizons, that's a completely different question.

    Maybe clojure as a maybe up-and-coming future sort of functional language, as previously suggested.

    Or scala as a gaining-some-traction-but-still-has-some-exotic-functional-bits language.


  • Registered Users Posts: 2,021 ✭✭✭ChRoMe


    F#


  • Registered Users Posts: 7,157 ✭✭✭srsly78


    Yeah OP they are obscure coz there are no jobs :)


  • Registered Users Posts: 1,931 ✭✭✭PrzemoF


    fergalr hit the nail on the head: pick something that you like or you won't be able to keep yourself motivated to learn new things.

    P.S. obscure, not mainstream language : http://en.wikipedia.org/wiki/Brain**** ;)


  • Registered Users Posts: 1,109 ✭✭✭Skrynesaver


    Lua is an interesting functional language designed specifically for multi-threaded message passing functions, it is a niche area, but there are jobs in it and paradigm(learn(you)) which may prove useful in thinking about other languages.

    Failing that, there will be work in Java for years to come...


  • Advertisement
  • Registered Users Posts: 40,055 ✭✭✭✭Sparks


    I am so tempted to say "English"...


  • Closed Accounts Posts: 2,930 ✭✭✭COYW


    srsly78 wrote: »
    Yeah OP they are obscure coz there are no jobs :)

    I was just going to post that. I would advise you to focus in on and expand your knowledge on the areas of computing that you would like to work in when you graduate. You are doing a conversion Masters with the goal of finding work, i'm guessing.


  • Registered Users Posts: 1,311 ✭✭✭Procasinator


    Yeah, obscurity would usually not be a good idea for employment. Sure, it's possible you could be in demand by being a big fish in a small pond; but the pond could also just dry up.

    You are probably better off putting the majority of effort into in-demand skills, and learn other languages on the side.

    As for "obscure" languages...

    You could look at languages that are typically used in specialised areas, such as Erlang, R, APL, e.t.c.

    You could look at functional languages like Haskell, Lisp (Clojure already mentioned) and ML (OCaml for instance) variants.

    Languages that target the JVM (Scala, Clojure, Groovy) might be an idea.

    You could look at some relatively new languages like Go, Julia or Rust. Go seems to be building interest with stories of production use coming out (mostly in startups, small companies and of course Google).


  • Registered Users Posts: 2,781 ✭✭✭amen


    PL1


  • Closed Accounts Posts: 201 ✭✭GoodBridge


    I am just wondering are there any obscure languages out there that which could gain me a job in future

    To answer your question: sure there is - but the more obscure it is the less likely you are to land a job out of it!

    I'd agree with fergalr on this too.

    To add: if I were you, I'd checkout recruitment agency sites for the type of job you want and draw up a short list/word-cloud from the various job requirements/preferences and go from there.

    Something's bound to jump out at you, be it a demand for more experience with some DB, SQL, some server or another, frameworks like Spring, libraries like JQuery, etc etc.


  • Registered Users Posts: 2,015 ✭✭✭Colonel Panic


    Lua is an interesting functional language designed specifically for multi-threaded message passing functions, it is a niche area, but there are jobs in it and paradigm(learn(you)) which may prove useful in thinking about other languages.

    Failing that, there will be work in Java for years to come...

    Eh? That's not what Lua is. It's a scripting language that is typically embedded in other application like games. It has support for coroutines but multithreaded it ain't.

    Anyway, in terms of an interesting, niche (but with actual jobs) language, something like Erlang is worth a look. I almost suspect that the poster I quoted was thinking of Erlang in the first place.


  • Registered Users Posts: 2,021 ✭✭✭ChRoMe


    I find it bizzare that someone who is doing a conversion course, is looking for obscure languages. Talk about the cart before the horse.

    OP concentrate on getting some commercial experience in a language you know already, branching out in to the obscure should really be left until you have a solid footing in the mainstream languages.


  • Registered Users Posts: 92 ✭✭jgh_


    Obscure languages will just make your life harder... Find something you're passionate about and work on that with the languages and tools typically used.


  • Registered Users Posts: 644 ✭✭✭Freddio


    Objective C


  • Registered Users Posts: 2,021 ✭✭✭ChRoMe


    Freddio wrote: »
    Objective C

    Thats hardly obscure lol! :)


  • Advertisement
  • Registered Users Posts: 644 ✭✭✭Freddio


    ChRoMe wrote: »
    Thats hardly obscure lol! :)

    It is when you consider, few people are doing it, and fewer are doing it properly (in Ireland anyway)


  • Moderators, Society & Culture Moderators Posts: 9,663 Mod ✭✭✭✭Manach


    G2 - a realtime language, used by Nasa and practically no one else.


  • Registered Users Posts: 586 ✭✭✭Aswerty


    Eh? That's not what Lua is. It's a scripting language that is typically embedded in other application like games. It has support for coroutines but multithreaded it ain't.

    Anyway, in terms of an interesting, niche (but with actual jobs) language, something like Erlang is worth a look. I almost suspect that the poster I quoted was thinking of Erlang in the first place.
    The description sounded more like Erlang. Maybe a slip of the tongue fingers?

    My own recommendation would be to expand your horizons with something that looks fun. Some good examples already given are functional programming and concurrent programming. You don't neccesarily have to learn a new language for either of these. You can do concurrent programming in Python and start discovering the functional aspects of JavaScript. This will allow you to compound your understanding of languages you already know and improve your employability.

    Other fun things to do could be to learn some tools for parsing text such as Regular Expressions or AWK (super useful tools). If you're not familiar with Linux maybe install Ubuntu/Mint and learn how to function in an MS free world. Or if you havn't been indoctrinated into Vi/Vim, Emacs or Sublime Text maybe give one of them a shot and enjoy a massively configurable IDE.

    And my personal favourite recommendation, if you're not a touch typist this is something that can really boost your productivity and confidence as a programmer (lots of fun online games to help you with this too).


  • Registered Users Posts: 1,686 ✭✭✭RealistSpy


    Erlang and Elixir :)


  • Registered Users Posts: 37 oneshot2shots


    Thanks for all the info.

    In september get stuck into all java for 4 months and then 'hopefully' get a corporate job. Suppose getting a job and commercial experience is the first priority, and a soul isin't necessary to survival.

    Would like to look into Erlang or Cuda(which seems ridiculously cool) but have to be realistic, maybe sometime in the future on the side.

    So many choices, it's like being in a candy store.


  • Registered Users Posts: 7,291 ✭✭✭jmcc


    Tcl

    Regards...jmcc


Advertisement