This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Graph for Scala 2.9.0?

9 replies
Peter 2
Joined: 2011-02-16,
User offline. Last seen 42 years 45 weeks ago.

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

Ismael Juma 2
Joined: 2011-01-22,
User offline. Last seen 42 years 45 weeks ago.
Re: Graph for Scala 2.9.0?

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

Ken McDonald
Joined: 2011-02-13,
User offline. Last seen 42 years 45 weeks ago.
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
Peter 2
Joined: 2011-02-16,
User offline. Last seen 42 years 45 weeks ago.
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.)

odersky
Joined: 2008-07-29,
User offline. Last seen 45 weeks 6 days ago.
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:
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


Peter 2
Joined: 2011-02-16,
User offline. Last seen 42 years 45 weeks ago.
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

odersky
Joined: 2008-07-29,
User offline. Last seen 45 weeks 6 days ago.
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,

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?

Not exactly sure yet, but for the moment it looks like independent release cycle.

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


fanf
Joined: 2009-03-17,
User offline. Last seen 2 years 30 weeks ago.
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.

Matthew Pocock 3
Joined: 2010-07-30,
User offline. Last seen 42 years 45 weeks ago.
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:
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.


Ruediger Keller 2
Joined: 2010-04-30,
User offline. Last seen 42 years 45 weeks ago.
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
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland