Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Programming Math

Wolfram Language Demo Impresses 216

theodp writes "The devil will be in the details, but if you were stoked about last November's announcement of the Wolfram programming language, you'll be pleased to know that a just-released dry-but-insanely-great demo delivered by Stephen Wolfram does not disappoint. Even if you're not in love with the syntax or are a FOSS devotee, you'll find it hard not to be impressed by Wolfram's 4-line solution to a traveling salesman tour of the capitals of Western Europe, 6-line camera-capture-to-image-manipulation demo, or 2-line web crawling and data visualization example. And that's just for starters. So, start your Raspberry Pi engines, kids!"
This discussion has been archived. No new comments can be posted.

Wolfram Language Demo Impresses

Comments Filter:
  • Re:mathematica? (Score:5, Informative)

    by MightyYar ( 622222 ) on Friday February 28, 2014 @11:52AM (#46367785)

    It looks like Mathematica because Mathematica implements this language and is where it comes from. Historically the language developed ad hoc and now they have made an effort to standardize it into a "language" [fastcolabs.com].

  • Re:mathematica? (Score:5, Informative)

    by goombah99 ( 560566 ) on Friday February 28, 2014 @12:02PM (#46367859)

    I first looked at the examples given in the article and said "harrumph this is mathematica". But then I watched his demo and I see what he's getting at. You could say this is just a really nice library but it's way more than the sum of it's parts. I think he's using the term Language not in the sense of "programming language", but rather in the sense that every real world speaking language like english, spanish contains an intrinsic model of the world itself and every part of a spoken language can be coupled to every other part. That is speaking has no incompatible interface between ideas does it? That question would never occur to you, but of course we have that problem with every programming library API.

    SO he's talking about a Language for programming as much as a programming language. His accomplishment is to make a language of programming a programming language.

    One of the great tricks he accomplishes is to combine symbolic programming and functional programming. I was somewhat surprised to notice that reactive programming actually falls out of that by accident. There's been a lot of spamvertising articles on Slashdot lately about the dogs dinner versions of Reactive programming for databases. Those are toys. Wolfram gets it right by not making it just fall out accidentally of two greater programming principles.

    Decades ago I toyed with mathematica. The problem I had with is it was that the symbolics were nice but they let you easily create problems with permutations so large that it became incomprehensibly slow as your problem scaled. This if course was the users fault. I'm just saying that the power of the language gave me the power to be stupid. In a similar way APL with it's outerproducts instead of loops could easily use up all your computer memory in one command line without you even appreciating what had just happened. With procedural languages you had to think about how your algorithm was going to manage its own complexity and thus oddly worked better for scaling to complex problems.

    It looks like what has happened is that mathematica --- now wolfram language--- has a lot more speed and wisdom about how to manage complexity and choose more wise approaches. SO perhaps that problem is solved more. But it's hard to say from the demo.

    In any case that was a staggering demo.

  • Re:mathematica? (Score:5, Informative)

    by goombah99 ( 560566 ) on Friday February 28, 2014 @12:13PM (#46367943)

    You should watch the demo. At one point he enters a natural language expression "Show a blue dodecahedron and two red spheres" which pops up a shaded 3D image model of just that.

  • Re:mathematica? (Score:4, Informative)

    by i kan reed ( 749298 ) on Friday February 28, 2014 @12:38PM (#46368157) Homepage Journal

    But that's not your job. You're not developing the language. You're just asking it to do things. Submit a bug report and move on.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...