For what it's worth, you can see the previous implementation of t. in ct.c from older versions of J. For example, here:
https://github.com/jsoftware/jsource/blob/j808-release/jsrc/ct.c You can see from this code that it implemented polynomials for some uses of J primitives. And, this implementation might be used for reference when building a workalike in pure j. (Also, having a j807 implementation to test against would be handy, to quickly test assumptions and guesses. Oddly, I don't see a prebuilt j808 implementation available for download, but building one of those might also be interesting.) FYI, -- Raul On Fri, Nov 12, 2021 at 11:11 AM Henry Rich <[email protected]> wrote: > > t. has simply been dropped. You will have to replace that functionality > yourself. > > Hauke Rehr was also missing t. . Perhaps he or someone else has done > work on a replacement. > > Henry Rich > > On 11/12/2021 11:08 AM, Martin Kreuzer wrote: > > Thanks, Henry. > > > > There are three failing items: d. D. t. > > > > Of (d.) and (D.) I remember the functionality being moved to addons > > (and I didn't bother at the time). > > > > But what happened to (t.) ? > > > > -M > > > > At 2021-11-12 15:27, you wrote: > > > >> There have been some language changes. > >> > >> Remove your script from startup, so that you can load J. Then run > >> > >> loadd 'yourscript' > >> > >> to see what fails. > >> > >> Henry Rich > >> > >> On 11/12/2021 10:23 AM, Martin Kreuzer wrote: > >>> Hi all - > >> > >>> After (finally) upgrading to J v9.02 for Windows I'm getting this > >>> error message in JConsole: > >> > >>> ----- > >>> An error occurred when loading startup script: > >>> c:/users/martin/j902-user/config/startup.ijs > >>> ----- > >> > >>> Script has worked alright under v8.07 and resides at a similar place. > >> > >>> Have I missed some changes in Install / Setup? > >> > >>> Thanks. > >> > >>> -M > >> > >>> ---------------------------------------------------------------------- > >>> For information about J forums see http://www.jsoftware.com/forums.htm > >> > >> > >> -- > >> This email has been checked for viruses by AVG. > >> https://www.avg.com > >> > >> ---------------------------------------------------------------------- > >> For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
