Presumably:

   'a b'=. 1 2
   a
1
   b
2
   'p q'=. 2 3;4 5 6
   p
2 3
   q
4 5 6
   'x y'=. i.2 4
   x
0 1 2 3
   y
4 5 6 7
   '`f g'=. +`-
   f
+
   g
-

On Fri, 26 Aug 2022, Richard Donovan wrote:

Hi Sergey

This is great! Can you explain what "supports unpacking" means against the 
entries for =: and =. ?

Thank you
________________________________
From: Programming <programming-boun...@forums.jsoftware.com> on behalf of 'Sergey S' 
via Programming <programm...@jsoftware.com>
Sent: Wednesday, April 6, 2022 9:37:32 AM
To: programm...@jsoftware.com <programm...@jsoftware.com>
Subject: [Jprogramming] J cheat sheet (or an alternative view for the NuVoc 
table)

Hi everyone,

I made a cheatsheet for all J primitives about a year ago. I thought somebody 
might find it useful too. Here's the link: 
https://sergeyqz.github.io/jcheatsheet/.
The main idea was to have a one-page plain HTML table of all primitives with short 
descriptions, synonyms (e.g. Member (In) has "contains, includes"), and 
argument types. It's far from perfect, I'm sure there are mistakes. For example, I didn't 
pay much attention to types yet, some descriptions are not clear enough, but I find it 
helpful as it is.

I posted it on r/apljk last month and got thoughtful comments from 
u/moon-chilled. Maybe somebody here have more to say, I'd appreciate any 
feedback.

Thanks,
Sergey
----------------------------------------------------------------------
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

Reply via email to