Thread overview
[spec] Examples of language specifications
May 15, 2019
Dibyendu Majumdar
May 16, 2019
Dibyendu Majumdar
May 16, 2019
Jacob Carlborg
May 15, 2019
Hi,

I haven't got  copy of the latest C++ standard so I am using http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf as a proxy. I hope this is close enough to the current standard. Does anyone know if there is a later revision freely available?

Looks like the latest Latex version is on github - so maybe I should build from that?

Thanks
May 15, 2019
On 5/15/19 12:54 AM, Dibyendu Majumdar wrote:
> Hi,
> 
> I haven't got  copy of the latest C++ standard so I am using http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf as a proxy. I hope this is close enough to the current standard. Does anyone know if there is a later revision freely available?
> 
> Looks like the latest Latex version is on github - so maybe I should build from that?

This is the closest draft for C++17: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf
May 16, 2019
On Thursday, 16 May 2019 at 00:54:34 UTC, Andrei Alexandrescu wrote:
>
> This is the closest draft for C++17: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf

Great, thanks!

May 16, 2019
On 2019-05-16 01:54, Dibyendu Majumdar wrote:
> Hi,
> 
> I haven't got  copy of the latest C++ standard so I am using http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf as a proxy. I hope this is close enough to the current standard. Does anyone know if there is a later revision freely available?
> 
> Looks like the latest Latex version is on github - so maybe I should build from that?

The Java specification is freely available as well [1].

[1] https://docs.oracle.com/javase/specs

-- 
/Jacob Carlborg