From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GNOVOA7Xyl70eAAA0tVLHw (envelope-from ) for ; Sun, 24 May 2020 20:20:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id eN9VNA7Xyl5vDAAA1q6Kng (envelope-from ) for ; Sun, 24 May 2020 20:20:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 724449404CC for ; Sun, 24 May 2020 20:20:30 +0000 (UTC) Received: from localhost ([::1]:51402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcx6j-0007sq-FR for larch@yhetil.org; Sun, 24 May 2020 16:20:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41684) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcx6E-0007qZ-9M for emacs-orgmode@gnu.org; Sun, 24 May 2020 16:19:58 -0400 Received: from smtp-out-6.univ-rouen.fr ([193.52.152.101]:28439 helo=mailhoc.univ-rouen.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcx6C-0007bu-WC for emacs-orgmode@gnu.org; Sun, 24 May 2020 16:19:57 -0400 Received: from ired-15-19c0.home (lfbn-rou-1-804-78.w90-108.abo.wanadoo.fr [90.108.245.78]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailhoc.univ-rouen.fr (Postfix) with ESMTPSA id D4E661BFF; Sun, 24 May 2020 22:19:51 +0200 (CEST) Message-ID: <5ba46d6ef7ce5be02b024c6f3b8632a5a806fcb3.camel@univ-rouen.fr> Subject: Re: Improving Org Mode for VSCode - Thinking Aloud From: rey-coyrehourcq To: Jack Kamm , gmauer@gmail.com, emacs-orgmode Date: Sun, 24 May 2020 22:19:50 +0200 In-Reply-To: <87v9kltrcv.fsf@gmail.com> References: <87v9kltrcv.fsf@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-PbtgpLa/DzlaIoX66qkt" User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 Received-SPF: pass client-ip=193.52.152.101; envelope-from=sebastien.rey-coyrehourcq@univ-rouen.fr; helo=mailhoc.univ-rouen.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/24 16:19:52 X-ACL-Warn: Detected OS = Linux 3.1-3.10 X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: lb+xSsrsEvNI --=-PbtgpLa/DzlaIoX66qkt Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, Really cool discussion here. My two cents, Jupyter & Kernel on various langage, which have a very large community, could be an interesting backend for org-babel on VSCode or anyeditoryouwantusehere.=20 Lot of things start to appear to collaborate online around online/scientific cnotebook/literate programing this last year, and that co= ntinue, for example i discover recently : Stencila : https://github.com/stencila=3D org-babel / org-mode outside of emacs has a great potential to lead an alternative to other markdown (RStudio / Jupyter) solution. Best regards Le dimanche 24 mai 2020 =C3=A0 06:06 -0700, Jack Kamm a =C3=A9crit : > It would be very good indeed for org-babel if it could be ported to > other editors. One of the biggest drawbacks of org-babel notebooks is > that I can't collaborate with my colleagues on them, since I can't > expect them to use Emacs. >=20 > Aside from VSCode, I think RStudio would be an excellent target for a > few reasons: >=20 > - Literate programming is already popular among R users (see also: > knitr, sweave, Rmarkdown) > - There is a strong ob-R community here > - There are some prominent Emacs users among the Rstudio developers > (e.g. Lionel Henry, who I think is both an Rstudio and ESS > developer) >=20 > However, this would be a massive undertaking, and ultimately would > need > a volunteer to step up to the plate. I don't have any bandwidth to do > this in the foreseeable future but dream of working on it one day. > The > biggest downside -- it would require spending considerable time > outside > Emacs! >=20 --=20 S=C3=A9bastien Rey-Coyrehourcq Research Engineer UMR IDEES 02.35.14.69.30 {Stronger security for your email, follow EFF tutorial :=20 https://ssd.eff.org/} --=-PbtgpLa/DzlaIoX66qkt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEgl6ew4CVLUwtNXaynZBtnBRvx4MFAl7K1ucACgkQnZBtnBRv x4NpERAAl433nt0bFFhNdmSbjFo3xwMCEoNTb9aixNmU8J4nIBRKuTbagmzKjoVu 5Vv7By7AZzHrcuZMla4GGmo5QKTfXbgDGe38qIDRScYsxJLBETiRJV7wM/iA02+y E36IMX5G7QyTvDPoPU3OiohdQ7F+IkqmKaYVvZJRf27WfrRPUxzBaky5nL69EEm7 zhgbvgm7SNh08Vpc44Uxelv6LhqYAMVAduX6J7xWAshdiXmPnxSjBxJkF02zZGpz chCTewdTdkhVhrX6wAJS/Tz/slf4dLUbtyGkXP70IzAQCb6EKscf/hUfOQOdBWZH UH+BnQ5pmhAgQK69/l+2eE0yJH96vgYRdvaUQuTWgsRWtekkpdx745v3EmKLPwBU N4fHrll6+7AmJHYr/YVneA7Lx16qja/ybQulahcIsxOKMjx2L43AKV0pLZDFzmrg ExI3MbMRHzd7LjxddBdyYgAnidVcrQgxBpfn5nzHzkqaDJqsACfqZvICvWIo19Mk xI4sHYrzpy16b0RYzq0eTgJF0hxLMKRIZbv4vOc+J4j1yDgl2Xk/9ID8V7irkp4t gttogcmqKYznlyYFt9rOfckq1m5e6Vu/jNdnqGhh5g6zZFkJhrp+GUQgSggPdolr I2r0wXWXa1nU/N6rmH3NVelU9kPnNYq9wFASaWJcVkmBnzNZHJk= =kGSM -----END PGP SIGNATURE----- --=-PbtgpLa/DzlaIoX66qkt--