You may remember this toyish application for creating multiline tacit 
expressions

http://www.jsoftware.com/jwiki/PascalJasmin/Multiline%20tacit%20expressions%20with%20macros

I've added the capability of running macros in Jqt console with a user key.

https://github.com/Pascal-J/multiline-tacit-and-macros---J

It will run a full line of code (or selected text) and print a linear 
representation of the result.  If the code has a macro at the right, then the 
line is transformed prior to execution.

examples:

2+2 dissect MACm

runs
dissect'2 + 2'



i.1000 9: (2+8) timespacex MACd

runs
( 2 + 8 ) timespacex'i. 1000' 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to