From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: JShell support in Babel? Date: Thu, 17 Oct 2019 13:46:02 +0300 Message-ID: <874l07tzth.fsf@iki.fi> References: <87imoqz2um.fsf@iki.fi> <87sgnub63h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39415) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL3IO-0006Ln-IJ for emacs-orgmode@gnu.org; Thu, 17 Oct 2019 06:46:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL3IN-0004mO-AJ for emacs-orgmode@gnu.org; Thu, 17 Oct 2019 06:46:16 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:47770 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iL3IN-0004lT-1k for emacs-orgmode@gnu.org; Thu, 17 Oct 2019 06:46:15 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iL3IJ-0010Zb-Sc for emacs-orgmode@gnu.org; Thu, 17 Oct 2019 12:46:11 +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 Ken Mankoff writes: Greetings. >> JShell is a pretty nifty tool for exploring and demonstrating basic >> Java features. Has anyone happened to write support for it in Babel? > > You can start working with it even without official Babel support: > > #+BEGIN_SRC bash :results verbatim > jshell That is a nice start! Thanks. Jarmo