Git Product home page Git Product logo

languagespec's People

Contributors

axkr avatar rljacobson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

languagespec's Issues

Dead links

While browsing the site (very impressive, sad I only just found it) I found some of the READMEs have dead links. In particular
On https://wltools.github.io/LanguageSpec/Specification/Syntax/ the List of all operators with precedence, associativity, affix, and arity link should be https://wltools.github.io/LanguageSpec/Specification/Syntax/OperatorTable/.

On https://wltools.github.io/LanguageSpec/ there are three in a row in the Table of Contents under Language Specification -> Resources for Implementers -> General Advice For Implementers:

Also http://visx.io/ and packagedata.net may be relevant (though inclusion of lists of libraries like packagedata.net may be orthogonal and thus a nongoal/distraction from the purpose of this site).

FE vs. CL: Incorrect flattening of `Times` *is* sometimes meaningful.

Issue is in Resources/KernelVsFE.md. From https://mathematica.stackexchange.com/a/216984/27662:

For example the Times issue you point out is not, in fact, always, semantically insignificant (for finite precision arithmetic). We actually have a fix for that in our internal prototype build and I'm optimistic it will make into our next major release. โ€“ Itai Seggev

IEEE floating point arithmetic is not associative. Here is a case where this behavior regroups parentheses:

(Notebook) In[1]:= FullForm[Hold[2*-+3]]
(Notebook) Out[1]//FullForm= Hold[Times[2,Times[-1,Plus[3]]]]

(Terminal) In[1]:= FullForm[Hold[2*-+3]]
(Terminal) Out[1]//FullForm= Hold[Times[2,-1,Plus[3]]]

But it's not clear to me how these could ever be different even if finite precision is used. Maybe there is a variation on this bug?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.