From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 4331C7F20B for ; Mon, 11 Feb 2013 14:12:39 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnIBABntGFFKN1ZKm2dsb2JhbABEgzqDFLpfDgEBAQEBCAkLCRQngiABBSNWEAsaAiYCAkcQBhuICgStVpFtgSOPVzJhA5wCE41p X-IPAS-Result: AnIBABntGFFKN1ZKm2dsb2JhbABEgzqDFLpfDgEBAQEBCAkLCRQngiABBSNWEAsaAiYCAkcQBhuICgStVpFtgSOPVzJhA5wCE41p X-IronPort-AV: E=Sophos;i="4.84,643,1355094000"; d="scan'208";a="1795953" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 11 Feb 2013 14:02:39 +0100 Received: from [172.20.10.2] (7-233.197-178.cust.bluewin.ch [178.197.233.7]) by smtp.webfaction.com (Postfix) with ESMTP id D77BE2097ED5; Mon, 11 Feb 2013 13:12:36 +0000 (UTC) Date: Mon, 11 Feb 2013 14:12:32 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Gabriel Scherer Cc: Louis Gesbert , caml-list@inria.fr Message-ID: <968CC7B6B75D403383F07C1AE6994C5F@erratique.ch> In-Reply-To: References: <201302111240.35711.louis.gesbert@ocamlpro.com> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] geany as an ocaml ide Le lundi, 11 f=C3=A9vrier 2013 =C3=A0 13:14, Gabriel Scherer a =C3=A9crit : > I must say I'm a bit dubious of dedicated editors: people prefer to > use the tools they're familiar with from other languages, and I'm not > really sure what the added value of a different tool would be.=20=20 Yes, I would actually advise any beginner to take time to teach them once v= im or emacs. Having done that they will have a tool they can use with almos= t any language under any circumstance (e.g. on a server via tty). I really don't believe in language specific editors, you rarely program in = a single language at the same time -- shell script, C, tex, xml, json, conf= iguration files, etc. Daniel