www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Tango 0.99.3 Triller released

reply Lars Ivar Igesund <larsivar igesund.net> writes:
Dear D community

The most recent version of Tango is now available for download. Named after
Peter Triller for his robust Unicode classification & transformation
contribution (toUpper, toLower, toTitle, isX, etc), this release contains
several other notable additions and improvements:

 * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
the -defaultlib switch. This enables phobos to install side-by-side with
Tango
 * full-featured tango.util.time.ISO8601 from Deewiant
 * tango.text.Unicode, courtesy of Peter Triller
 * new tango.io.stream KISS package, exposing various convenience wrappers
and filters
 * VFS (1) is functional and awaiting Zip support. Are you interested in
writing a webDav or FTP driver?
 * Preserve GC block attributes across reallocations, resolving some issues
with void[] resizing
 * Formatting with Layout now works on X86_64, thanks to David Brown
 * Support for DMD 1.023

Also note that there is an experimental D2.0 branch in our repositories now.

For a complete list of changes please see
http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all
feedback and testing.

We are always looking for new participants, so feel free to contact us via
the page linked below. In particular, we are looking for someone to help
drive the online presence via our Trac pages, and for additional VFS
adapters.

Tango.Scrapple at DSource is functioning as a place for Tango compatible
code, and as a staging ground for future inclusion in Tango.

(1) http://www.dsource.org/projects/tango/wiki/ChapterVFS

The Tango homepage can be found at http://www.dsource.org/projects/tango

Downloads:
http://www.dsource.org/projects/tango/wiki/Download

See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
detailed installation instructions for your system.

Contact:
http://www.dsource.org/projects/tango/wiki/Contact

Signed,

The Tango Team

http://www.dsource.org/projects/tango/wiki/Contributors

----

Tango is a D library providing a cohesive runtime and library for the D
programming language. A feature list can be found on
http://www.dsource.org/projects/tango/wiki/Features
Nov 14 2007
next sibling parent Daniel Keep <daniel.keep.lists gmail.com> writes:
Lars Ivar Igesund wrote:
 Dear D community
 
 The most recent version of Tango is now available for download. Named after
 Peter Triller for his robust Unicode classification & transformation
 contribution (toUpper, toLower, toTitle, isX, etc), this release contains
 several other notable additions and improvements:
Grats to Peter; welcome to the "people who've had a Tango release named after them" club. *raises glass*
  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
Haaaa-le-lu-ja! I can *finally* get rid of my insane side-by-side setup! That's pretty much my whole history with D: find some crazy way of doing something, then have it obsoleted... :P Ok, back to study :'( -- Daniel
Nov 14 2007
prev sibling next sibling parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"Lars Ivar Igesund" <larsivar igesund.net> wrote in message 
news:fhed5u$abm$1 digitalmars.com...
 Dear D community

 The most recent version of Tango is now available for download. Named 
 after
 Peter Triller for his robust Unicode classification & transformation
 contribution (toUpper, toLower, toTitle, isX, etc), this release contains
 several other notable additions and improvements:

 * DMD builds no longer generate libphobos.a/phobos.lib, but instead 
 utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
 * full-featured tango.util.time.ISO8601 from Deewiant
 * tango.text.Unicode, courtesy of Peter Triller
 * new tango.io.stream KISS package, exposing various convenience wrappers
 and filters
 * VFS (1) is functional and awaiting Zip support. Are you interested in
 writing a webDav or FTP driver?
 * Preserve GC block attributes across reallocations, resolving some issues
 with void[] resizing
 * Formatting with Layout now works on X86_64, thanks to David Brown
 * Support for DMD 1.023
Yaaaay!
Nov 14 2007
prev sibling next sibling parent reply Clay Smith <clayasaurus gmail.com> writes:
Lars Ivar Igesund wrote:
 Dear D community
 
 The most recent version of Tango is now available for download. Named after
 Peter Triller for his robust Unicode classification & transformation
 contribution (toUpper, toLower, toTitle, isX, etc), this release contains
 several other notable additions and improvements:
 
  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
  * full-featured tango.util.time.ISO8601 from Deewiant
  * tango.text.Unicode, courtesy of Peter Triller
  * new tango.io.stream KISS package, exposing various convenience wrappers
 and filters
  * VFS (1) is functional and awaiting Zip support. Are you interested in
 writing a webDav or FTP driver?
  * Preserve GC block attributes across reallocations, resolving some issues
 with void[] resizing
  * Formatting with Layout now works on X86_64, thanks to David Brown
  * Support for DMD 1.023
 
 Also note that there is an experimental D2.0 branch in our repositories now.
 
 For a complete list of changes please see
 http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all
 feedback and testing.
 
 We are always looking for new participants, so feel free to contact us via
 the page linked below. In particular, we are looking for someone to help
 drive the online presence via our Trac pages, and for additional VFS
 adapters.
 
 Tango.Scrapple at DSource is functioning as a place for Tango compatible
 code, and as a staging ground for future inclusion in Tango.
 
 (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS
 
 The Tango homepage can be found at http://www.dsource.org/projects/tango
 
 Downloads:
 http://www.dsource.org/projects/tango/wiki/Download
 
 See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
 detailed installation instructions for your system.
 
 Contact:
 http://www.dsource.org/projects/tango/wiki/Contact
 
 Signed,
 
 The Tango Team
 
 http://www.dsource.org/projects/tango/wiki/Contributors
 
 ----
 
 Tango is a D library providing a cohesive runtime and library for the D
 programming language. A feature list can be found on
 http://www.dsource.org/projects/tango/wiki/Features
Yay! However I'm having trouble with the Windows DSSS net install... I get ---------------- Installing tango core... tango.core.Exception.IOException: .\tango-win32-dmd.lib :: The system cannot find the file specified tango Installing tangocore Installing tango --------------- And my tango program fails to build.
Nov 14 2007
parent Sean Kelly <sean f4.ca> writes:
Clay Smith wrote:
 
 Yay! However I'm having trouble with the Windows DSSS net install... I get
 
 ----------------
 
 Installing tango core...
 tango.core.Exception.IOException: .\tango-win32-dmd.lib :: The system 
 cannot find the file specified
 
 tango
 
 Installing tangocore
 
 Installing tango
 
 ---------------
 
 And my tango program fails to build.
Perhaps Gregor can answer this one. I've checked lib/install-dmd.exe and it works as intended, so this must be something on the DSSS/Rebuild side. Sean
Nov 14 2007
prev sibling next sibling parent reply Lutger <lutger.blijdestijn gmail.com> writes:
Great!

The new IO docs are nice.
Nov 14 2007
next sibling parent reply Chad J <gamerChad _spamIsBad_gmail.com> writes:
Lutger wrote:
 Great!
 
 The new IO docs are nice.
No kidding. I had to take a look when I read this, and I have to agree. Well done.
Nov 14 2007
parent reply BCS <ao pathlink.com> writes:
Reply to Chad,

 Lutger wrote:
 
 Great!
 
 The new IO docs are nice.
 
No kidding. I had to take a look when I read this, and I have to agree. Well done.
YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked. Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.
Nov 14 2007
next sibling parent reply "Kris" <foo bar.com> writes:
Boorad has been messing with some software to convert the Wiki into pdf 
format ...

- Kris


"BCS" <ao pathlink.com> wrote in message 
news:ce0a334325c1c8c9f5295fcfdc6c news.digitalmars.com...
 Reply to Chad,

 Lutger wrote:

 Great!

 The new IO docs are nice.
No kidding. I had to take a look when I read this, and I have to agree. Well done.
YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked. Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.
Nov 15 2007
next sibling parent BCS <ao pathlink.com> writes:
Reply to kris,

 Boorad has been messing with some software to convert the Wiki into
 pdf format ...
 
 - Kris
 
That would be great (not my first choice, but it would get the job done)
Nov 15 2007
prev sibling parent reply Lars Noschinski <lars-2006-1 usenet.noschinski.de> writes:
* Kris <foo bar.com> [07-11-15 10:11]:
Boorad has been messing with some software to convert the Wiki into pdf 
format ...
A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.
Nov 18 2007
parent reply "Kris" <foo bar.com> writes:
Can you do something to assist in this process?


"Lars Noschinski" <lars-2006-1 usenet.noschinski.de> wrote in message 
news:20071118084508.GA21034 lars.home.noschinski.de...
* Kris <foo bar.com> [07-11-15 10:11]:
Boorad has been messing with some software to convert the Wiki into pdf 
format ...
A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.
Nov 18 2007
parent reply Lars Noschinski <lars-2006-1 usenet.noschinski.de> writes:
* Kris <foo bar.com> [07-11-18 21:00]:
"Lars Noschinski" <lars-2006-1 usenet.noschinski.de> wrote:
 A downloadable HTML version would be much better. IMO, PDF is not
 well-suited to be viewed on screen.
Can you do something to assist in this process?
% wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/projects/tango/wiki/TitleIndex gives usable but raw output. It would be a good idea to filter out those standard wiki pages and apply an XSLT transformation to remove the unneeded navigation elements.
Nov 18 2007
parent Daniel Keep <daniel.keep.lists gmail.com> writes:
Lars Noschinski wrote:
 * Kris <foo bar.com> [07-11-18 21:00]:
 "Lars Noschinski" <lars-2006-1 usenet.noschinski.de> wrote:
 A downloadable HTML version would be much better. IMO, PDF is not
 well-suited to be viewed on screen.
Can you do something to assist in this process?
% wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/projects/tango/wiki/TitleIndex gives usable but raw output. It would be a good idea to filter out those standard wiki pages and apply an XSLT transformation to remove the unneeded navigation elements.
I use this to suck down the API reference. There are also a few .js files you need to manually get, but I'm not sure which ones... wget -np -nH -m -p -k -E -x --cut-dirs=4 \ http://www.dsource.org/projects/tango/docs/current/ wget -np -nH -m -p -k -E -x --cut-dirs=6 \ http://svn.dsource.org/projects/tango/trunk/doc/html/candydoc/img/
Nov 18 2007
prev sibling parent Adil <adil.baig aidezigns.com> writes:
Try using http://www.httrack.com/

BCS wrote:
 Reply to Chad,

 Lutger wrote:

 Great!

 The new IO docs are nice.
No kidding. I had to take a look when I read this, and I have to agree. Well done.
YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked. Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.
Nov 15 2007
prev sibling parent "Kris" <foo bar.com> writes:
Keinfarbton is the one responsible for that. A whole lot better, I'd say


"Lutger" <lutger.blijdestijn gmail.com> wrote in message 
news:fhf85s$2697$1 digitalmars.com...
 Great!

 The new IO docs are nice. 
Nov 15 2007
prev sibling next sibling parent reply Bruno Medeiros <brunodomedeiros+spam com.gmail> writes:
What, no zombies or ghouls in this release?? :P



Hehe, keep up the good work :)

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
Nov 15 2007
parent "Kris" <foo bar.com> writes:
 What, no zombies or ghouls in this release?? :P
Only larsivi and I :p
Nov 15 2007
prev sibling next sibling parent reply redsea <redsea 163.com> writes:
Upgraded.
for make it compiled in dsss, I had to compile a svn trunk version dsss.

everythin is ok, except log.trace changed, in pervious svn, it provide a api
like stdout, so I can use trace(3).newline, so I change from my syncPrint to
it, after upgrade, it's api is like log, my code broken, so I change back to my
syncPrint :)

Lars Ivar Igesund Wrote:

 Dear D community
Nov 16 2007
parent "Kris" <foo bar.com> writes:
Yeah, that had to change in order to make the output atomic

"redsea" <redsea 163.com> wrote in message 
news:fhjsct$1pb2$1 digitalmars.com...
 Upgraded.
 for make it compiled in dsss, I had to compile a svn trunk version dsss.

 everythin is ok, except log.trace changed, in pervious svn, it provide a 
 api like stdout, so I can use trace(3).newline, so I change from my 
 syncPrint to it, after upgrade, it's api is like log, my code broken, so I 
 change back to my syncPrint :)

 Lars Ivar Igesund Wrote:

 Dear D community
Nov 16 2007
prev sibling next sibling parent reply Denton Cockburn <diboss hotmail.com> writes:
On Wed, 14 Nov 2007 09:55:26 +0100, Lars Ivar Igesund wrote:

 Dear D community
 
 The most recent version of Tango is now available for download. Named after
 Peter Triller for his robust Unicode classification & transformation
 contribution (toUpper, toLower, toTitle, isX, etc), this release contains
 several other notable additions and improvements:
 
  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
  * full-featured tango.util.time.ISO8601 from Deewiant
  * tango.text.Unicode, courtesy of Peter Triller
  * new tango.io.stream KISS package, exposing various convenience wrappers
 and filters
  * VFS (1) is functional and awaiting Zip support. Are you interested in
 writing a webDav or FTP driver?
  * Preserve GC block attributes across reallocations, resolving some issues
 with void[] resizing
  * Formatting with Layout now works on X86_64, thanks to David Brown
  * Support for DMD 1.023
 
 Also note that there is an experimental D2.0 branch in our repositories now.
 
 For a complete list of changes please see
 http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all
 feedback and testing.
 
 We are always looking for new participants, so feel free to contact us via
 the page linked below. In particular, we are looking for someone to help
 drive the online presence via our Trac pages, and for additional VFS
 adapters.
 
 Tango.Scrapple at DSource is functioning as a place for Tango compatible
 code, and as a staging ground for future inclusion in Tango.
 
 (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS
 
 The Tango homepage can be found at http://www.dsource.org/projects/tango
 
 Downloads:
 http://www.dsource.org/projects/tango/wiki/Download
 
 See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
 detailed installation instructions for your system.
 
 Contact:
 http://www.dsource.org/projects/tango/wiki/Contact
 
 Signed,
 
 The Tango Team
 
 http://www.dsource.org/projects/tango/wiki/Contributors
 
 ----
 
 Tango is a D library providing a cohesive runtime and library for the D
 programming language. A feature list can be found on
 http://www.dsource.org/projects/tango/wiki/Features
This still doesn't allow both to be used in the same code though right? How's that coming along, timeframe?
Nov 16 2007
parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"Denton Cockburn" <diboss hotmail.com> wrote in message 
news:pan.2007.11.16.16.19.08.743371 hotmail.com...

 This still doesn't allow both to be used in the same code though right?
 How's that coming along, timeframe?
It probably won't happen with D1, unless Walter really wants to pull the rug out from under Phobos 1. But you can still use Tangobos, which works, in most cases, flawlessly.
Nov 16 2007
prev sibling next sibling parent reply "Kris" <foo bar.com> writes:
Ach!

Don't know how we managed to skip this one, but Daniel contributed an 
awesome Convert module, which exposes a to!(type)(value) interface and seems 
to convert almost anything to almost anything. It has some unique and very 
handy features, is highly extensible via struct/class methods, and is a 
really great example of how to apply both templates and CFTE. Written with 
the usual clarity and quality that Daniel is becoming known for.

Oh, and documented also ... check it out in tango.util.Convert!

- Kris

"Lars Ivar Igesund" <larsivar igesund.net> wrote in message 
news:fhed5u$abm$1 digitalmars.com...
 Dear D community

 The most recent version of Tango is now available for download. Named 
 after
 Peter Triller for his robust Unicode classification & transformation
 contribution (toUpper, toLower, toTitle, isX, etc), this release contains
 several other notable additions and improvements:

 * DMD builds no longer generate libphobos.a/phobos.lib, but instead 
 utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
 * full-featured tango.util.time.ISO8601 from Deewiant
 * tango.text.Unicode, courtesy of Peter Triller
 * new tango.io.stream KISS package, exposing various convenience wrappers
 and filters
 * VFS (1) is functional and awaiting Zip support. Are you interested in
 writing a webDav or FTP driver?
 * Preserve GC block attributes across reallocations, resolving some issues
 with void[] resizing
 * Formatting with Layout now works on X86_64, thanks to David Brown
 * Support for DMD 1.023

 Also note that there is an experimental D2.0 branch in our repositories 
 now.

 For a complete list of changes please see
 http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome 
 all
 feedback and testing.

 We are always looking for new participants, so feel free to contact us via
 the page linked below. In particular, we are looking for someone to help
 drive the online presence via our Trac pages, and for additional VFS
 adapters.

 Tango.Scrapple at DSource is functioning as a place for Tango compatible
 code, and as a staging ground for future inclusion in Tango.

 (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS

 The Tango homepage can be found at http://www.dsource.org/projects/tango

 Downloads:
 http://www.dsource.org/projects/tango/wiki/Download

 See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
 detailed installation instructions for your system.

 Contact:
 http://www.dsource.org/projects/tango/wiki/Contact

 Signed,

 The Tango Team

 http://www.dsource.org/projects/tango/wiki/Contributors

 ----

 Tango is a D library providing a cohesive runtime and library for the D
 programming language. A feature list can be found on
 http://www.dsource.org/projects/tango/wiki/Features 
Nov 16 2007
next sibling parent yidabu <yidabu.nospam gmail.com> writes:
You can say that again!

thanks, kris, Daniel! 



Kris Wrote:

 Ach!
 
 Don't know how we managed to skip this one, but Daniel contributed an 
 awesome Convert module, which exposes a to!(type)(value) interface and seems 
 to convert almost anything to almost anything. It has some unique and very 
 handy features, is highly extensible via struct/class methods, and is a 
 really great example of how to apply both templates and CFTE. Written with 
 the usual clarity and quality that Daniel is becoming known for.
 
 Oh, and documented also ... check it out in tango.util.Convert!
 
 - Kris
 
 "Lars Ivar Igesund" <larsivar igesund.net> wrote in message 
 news:fhed5u$abm$1 digitalmars.com...
 Dear D community

 The most recent version of Tango is now available for download. Named 
 after
 Peter Triller for his robust Unicode classification & transformation
 contribution (toUpper, toLower, toTitle, isX, etc), this release contains
 several other notable additions and improvements:

 * DMD builds no longer generate libphobos.a/phobos.lib, but instead 
 utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
 * full-featured tango.util.time.ISO8601 from Deewiant
 * tango.text.Unicode, courtesy of Peter Triller
 * new tango.io.stream KISS package, exposing various convenience wrappers
 and filters
 * VFS (1) is functional and awaiting Zip support. Are you interested in
 writing a webDav or FTP driver?
 * Preserve GC block attributes across reallocations, resolving some issues
 with void[] resizing
 * Formatting with Layout now works on X86_64, thanks to David Brown
 * Support for DMD 1.023

 Also note that there is an experimental D2.0 branch in our repositories 
 now.

 For a complete list of changes please see
 http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome 
 all
 feedback and testing.

 We are always looking for new participants, so feel free to contact us via
 the page linked below. In particular, we are looking for someone to help
 drive the online presence via our Trac pages, and for additional VFS
 adapters.

 Tango.Scrapple at DSource is functioning as a place for Tango compatible
 code, and as a staging ground for future inclusion in Tango.

 (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS

 The Tango homepage can be found at http://www.dsource.org/projects/tango

 Downloads:
 http://www.dsource.org/projects/tango/wiki/Download

 See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
 detailed installation instructions for your system.

 Contact:
 http://www.dsource.org/projects/tango/wiki/Contact

 Signed,

 The Tango Team

 http://www.dsource.org/projects/tango/wiki/Contributors

 ----

 Tango is a D library providing a cohesive runtime and library for the D
 programming language. A feature list can be found on
 http://www.dsource.org/projects/tango/wiki/Features 
Nov 17 2007
prev sibling parent reply Daniel Keep <daniel.keep.lists gmail.com> writes:
Kris wrote:
 ... Written with the usual clarity and quality that Daniel is becoming known
for.
Sorry about that. I'll try to reduce the gobbledygook quotient next time... -- Daniel
Nov 17 2007
parent "Kris" <foo bar.com> writes:
hehe ... er, that is, clarity and quality of the most excellent variety  :)


"Daniel Keep" <daniel.keep.lists gmail.com> wrote in message 
news:fho83r$209d$1 digitalmars.com...
 Kris wrote:
 ... Written with the usual clarity and quality that Daniel is becoming 
 known for.
Sorry about that. I'll try to reduce the gobbledygook quotient next time... -- Daniel
Nov 17 2007
prev sibling next sibling parent reply Brian Hay <bhay construct3d.com> writes:
Lars Ivar Igesund wrote:
  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
Are all the online docs updated to reflect the above? I am a little confused regarding: http://dsource.org/projects/tango/wiki/WindowsInstall http://dsource.org/projects/tango/wiki/TopicFirstTangoProgram And use of the DMD -defaultlib switch. Maybe I haven't read things correctly, so sorry for the silly questions if that's the case.
Nov 17 2007
parent "Kris" <foo bar.com> writes:
Hello,

The install doc looks recent enough (from a glance) since it refers 
to -defaultlib, though the other link appears to show the use of 'bud' for 
compilation. I'm not sure whether bud is aware of -defaultlib or not, or 
whether that would even matter. However, if you have an sc.ini configured to 
use -defaultlib (or have installed the downloadable dmd+Tango bundle from 
dsource) then you should be good to go just using dmd. If you are using 
Win32, I'd tend to suggest using the bundle. If on linux, I understand there 
are tools/scripts to update the config files appropriately.

Hope this helps, but if not, perhaps you can describe the issue you've run 
into a bit further? Better still, jump onto freenode IRC and join #d.tango 
... someone there should be able to help you get going quickly.


"Brian Hay" <bhay construct3d.com> wrote in message 
news:fhoc0k$25dr$1 digitalmars.com...
 Lars Ivar Igesund wrote:
  * DMD builds no longer generate libphobos.a/phobos.lib, but instead 
 utilize
 the -defaultlib switch. This enables phobos to install side-by-side with
 Tango
Are all the online docs updated to reflect the above? I am a little confused regarding: http://dsource.org/projects/tango/wiki/WindowsInstall http://dsource.org/projects/tango/wiki/TopicFirstTangoProgram And use of the DMD -defaultlib switch. Maybe I haven't read things correctly, so sorry for the silly questions if that's the case.
Nov 17 2007
prev sibling parent BLS <nanali nospam-wanadoo.fr> writes:
Lars Ivar Igesund schrieb:
 Dear D community
 .... 
Just want to say: THANK YOU FOLKS. It is absolutely amazing what you have created in your spare time. Incredible. Bjoern
Nov 19 2007