The MASM Forum

General => The Soap Box => Topic started by: DanWebb314 on May 21, 2012, 02:47:41 PM

Title: J programming language
Post by: DanWebb314 on May 21, 2012, 02:47:41 PM
I wish the J programming language had a form set up as nice as this one.  I am trying to learn how to write code in J.  Try googling for help.  Almost nothing but Java comes up.  This line of code

M[j] = y

Is hard enough to convert to J.  This line of code:

y = M[j]

may be impossible.
Title: Re: J programming language
Post by: hutch-- on May 21, 2012, 02:59:54 PM
Sorry Dan but I can't help you there.
Title: Re: J programming language
Post by: dedndave on May 22, 2012, 07:53:55 PM
i know nothing of J   :P
but - my first thoughts are....

M[j] = y
you are describing a function

y = M[j]
you are trying to assign a set of values to a single variable