- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Graph for Scala 2.9.0?
Fri, 2011-03-25, 13:16
Hi Everybody,
I'm proud to announce that the User Guide is now also available.
Please look at
http://www.assembla.com/spaces/scala-graph/documents
and for the accompanying test at
http://www.assembla.com/code/scala-graph/subversion/nodes/trunk/src-test...
Imo, Graph is ready to go, so I'd suggest to include it in 2.9.0. Do
you agree?
@Tiark: Could you please check the package structure as to whether it
fits? I've grouped a lot of smaller templates into the objects
GraphEdge and GraphPredef to avoid blowing up the scaladoc index
tree...
Looking forward to your feedback - especially that of the core team.
Cheers
Peter
Fri, 2011-03-25, 20:47
#2
Re: Graph for Scala 2.9.0?
As a tech writer/doc guy who's skimmed the user's manual--it's really, really nice! Concise without being terse, plenty of meaningful and easily understood examples, really good use of text styles and formatting to guide the eye in meaningful ways. I've often been saddened in the past at seeing really good libraries or tools that fail to gain traction because the designers don't realize the need for good docs. It's great to see that this is not a problem with Graph.
So, time for me to give a more detailed look at the manual to see if Graph is suitable for something I'm working on right now. I just wanted to give "two thumbs up" for what I've seen so far.
Cheers,Ken
So, time for me to give a more detailed look at the manual to see if Graph is suitable for something I'm working on right now. I just wanted to give "two thumbs up" for what I've seen so far.
Cheers,Ken
Sat, 2011-03-26, 13:17
#3
Re: Graph for Scala 2.9.0?
For those of you who just want to take a look at the API on the web:
http://www.tip-top-tipp.info/scala-graph/index.html
(Sorry, I've found no way on Assembla to upload a site.)
Sat, 2011-03-26, 15:17
#4
Re: Re: Graph for Scala 2.9.0?
Thanks for the contribution, Peter. It looks really good. It was too late to include in 2.9 as we feature froze a while ago. We plan next to build some kind of extended core library around the distribution and I think your package would make a great addition to that.
Cheers
-- Martin
On Sat, Mar 26, 2011 at 1:10 PM, Peter <peter.empen@arcor.de> wrote:
--
----------------------------------------------
Martin Odersky
Prof., EPFL and CEO, Scala Solutions
PSED, 1015 Lausanne, Switzerland
Cheers
-- Martin
On Sat, Mar 26, 2011 at 1:10 PM, Peter <peter.empen@arcor.de> wrote:
For those of you who just want to take a look at the API on the web:
http://www.tip-top-tipp.info/scala-graph/index.html
(Sorry, I've found no way on Assembla to upload a site.)
--
----------------------------------------------
Martin Odersky
Prof., EPFL and CEO, Scala Solutions
PSED, 1015 Lausanne, Switzerland
Sat, 2011-03-26, 16:07
#5
Re: Graph for Scala 2.9.0?
Hello Martin,
thank you for taking a look at Graph. Yes, it is a too late for 2.9.0
now, but this has the great advantage that Graph will be further
enhanced in the meantime. There is really so much I'd like to add...
Sorry if it's just a foundation at the moment, not a full-featured
library.
Is this planned “extended core library” due to have an independent
release cycle or will it be bound to the next Scala release such as
2.9.1?
Cheers
Peter
On 26 Mrz., 15:15, martin odersky wrote:
> Thanks for the contribution, Peter. It looks really good. It was too late to
> include in 2.9 as we feature froze a while ago. We plan next to build some
> kind of extended core library around the distribution and I think your
> package would make a great addition to that.
>
> Cheers
>
> -- Martin
>
> On Sat, Mar 26, 2011 at 1:10 PM, Peter wrote:
> > For those of you who just want to take a look at the API on the web:
>
> >http://www.tip-top-tipp.info/scala-graph/index.html
>
> > (Sorry, I've found no way on Assembla to upload a site.)
>
> --
> ----------------------------------------------
> Martin Odersky
> Prof., EPFL and CEO, Scala Solutions
> PSED, 1015 Lausanne, Switzerland
Sat, 2011-03-26, 16:17
#6
Re: Re: Graph for Scala 2.9.0?
On Sat, Mar 26, 2011 at 4:03 PM, Peter <peter.empen@arcor.de> wrote:
Hello Martin,Not exactly sure yet, but for the moment it looks like independent release cycle.
thank you for taking a look at Graph. Yes, it is a too late for 2.9.0
now, but this has the great advantage that Graph will be further
enhanced in the meantime. There is really so much I'd like to add...
Sorry if it's just a foundation at the moment, not a full-featured
library.
Is this planned “extended core library” due to have an independent
release cycle or will it be bound to the next Scala release such as
2.9.1?
Cheers
-- Martin
Cheers
Peter
On 26 Mrz., 15:15, martin odersky <martin.oder...@epfl.ch> wrote:
> Thanks for the contribution, Peter. It looks really good. It was too late to
> include in 2.9 as we feature froze a while ago. We plan next to build some
> kind of extended core library around the distribution and I think your
> package would make a great addition to that.
>
> Cheers
>
> -- Martin
>
> On Sat, Mar 26, 2011 at 1:10 PM, Peter <peter.em...@arcor.de> wrote:
> > For those of you who just want to take a look at the API on the web:
>
> >http://www.tip-top-tipp.info/scala-graph/index.html
>
> > (Sorry, I've found no way on Assembla to upload a site.)
>
> --
> ----------------------------------------------
> Martin Odersky
> Prof., EPFL and CEO, Scala Solutions
> PSED, 1015 Lausanne, Switzerland
--
----------------------------------------------
Martin Odersky
Prof., EPFL and CEO, Scala Solutions
PSED, 1015 Lausanne, Switzerland
Sun, 2011-03-27, 14:27
#7
Re: Re: Graph for Scala 2.9.0?
On 26/03/2011 15:15, martin odersky wrote:
> Thanks for the contribution, Peter. It looks really good. It was too
> late to include in 2.9 as we feature froze a while ago. We plan next to
> build some kind of extended core library around the distribution and I
> think your package would make a great addition to that.
Ho, an extended core library, that would be great.
It could mean that only a small core will be in Scala core library
(language construction, collections, etc), and other things (like actors
and swing ?) would go in that extended library ? And so, we could hope
for a smaller, quicker to load Scala core lib in a near future, in place
of one likely to increase in size (along with features) ? That would be
really nice.
Sun, 2011-03-27, 16:27
#8
Re: Re: Graph for Scala 2.9.0?
I'm a fan of this plan. Shuffling things that are used by some but not all apps and which legitimately may have dev cycles that don't mesh so well with the core into a constellation of extended core modules would be great - lets us avoid the mess Java got into with the "is it in the javax namespace or not or partly? or perhaps not at the verison I need it?" spaghetti pot-luck.
Matthew
On 27 March 2011 14:23, Francois <fanf42@gmail.com> wrote:
Matthew
On 27 March 2011 14:23, Francois <fanf42@gmail.com> wrote:
On 26/03/2011 15:15, martin odersky wrote:
Thanks for the contribution, Peter. It looks really good. It was too
late to include in 2.9 as we feature froze a while ago. We plan next to
build some kind of extended core library around the distribution and I
think your package would make a great addition to that.
Ho, an extended core library, that would be great.
It could mean that only a small core will be in Scala core library (language construction, collections, etc), and other things (like actors and swing ?) would go in that extended library ? And so, we could hope for a smaller, quicker to load Scala core lib in a near future, in place of one likely to increase in size (along with features) ? That would be really nice.
Sun, 2011-03-27, 17:57
#9
Re: Re: Graph for Scala 2.9.0?
+ 1
2011/3/27 Francois :
> On 26/03/2011 15:15, martin odersky wrote:
>>
>> Thanks for the contribution, Peter. It looks really good. It was too
>> late to include in 2.9 as we feature froze a while ago. We plan next to
>> build some kind of extended core library around the distribution and I
>> think your package would make a great addition to that.
>
>
> Ho, an extended core library, that would be great.
> It could mean that only a small core will be in Scala core library (language
> construction, collections, etc), and other things (like actors and swing ?)
> would go in that extended library ? And so, we could hope for a smaller,
> quicker to load Scala core lib in a near future, in place of one likely to
> increase in size (along with features) ? That would be really nice.
>
>
> --
> Francois ARMAND
> http://fanf42.blogspot.com
> http://www.normation.com
>
On Fri, Mar 25, 2011 at 12:16 PM, Peter wrote:
> Imo, Graph is ready to go, so I'd suggest to include it in 2.9.0. Do
> you agree?
2.9.0-RC1 will be out next week according to the latest I've heard. It
doesn't seem like the time to be adding new features.
Best,
Ismael