Live data from Hacker News

Launching Today: Mathematica Online

blog.wolfram.com

51–52 of 52 posts

Re: Launching Today: Mathematica Online

#51
post #23

How is data security handled? If a company wanted to analyze some sensitive/proprietary-type data, could they do so in Mathematica Online with some confidence that the data is safe?

There's a private cloud option coming, where you can link to internal databases etc.

Re: Launching Today: Mathematica Online

#52
post #44

Earlier quoted context omitted.

> The exact thing you seem to want, which is "what does a LISP programmer need to know about WL?" doesn't exist, I would want a spec of the basics of the language. Not a collection of vague statements and some examples. > The tutorial goes into more depth [2]. A tutorial goes into more depth than the main documentation? Really? If you read the tutorial, you see that the compiler is far from being able what a modern c…

WL is similar to Python: it is predominantly an interpreted language. Where that becomes a problem, we wrap other libraries, or move small chunks of code into a VM to avoid the cost of the evaluator, or to C and then compile that (a rather roundabout way of doing things that will improve when we move to LLVM). But as I said before, CPython is a close analogy for where we are at. What we don't have yet is the equivale…

If there is something like a Wolfram Language, it better should be documented like other 'programming' languages. The core of the language is underspecified. Even the small Scheme standard is much more rigorously specified, including an attempt on a formal semantics.
Post reply on HN