Skip to main content

Questions tagged [language-design]

for questions about the design of the Mathematica language itself

2 votes
0 answers
193 views

The thing I want to do seems very fundamental when you're in the mathematical forest of constants, I'm surprised it hasn't been asked yet. I want to define a constant that is not directly definable by ...
Ur3672's user avatar
  • 129
2 votes
0 answers
98 views

Consider the following: 80 //. a_?EvenQ -> a/2 a = 3 80 //. a_?EvenQ -> a/2 which outputs: 5 3 3/2 I think I understand ...
Jonah's user avatar
  • 131
4 votes
0 answers
111 views

MakeBoxes has the attribute HoldAllComplete. For a normal function, it would imply that Upvalues should not be taken into account when the expression is evaluated: <...
Juan Mauricio Matera's user avatar
7 votes
1 answer
289 views

Reading both OperatorApplied & CurryApplied function documentations seems to indicate that they are essentially the same ...
p._phidot_'s user avatar
4 votes
2 answers
446 views

I expected it to be an error (i.e., produce an error message), but Map[f,num] is num. Why is this the correct behavior? If it is ...
Alan's user avatar
  • 14.1k
4 votes
1 answer
416 views

There's more than 20 functions having to do with minimization ...
Adam's user avatar
  • 4,293
9 votes
0 answers
95 views

ArgumentsOptions was new in version 12.2. I looked at the application on that page, and it makes code very difficult to understand. What if anything does ArgumentsOptions do for us that we couldn't do ...
Ted Ersek's user avatar
  • 7,174
2 votes
0 answers
171 views

For names = Names["System`*"]; executing the following returns 200 hits. ...
Syed's user avatar
  • 62.9k

15 30 50 per page
1
2 3 4 5
10