Re: [Jprogramming] Initial question

2022-07-03 Thread tuxic
Hi Jan-Pieter, thanks for your reply, the information and the link! I thought of an "interpreter only" application...that's why I didn't found one, hehehehe :) I am on Gentoo, which compiles everything locally before installing. J isn't offered via a Gentoo repo or user overlay, but I found a wa

Re: [Jprogramming] Initial question

2022-07-03 Thread Jan-Pieter Jacobs
Hi tuxic, It's jconsole, wherever you installed that, if you only want CLI, otherwise you should use jqt. Jqt also has ways to hide the GUI from being shown, but I don't remember how. In case you installed from the .deb archive, jconsole will be called ijconsole. This page on the wiki might come

[Jprogramming] Initial question

2022-07-03 Thread tuxic
Hi, (I am using Linux only.) I just started with J ...and I am no native English speaker... Suppose I want to write a J-script, which is useable like a normal shell script via makeing it executable... From writing shell scripts I know, that the first line defines the interpreter for the followi