From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id D4D33BBAF for ; Sat, 3 Jul 2010 21:02:32 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugBAH4mL0zRVdQ0kGdsb2JhbACfXQgVAQEBAQkJDAcRAx+tX4IMhGMuiFMBAQMFhSAEg3aERA X-IronPort-AV: E=Sophos;i="4.53,531,1272837600"; d="scan'208";a="53585724" Received: from mail-vw0-f52.google.com ([209.85.212.52]) by mail3-smtp-sop.national.inria.fr with ESMTP; 03 Jul 2010 21:02:32 +0200 Received: by vws11 with SMTP id 11so812253vws.39 for ; Sat, 03 Jul 2010 12:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=+iIQ6G1gbefoXS0B+fil0nWBEdwbkVxw5J+K2q9UMHc=; b=fpCZIqegxMj1U6joYES3hWsYNxcu1c8h1bw5H596+OVs9beHJaOucS8GhX3nyvm+G/ xRULUPQBWLFHqG7orcUOezwvbCDn0UrRLL7xEfc8XgqoQaub+Rj4Y9oO8Tn+voQu0JCz Ozo1oF+6eIBWyldP8E6haFyPBKpl7p/PFbtDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VM+9bY2h9Pv3XKzQLHLc2KpYnJ2XSGJAbHKUM0T4SPm0fD0X8oSe9HUvatUy/25dxd 8vt2dumL3P+Qq6h5nWcTrhgIUTskk2wzedbl02aMWYhyYXJmyzdzeM6wiBpH8CH6XRiD c/ZOTEw9UjiDF8UETbhbJHcOSLrdrPxAqJv3Q= MIME-Version: 1.0 Received: by 10.229.181.13 with SMTP id bw13mr362785qcb.79.1278183750607; Sat, 03 Jul 2010 12:02:30 -0700 (PDT) Received: by 10.229.234.7 with HTTP; Sat, 3 Jul 2010 12:02:30 -0700 (PDT) In-Reply-To: References: Date: Sun, 4 Jul 2010 00:32:30 +0530 Message-ID: Subject: Re: [Caml-list] adding a scripting language to an ocaml program From: Martin DeMello To: Lukasz Stafiniak Cc: OCaml List Content-Type: text/plain; charset=ISO-8859-1 X-Spam: no; 0.00; ocaml:01 lukasz:01 emacs:01 ocaml:01 emacs:01 wrote:01 rewrite:01 caml-list:01 modal:02 languages:03 jul:05 vim:05 vim:05 clone:06 written:07 On Sun, Jul 4, 2010 at 12:22 AM, Lukasz Stafiniak wrote: > By the way, there was once a project to rewrite Emacs in OCaml and use > OCaml instead of ELisp as its scripting language, but I can't even > google it now... Chamo? I looked at it but they seem to be using gtksourceview as an editor so it wouldn't work on a console. I actually want to write a vim clone; I love vim but I can't stand vimscript and the other languages it supports all seem distinctly second-class. I think a good modal editor with an emacs architecture where as much as possible is written in the "soft" layer would be a very nice thing to have. martin