Thread overview
Tango + D2 + Mac
Oct 17, 2017
Fat_Umpalumpa
Oct 17, 2017
Neia Neutuladh
Oct 17, 2017
Fat_Umpalumpa
Oct 17, 2017
crimaniak
Oct 17, 2017
Jacob Carlborg
October 17, 2017
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!
October 17, 2017
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.
October 17, 2017
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.
October 17, 2017
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
October 17, 2017
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