You are not logged in.

#26 2008-03-08 14:58:23

proc
Member
From: Italy
Registered: 2006-11-27
Posts: 71

Re: Need to learn a new language

Try Ocaml. It is a multi-paradigm language, i.e. you can choose to program in functional, imperative (procedural) or OO style with the ability to stick only to one of this paradigms or to mix them.

It has pattern matching, type inference a powerful pre-processor which allows you to extend the language or change its syntax as you wish.

It's fast, really fast. It has a good interpreter and compiler, a debugger and it is safe (no segmentation faults).

It is used both in industry (even big players like intel and microsoft) and academy.

http://www.ocaml-tutorial.org/
http://caml.inria.fr/pub/docs/oreilly-book/html/ (free O'Reilly book)

Offline

#27 2008-03-08 21:38:28

SiC
Member
From: Liverpool, England
Registered: 2008-01-10
Posts: 430

Re: Need to learn a new language

I'd recommend cobol.... it's the best brainfuck i've ever had big_smile

Offline

Board footer

Powered by FluxBB