Earlier quoted context omitted.
They have funding; that’s great! Exactly what I’m saying is that these projects manage to be community run (to some extent) while still remaining successful. If Wolfram’s reason to not publish the source code is that they believe they would no longer have a business model, they should list that as the One Reason, not 12 gaslighting reasons.
Well, they clearly think their model works for them. If you think otherwise, it's on you to convince them that they should change their model, or start your own effort if you think it will benefit humanity. I don't think they necessarily need to "defend" their business choices.
Mathematica v12.1
71–80 of 97 posts
Re: Mathematica v12.1
#72Anyone here uses Mathematica besides Physics or pure mathematics? I mean is it worth using the machine learning from Mathematica or Tensorflow is better? Is it better to use integer optimization solvers or then Mathematica? In which ways you are using Mathematica and Really leveraging it? Sorry for my question but I think and suspect I am missing something bigger. Will be glad if someone Illuminate me. And please be…
Re: Mathematica v12.1
#73I'm a physicist and I've used mathematica sparingly off and on for several years, mostly manipulating symbolic formulas. I still do not understand what I'm doing half the time. Mostly just googling and stackoverflow answers get me by. For example, I don't understand why I can't use subscripts as symbols? Any recommendations on trying to 'get' mathematica?
[1]: https://www.wolfram.com/language/fast-introduction-for-progr...
[2]: https://www.wolfram.com/language/elementary-introduction/2nd...
[3]: https://www.wolfram.com/language/elementary-introduction/nbs...
Re: Mathematica v12.1
#74Anyone here uses Mathematica besides Physics or pure mathematics? I mean is it worth using the machine learning from Mathematica or Tensorflow is better? Is it better to use integer optimization solvers or then Mathematica? In which ways you are using Mathematica and Really leveraging it? Sorry for my question but I think and suspect I am missing something bigger. Will be glad if someone Illuminate me. And please be…
My adviser (a physicist) uses Mathematica for all non-physics computations as well. It's a clunky language for general purpose computation and doesn't play well with external programs and libraries. The user experience on Linux can also be quite haphazard with frequent crashes and lack of good HiDPI support (I haven't used version 12.1). It's also hard to run headless programs written in Wolfram language. But if you're okay doing everything inside the Mathematica GUI and don't care about the fact that it's a walled ecosystem, don't have a preferred text editor, and don't particularly care for Unix's one-thing-well philosophy, Mathematica might work for you.
Re: Mathematica v12.1
#75I have tried Mathematica for small duration and in general was wowed by it. For free CAS I would recommend to give Axiom or FriCAS(more actively developed) a run. http://fricas.sourceforge.net/ https://en.wikipedia.org/wiki/Axiom_(computer_algebra_system...
Live demo: https://live.sympy.org/
Re: Mathematica v12.1
#76Re: Mathematica v12.1
#77I've been doing some PenPlotter for fun, I wonder if I can use Mathematica with HatchFilling for some of my plotting now.
Re: Mathematica v12.1
#78I'm a physicist and I've used mathematica sparingly off and on for several years, mostly manipulating symbolic formulas. I still do not understand what I'm doing half the time. Mostly just googling and stackoverflow answers get me by. For example, I don't understand why I can't use subscripts as symbols? Any recommendations on trying to 'get' mathematica?
Read through it once to get the gist, then go back and read it again. The second time through, _play_ with each example. Try them out, see how they behave, attempt to apply other things you've learned to each. In no time at all, you'll have the basics down and then will be able to make heads or tails of the other doc pages much more quickly.
Re: Mathematica v12.1
#79Earlier quoted context omitted.
I find the arguments confused and lacking. Many of those arguments conflate “open source” with “community driven”. Rarely did they make a compelling case as to how availability of the source code would hurt the customers. And many, many amazing open source teams have demonstrated that even including community driven design in some cases does not hamper the quality of the product. Look at Apple and Swift, or Rust, as…
Swift is a great example, but don't forget that is essentially funded by Apple. It would look very different if it would be a true community effort. Rust I'm not very familiar with: how much of their funding is dependent on Mozilla, at least for the core developer(s)? Also, a language + a standard library has a (much!) smaller surface comparing to Wolfram's vision.