Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Anybody familiar with Miranda?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
duke  
View profile  
 More options Jun 29 2012, 12:38 am
Newsgroups: comp.lang.functional
From: duke <sidney.reilley...@gmail.com>
Date: Thu, 28 Jun 2012 21:38:51 -0700 (PDT)
Local: Fri, Jun 29 2012 12:38 am
Subject: Anybody familiar with Miranda?
[quote]
In Miranda, all operators (except for ++ -- ˆ and :, as will be seen in Chapter 3) associate to the left.[/quote]

Then 2 examples are given! I get this first one:

(4.0 / 5.0 * 6.0)   is interpreted as   ((4.0 / 5.0) * 6.0)
                                          \_first_/

This one I don't get

(4.0 / 5.0 / 6.0 / 7.0) is interpreted as ((4.0 / 5.0) / 6.0) / 7.0)

Should there not be another parenthesis at the beginning? Like:

(((4.0 / 5.0) / 6.0) / 7.0)

to make sense of Miranda's interpretation?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jussi Piitulainen  
View profile  
 More options Jun 29 2012, 2:37 am
Newsgroups: comp.lang.functional
From: Jussi Piitulainen <jpiit...@ling.helsinki.fi>
Date: 29 Jun 2012 09:37:43 +0300
Local: Fri, Jun 29 2012 2:37 am
Subject: Re: Anybody familiar with Miranda?

Yes. An obvious typo.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
duke  
View profile  
 More options Jun 29 2012, 9:34 am
Newsgroups: comp.lang.functional
From: duke <sidney.reilley...@gmail.com>
Date: Fri, 29 Jun 2012 06:34:51 -0700 (PDT)
Local: Fri, Jun 29 2012 9:34 am
Subject: Re: Anybody familiar with Miranda?

On Friday, June 29, 2012 12:37:43 AM UTC-6, Jussi Piitulainen wrote:
> duke writes:

> Yes. An obvious typo.

Thanks!! I thought so ....

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »