digitalmars.D.learn - Tango + D2 + Mac
- Fat_Umpalumpa (2/2) Oct 16 2017 I am having a lot of trouble trying to install Tango to use with
- Neia Neutuladh (7/9) Oct 16 2017 I take it you're using https://github.com/SiegeLord/Tango-D2 ?
- Fat_Umpalumpa (5/11) Oct 16 2017 Yeah I tried installing Tango-D2 but the installation page is
- crimaniak (4/6) Oct 17 2017 Is this really a problem? In this case, I can help: I recommend
- Jacob Carlborg (6/8) Oct 17 2017 It can be used as a Dub package [1]. But it will not compile with the
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!
Oct 16 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.
Oct 16 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.
Oct 16 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
Oct 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
Oct 17 2017