If it worked in J 6.02, you could use a copy of that version to support a stand-alone utility that takes the name of a script file as its command-line input and writes out the HTML. Can you post the code that does this? If it's short enough, it may not be hard to convert to a more recent version.
On Fri, Dec 7, 2018 at 7:58 PM bill lam <[email protected]> wrote: > I think it can be resurrected as an addon but I'm busy right now. I'll > check whether it is trivial or not. > > On Sat, Dec 8, 2018, 1:22 AM Kenneth Lettow <[email protected] wrote: > > > In J6.02 the IDE had an option to export IJS scripts as HTML. Is there a > > simple way to bring this functionality forward to J8.07? > > > > The reason I am asking is that I got a few developers here to participate > > in Advent of Code and I want to be able to share solutions with them on a > > Slack > > <https://slack.com/>channel. > > > > The problem is, Slack does not support J syntax, so when I post snippets, > > it looks like a hot mess with weird syntax coloring. > > > > Slack does support HTML snippets, so the way around it would be to export > > the script as HTML and post it. > > > > Thanks in advance. > > > > Ken > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- Devon McCormick, CFA Quantitative Consultant ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
