Print 

Author Topic: Mxy, did you help create the C++ language?  (Read 1936 times)

Offline BFM_SüprM@ñ

  • BFM Admin
  • *
  • Posts: 1812
Mxy, did you help create the C++ language?
« on: June 14, 2014, 10:25:37 AM »
Found this whilst looking for some Superman checks (haven't found any I really like, but did manage to find some cool websites). XD

Quote
Did you know that "Mxyzptlk" is an actual command in C++ programming language?

Here's an abstract from the documentation which can be found at the Fermi National Accelerator Laboratory FTP site...
MXYZPTLK is a library of C++ classes -- or "objects" -- for performing automatic differentiation. Originally written at Fermilab in 1989, with a "User's Guide" provided in 1990, it has undergone refinements and improvements over the last six years. It was originally announced outside Fermilab in Automatic Differentiation of Algorithms: Theory, Implementation, and Application (SIAM Press, 1991) and has been used in a variety of contexts.
If you need to calculate derivatives of complicated functions and find yourself either taking finite differences or writing the derivatives algebraically and then translating the expressions into source code, you may want to consider using automatic differentiation (AD). AD exploits the classic theorems of differential calculus to propagate information about derivatives through arithmetic operations. In this way, derivatives of a function can be calculated using the same program that calculates the function itself. Because no approximations are made, derivatives are calculated with machine accuracy, avoiding the errors inherent in finite differences, an especially important consideration when higher order derivatives are required.

Rivetting stuff. :)
Nevertheless, it just goes to prove that Superman and his supporting cast of characters have firmly entrenched themselves into every part of our lives.
Being a good racer in Halo isn't just about getting the best times. You have to know where your teammates and enemies are, and most of all... how to be crafty! XD -nods-

Oh... and "v.v" = sad face.






Props to Plixity for the first sig, Slayton for the Season XIII trophy sig, and Jane for the banner! Thx guys! ^.^


Applied for Recruitment: January 22nd, 2008
Received Vent: March 25th, 2008
Received Lil-tags: May 3rd, 2008
Resigned: May 15th, 2008
Re-Applied: June 16th, 2009
Re-Received Vent: July 25th 2009
Re-Received Lil-Tags: August 24th, 2009
Received Big Tags: October 5th, 2009
Promoted to Corporal: January 30, 2010
Promoted to Sergeant: April 19, 2010
Temp. Resigned: August 6, 2010
Returned: January 29, 2013

Offline MrMxyzptlk

  • Posts Too Much
  • *****
  • Posts: 9208
  • Never backward,           always forward!
    • My 5th Dimensional Homepage
Re: Mxy, did you help create the C++ language?
« Reply #1 on: June 18, 2014, 10:08:12 AM »

While it is true that I pre-date C++, I had no involvement with that programming language or library. Sorry!

When I began computing, computing was just beginning.  E.g. Analog computing was the way things were done, and there were no "computer chips." Later came foot-square  "memory cards" that were hand-made grids of tiny magnetic doughnut-shaped "cores." (FYI: This is where the term "core memory" came from....)

It was a big day when chips came along, and program languages came to be! (For a while things moved even faster back then, I think....)

Programming as we know it now - high level, multipurpose programmed commands - would put the first "serious" / widespread programming language - the "C" programming language by Dennis Ritchie and Brian Kernighan (AKA "K&R") to shame, complexity-wise.

Some things stuck around, though: when I was doing computer graphics programming in the 70s I was using three different programming "languages:" WATFIV, FORTRAN, and machine code*.

Programming languages exploded in the 80s and thereafter, and made the old stuff like FORTRAN-IV a joke.

The field exploded, of course, and derivatives of all sorts - with specialized needs - sprang up all over the place, too.

So it should be no surprise this library was created, and fittingly arbitrarily named, as well, I suppose!

Thanks for the note, BTW! I had no idea that I had a connection like that Fermilab connection! (Aside from my LLNL connection....  ::) )


* Commands within the computer itself that afforded low-level "tweaking" of things, such as changing a bit in an in-memory command....
Mr. Mxy's current Word Corner word is catachresis    

Print