You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
3Abbreviation does not mean provide a definition. Where I wrote "RT is often abbreviated 'no side-effects'", that doesn't mean the definition of RT is "no side-effects", because people may have varying definitions for 'effects'. If I instead said "RT is often abbreviated 'xyz'", a meaningless symbol doesn't give any definition to RT. RT has a precise definition that never changes, no matter what symbol one uses to refer to it.Shelby Moore III– Shelby Moore III2011-12-08 13:12:15 +00:00Commented Dec 8, 2011 at 13:12
-
1Equating C in ESP style with RT in State monad, is invalid, because each C statement may mutate global state, whereas "inside" the state monad each corresponding statement generates a COPY of the state (so modified). The latter is RT-- former is not. Monadic composition is always RT. DP == RT is the only meaning for DP that is a disjoint set of attributes (the math proof I'm correct, else DP is meaningless).Shelby Moore III– Shelby Moore III2011-12-08 16:07:48 +00:00Commented Dec 8, 2011 at 16:07
-
1Some people have stated that SQL is a declarative language. If that is the case, doesn't SQL not have RT, since it can modify state (tables in a database)? Calling the same SQL query at the beginning and end of a program will produce different results.gsgx– gsgx2014-06-17 18:00:41 +00:00Commented Jun 17, 2014 at 18:00
-
1I wish I could understand this past the first sentence. I was reading the manual for DAX which indicated it was a 'functional language'. What does this mean? I don't know go ask your pop.Nick.Mc– Nick.Mc2016-05-04 05:14:17 +00:00Commented May 4, 2016 at 5:14
-
1The definition of referential transparency that you quoted is not sourced and does not match the definition in the literature; see Uday Reddy’s answer for the correct definition.Géry Ogam– Géry Ogam2021-07-15 07:49:16 +00:00Commented Jul 15, 2021 at 7:49
|
Show 8 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you