- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Why is scala.tools* not in the API documentation?
Sun, 2011-07-03, 16:14
Maybe I am missing something but when I look at the
"Scala API" documentation here:
http://www.scala-lang.org/api/current/index.html
I cannot find the scala.tools* packages.
Why are these not included in the available documentation?
Is there another place to look for these?
Cheers,
johann
Mon, 2011-07-04, 04:57
#2
Re: Why is scala.tools* not in the API documentation?
The tools package concerns the compiler and isn't part of the standard library. You can find the latest documentation at http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/compiler/index.html#package.
On 3 July 2011 17:13, Johann Petrak <johann.petrak@chello.at> wrote:
On 3 July 2011 17:13, Johann Petrak <johann.petrak@chello.at> wrote:
Maybe I am missing something but when I look at the
"Scala API" documentation here:
http://www.scala-lang.org/api/current/index.html
I cannot find the scala.tools* packages.
Why are these not included in the available documentation?
Is there another place to look for these?
Cheers,
johann
Mon, 2011-07-04, 09:37
#3
Re: Why is scala.tools* not in the API documentation?
Thank you! Is this linked from somewhere in the Scala web site?
Or, why is it not linked from the documentation page
(or have I missed that link)?
I think that at least the Compiler/Interpreter classes are
quite crucial for people who want to embed Scala, automate
scala compilation etc. -- unfortunately I did not find too much
documentation on that topic.
On 2011-07-04 05:56, Trond Olsen wrote:
> The tools package concerns the compiler and isn't part of the standard
> library. You can find the latest documentation at
> http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/....
>
> On 3 July 2011 17:13, Johann Petrak > wrote:
>
> Maybe I am missing something but when I look at the
> "Scala API" documentation here:
> http://www.scala-lang.org/api/current/index.html
> I cannot find the scala.tools* packages.
>
> Why are these not included in the available documentation?
> Is there another place to look for these?
>
> Cheers,
> johann
>
>
On Sun, Jul 3, 2011 at 11:13 AM, Johann Petrak <johann.petrak@chello.at> wrote: