On 3 December 2012 15:59, Raul Miller <rauldmil...@gmail.com> wrote:

> That said, when I want to translate J into a language other people
> understand, Javascript is usually my first choice.
>

Why does that not surprise me?  :-)


Incidentally, and if you have nothing better to do, how would you code this
Javascript into J?
 a = new Object();
 a.b = "bee";
 a.c = "see";
 for (var prop in a)
      do_something(a[prop]) ;
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to