Movatterモバイル変換


[0]ホーム

URL:


D Logo
Menu
Search

Forums

Forum Index

Log in
Settings
Help
Index »Announce »Announcing a new library

Jump to page:124 
Page
Thread overview
Announcing a new library
Jan 01, 2007
Sean Kelly
Jan 01, 2007
Lars Ivar Igesund
Jan 01, 2007
Georg Wrede
Apr 18, 2013
Junaid
Jan 01, 2007
BCS
Jan 01, 2007
Sean Kelly
Jan 01, 2007
Jeff
Jan 01, 2007
Kirk McDonald
Jan 01, 2007
Sean Kelly
Jan 01, 2007
Derek Parnell
Jan 01, 2007
bls
Jan 01, 2007
Sean Kelly
Jan 01, 2007
Daniel919
Jan 01, 2007
Lars Ivar Igesund
Jan 01, 2007
Jonas Kivi
Jan 01, 2007
Lars Ivar Igesund
Jan 01, 2007
Justin C Calvarese
Jan 01, 2007
Marcin Kuszczak
Jan 01, 2007
Frits van Bommel
Jan 01, 2007
Sean Kelly
Jan 01, 2007
Frits van Bommel
Jan 01, 2007
kris
Jan 02, 2007
Derek Parnell
Jan 02, 2007
Charles D Hixson
Jan 01, 2007
Todor Totev
Jan 01, 2007
kris
Jan 01, 2007
Sean Kelly
Jan 01, 2007
Todor Totev
Jan 01, 2007
zz
Jan 01, 2007
Frits van Bommel
Jan 02, 2007
kris
Jan 02, 2007
zz
Jan 05, 2007
Bruno Medeiros
Jan 05, 2007
Lars Ivar Igesund
Jan 11, 2007
Lutger
Jan 11, 2007
Sean Kelly
January 01, 2007
Announcing a new library
Gravatar of Sean KellyPosted bySean KellyPermalinkReply
Sean Kelly
Gravatar of Sean Kelly


It is our pleasure to announce the existence of a new application library named Tango.  Originally born from discussions about how to better integrate Mango and Ares, Tango has since grown substantially in scope, design, and participation to something that truly outshines its humble beginnings.  More than a simple collection of tools, it is our belief that Tango is a framework on top of which to build robust and extensible D libraries and applications.  And as we feel the availability of solid and extensive documentation represents a prime factor in library accessibility, Tango features a robust and growing set of documentation, examples, and tutorials.  A beta code release will follow shortly after the D 1.0 milestone, but in the interim here is an outline of some of its features:* Modularity.  The compiler runtime and garbage collector implementation may be chosen at link-time.* Atomic mark/sweep garbage collection by default, with a malloc-based stub allocator to serve as an example for future development.* User interception of important language and system-level errors and events.* Various levels of concurrency, including process control, kernel threads, and fibers (stack threads).* A robust IO framework based on the Mango design.* An array of mathematics routines ranging from low-level IEEE interop. to high-level statistics and numerics.* A networking model that is growing to encompass some of the most common IO designs and network protocols.* Standard C, POSIX, and system API support.* Basic text processing, a container package, logging facilities, and more.Tango has been tested with both DMD and GDC on Windows, Linux, and MacOSX for the x86 and PPC architectures.A selection of contributors include:Alexander PanekAnders F. BjörklundBrad AndersonBrad RobertsCarlos SantanderChris MillerDon ClugstonEric AndertonFrank BenoitGregor RichardsKashia BuchKris BellJohn ChapmanJohn ReimerJuan ComellasLars Ivar IgesundMikola LysenkoRegan HeathSean KellyTomasz StachowiakUWB
January 01, 2007
Re: Announcing a new library
Gravatar of Lars Ivar IgesundPosted byLars Ivar Igesund
in reply toSean Kelly
PermalinkReply
Lars Ivar Igesund
Gravatar of Lars Ivar Igesund
Posted in reply toSean Kelly


If anyone would like to know more or contribute prior to release, please join the IRC channel #d.tango at Freenode, or send me a mail at 'larsivar at igesund dot net'.Happy new year everyone!-- Lars Ivar Igesundblog athttp://larsivi.netDSource & #D: larsivi
January 01, 2007
Re: Announcing a new library
Gravatar of BCSPosted byBCS
in reply toSean Kelly
PermalinkReply
BCS
Gravatar of BCS
Posted in reply toSean Kelly


Sweet!!, I hope I have time to give it a good try.
January 01, 2007
Re: Announcing a new library
Gravatar of Dawid CiężarkiewiczPosted byDawid Ciężarkiewicz
in reply toSean Kelly
PermalinkReply
Dawid Ciężarkiewicz
Gravatar of Dawid Ciężarkiewicz
Posted in reply toSean Kelly


Sean Kelly wrote:>It is our pleasure to announce the existence of a new application library named Tango.Does DSSS have it?
January 01, 2007
Re: Announcing a new library
Gravatar of Sean KellyPosted bySean Kelly
in reply toDawid Ciężarkiewicz
PermalinkReply
Sean Kelly
Gravatar of Sean Kelly
Posted in reply toDawid Ciężarkiewicz


Dawid Ciężarkiewicz wrote:>Sean Kelly wrote:>>>It is our pleasure to announce the existence of a new application>>library named Tango.>>Does DSSS have it?In a manner of speaking.  Tango is set up to work with DSSS but the source isn't available quite yet.Sean
January 01, 2007
Re: Announcing a new library
Gravatar of JeffPosted byJeff
in reply toSean Kelly
PermalinkReply
Jeff
Gravatar of Jeff
Posted in reply toSean Kelly


This is /very/ good to hear! I've been tossing up between various platforms for a web app I want to develop, so I'll certainly check this out as soon as it's available, and see if it meets my needs. :)I'm curious, though: if, after D spec 1.0 is finalised, heavy work begins on a new standard library (and if the contribution were welcome!), would you aim for a lot - if not all - of Tango to be folded into this?
January 01, 2007
Re: Announcing a new library
Gravatar of Kirk McDonaldPosted byKirk McDonald
in reply toJeff
PermalinkReply
Kirk McDonald
Gravatar of Kirk McDonald
Posted in reply toJeff


Jeff wrote:>This is /very/ good to hear! I've been tossing up between various platforms for a web app I want to develop, so I'll certainly check this out as soon as it's available, and see if it meets my needs. :)>>I'm curious, though: if, after D spec 1.0 is finalised, heavy work begins on a new standard library (and if the contribution were welcome!), would you aim for a lot - if not all - of Tango to be folded into this?Tango IS this. You install it by replacing Phobos.-- Kirk McDonaldPyd: Wrapping Python with Dhttp://pyd.dsource.org
January 01, 2007
Re: Announcing a new library
Gravatar of Sean KellyPosted bySean Kelly
in reply toJeff
PermalinkReply
Sean Kelly
Gravatar of Sean Kelly
Posted in reply toJeff


Jeff wrote:>This is /very/ good to hear! I've been tossing up between various platforms for a web app I want to develop, so I'll certainly check this out as soon as it's available, and see if it meets my needs. :)>>I'm curious, though: if, after D spec 1.0 is finalised, heavy work begins on a new standard library (and if the contribution were welcome!), would you aim for a lot - if not all - of Tango to be folded into this?The goal thus far has simply been to produce the best library we can and see what happens.  I think a lot of the rest depends on public response and on how standard library development proceeds post-1.0.Sean
January 01, 2007
Re: Announcing a new library
Gravatar of Derek ParnellPosted byDerek Parnell
in reply toSean Kelly
PermalinkReply
Derek Parnell
Gravatar of Derek Parnell
Posted in reply toSean Kelly


On Mon, 01 Jan 2007 01:15:04 -0800, Sean Kelly wrote:>Jeff wrote:>>This is /very/ good to hear! I've been tossing up between various platforms for a web app I want to develop, so I'll certainly check this out as soon as it's available, and see if it meets my needs. :)>>>>I'm curious, though: if, after D spec 1.0 is finalised, heavy work begins on a new standard library (and if the contribution were welcome!), would you aim for a lot - if not all - of Tango to be folded into this?>>The goal thus far has simply been to produce the best library we can and see what happens.  I think a lot of the rest depends on public response and on how standard library development proceeds post-1.0.>I plan to migrate Bud to the Tango library ASAP. There may be two versions for awhile, but let's see how she flies first.-- Derek Parnell
January 01, 2007
Re: Announcing a new library
Gravatar of Georg WredePosted byGeorg Wrede
in reply toLars Ivar Igesund
PermalinkReply
Georg Wrede
Gravatar of Georg Wrede
Posted in reply toLars Ivar Igesund


Lars Ivar Igesund wrote:>If anyone would like to know more or contribute prior to release, please>join the IRC channel #d.tango at Freenode, or send me a mail at 'larsivar>at igesund dot net'.>>Happy new year everyone!Congratulations!!!And my apologies for not having participated. :-(
« First   ‹ Prev
Top |Forum index |About this forum
Copyright © 1999-1980 by theD Language Foundation

[8]ページ先頭

©2009-2025 Movatter.jp