Re: [Jprogramming] Dictionary data type

2014-03-03 Thread Yike Lu
0 (PST) >> From: Pascal Jasmin >> To:"[email protected]" >> >> Subject: Re: [Jprogramming] Dictionary data type >> Message-ID: >> <[email protected]> >> Content-Type: text/pl

Re: [Jprogramming] Dictionary data type

2014-03-03 Thread David Lambert
sometimes work. Monad =: : [: Dyad =: [: : Date: Mon, 3 Mar 2014 12:19:05 -0800 (PST) From: Pascal Jasmin To:"[email protected]" Subject: Re: [Jprogramming] Dictionary data type Message-ID: <[email protected]> Content-

Re: [Jprogramming] Dictionary data type

2014-03-03 Thread Linda Alvord
ul Miller Sent: Monday, March 03, 2014 4:05 PM To: Programming forum Subject: Re: [Jprogramming] Dictionary data type Monad=: :[: RightId=: @] example1=: >: Monad example2=: >: RightId example1 2 3 5 7 3 4 6 8 example2 2 3 5 7 3 4 6 8 0 example1 2 3 5 7 |domain error: example1 | 0 e

Re: [Jprogramming] Dictionary data type

2014-03-03 Thread Raul Miller
> > ? > is it equivalent in use to @:] ? > > > - Original Message - > From: David Lambert > To: programming > Cc: > Sent: Monday, March 3, 2014 2:29:35 PM > Subject: [Jprogramming] Dictionary data type > > The standard answer to "Does J hav

Re: [Jprogramming] Dictionary data type

2014-03-03 Thread Pascal Jasmin
interesting implementation. Could you please explain  Monad =: :[: ? is it equivalent in use to @:] ? - Original Message - From: David Lambert To: programming Cc: Sent: Monday, March 3, 2014 2:29:35 PM Subject: [Jprogramming] Dictionary data type The standard answer to "D

[Jprogramming] Dictionary data type

2014-03-03 Thread David Lambert
The standard answer to "Does J have a dictionary data type?" seems to be "Use symbols." (Two other answers today recommend locales.) To which we ask, "How do we use symbols?" Given that I may have overlooked a lab, I'll show my effort. My goal is to maintain a database of probabilities writte