From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: JShell support in Babel? Date: Tue, 15 Oct 2019 14:04:49 +0300 Message-ID: <87imoqz2um.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53012) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKKdS-00014C-Gj for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 07:05:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKKdR-0004LW-3C for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 07:05:02 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:39162 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iKKdQ-0004KA-Am for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 07:05:00 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iKKdM-000gGZ-1Z for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 13:04:56 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello. JShell is a pretty nifty tool for exploring and demonstrating basic Java features. https://en.wikipedia.org/wiki/JShell Has anyone happened to write support for it in Babel? If no-one has done this, I might try to implement it later by mimicking some other language support. Unfortunately I have too much work on my plate right now, so at this point I am just hoping to find something ready. Have fun, Jarmo