Re: [Caml-list] from if...else to pattern matching

2010-10-02 Thread Philip
t; > > thanks in advance > ben > whoa, thats hard, try: # let t x = match x with a when x<=4 -> true | _ -> false;; btw, there is a beginner-list and irc-channel, Philip > ___ > Caml-list mailing list. Subscription

Re: [Caml-list] new emacs tuareg mode release

2010-05-24 Thread Philip
-f batch-byte-compile $< > + $(EMACS) -batch -q --no-site-file -f batch-byte-compile $< > > camldebug.elc : camldebug.el tuareg.elc > done, but same error: phi...@io:~/Desktop/tuareg$ make emacs -batch -q --no-site-file -f batch-byte-compile append-tuareg.el Wrote /home/phil

Re: [Caml-list] new emacs tuareg mode release

2010-05-24 Thread Philip
tart.d/51tuareg-mode.el (source)... In toplevel form: tuareg.el:1933:1:Error: Invalid modifier in string make: *** [tuareg.elc] Error 1 -philip ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list

Re: [Caml-list] general question, was Re: OCaml is broken

2009-12-21 Thread Philip
Functional programming languages will never become mainstream. There is a thread on haskell-mailing-list from time to time. What language you chose should depend always on your (your team) skills, tools and tasks. -Philip > please dont take this email as an offence. i am just curious.

Re: [Caml-list] Why don't you use batteries?

2009-09-06 Thread Philip
maybe its the wrong question. what about: how (ie in which projects, success-stories) do you use batteries? Philip On Thu, 2009-09-03 at 09:05 -0400, Edgar Friendly wrote: > It seems like batteries' adoption isn't quite as thorough as expected. > We in the batteries devel te

Re: [Caml-list] Documentation to start

2009-09-03 Thread Philip
didn't come with the file > I > downloaded to install ocaml and caml-light. > > Didier > Hi Didier, a first place to start is: http://caml.inria.fr/pub/docs/manual-ocaml/ http://www.ocaml-tutorial.org/ Installation is quite easy on fedora 1

Re: [Caml-list] caml trading

2009-03-17 Thread Philip
ere are libraries that provide an easy way to hook up > with a web client is there still a compelling reason to develop native > GUI toolkits? > > Regards > -Aditya Siram > > It is very easy to interface ocaml with an gui-toolkit like qt, living in its own process. T