Re: Tango + D2 + Mac

2017-10-17 Thread Jacob Carlborg via Digitalmars-d-learn

On 2017-10-17 04:52, Fat_Umpalumpa wrote:
I am having a lot of trouble trying to install Tango to use with D2 on 
my mac os Sierra. Is this even possible? Thanks!


It can be used as a Dub package [1]. But it will not compile with the 
latest version of DMD. 2.071.0 is the latest version it compiles with.


[1] http://code.dlang.org/packages/tango

--
/Jacob Carlborg


Re: Tango + D2 + Mac

2017-10-17 Thread crimaniak via Digitalmars-d-learn

On Tuesday, 17 October 2017 at 04:01:54 UTC, Fat_Umpalumpa wrote:


Do you by any chance know anything that replaced std.xml?
Everything I look up on it suggests not to use it.


Is this really a problem? In this case, I can help: I recommend 
to use it. And only if you really will have performance problems, 
try something else. https://code.dlang.org/search?q=xml


Re: Tango + D2 + Mac

2017-10-16 Thread Fat_Umpalumpa via Digitalmars-d-learn

On Tuesday, 17 October 2017 at 03:25:53 UTC, Neia Neutuladh wrote:

I take it you're using https://github.com/SiegeLord/Tango-D2 ?

I tried it out about a year ago and it worked, but your mileage 
may vary. For the most part, Phobos and various Dub packages 
have superseded it. Tango's main benefit was that it was code 
that was well maintained over the course of several years, and 
that's no longer true.


Yeah I tried installing Tango-D2 but the installation page is 
throwing me off... too many steps that don't work for me.


Do you by any chance know anything that replaced std.xml?
Everything I look up on it suggests not to use it.


Re: Tango + D2 + Mac

2017-10-16 Thread Neia Neutuladh via Digitalmars-d-learn

On Tuesday, 17 October 2017 at 02:52:41 UTC, Fat_Umpalumpa wrote:
I am having a lot of trouble trying to install Tango to use 
with D2 on my mac os Sierra. Is this even possible? Thanks!


I take it you're using https://github.com/SiegeLord/Tango-D2 ?

I tried it out about a year ago and it worked, but your mileage 
may vary. For the most part, Phobos and various Dub packages have 
superseded it. Tango's main benefit was that it was code that was 
well maintained over the course of several years, and that's no 
longer true.


Tango + D2 + Mac

2017-10-16 Thread Fat_Umpalumpa via Digitalmars-d-learn
I am having a lot of trouble trying to install Tango to use with 
D2 on my mac os Sierra. Is this even possible? Thanks!