David Scherfgen

Results 12 comments of David Scherfgen

Here's a simple solution to the problem: Surround Opentip's entire JavaScript code with: ``` (function() { // Here goes all the code ... window.Opentip = Opentip; })(); ``` This will...

Yes, my suggestion was related to literal lists of symbols (or a literal symbol as the first argument). This actually occurs a lot in the Maxima Computer Algebra System, which...