Jump to page: 1 2
Thread overview
Mono-D v2.4.9 - Parser fixes
Sep 23, 2014
Alexander Bothe
Sep 23, 2014
Alexander Bothe
Sep 24, 2014
Alexander Bothe
Sep 25, 2014
Piotrek
Sep 26, 2014
Alexander Bothe
Sep 27, 2014
Piotrek
Sep 24, 2014
Dylan Knutson
Sep 25, 2014
Alexander Bothe
Sep 25, 2014
Mike James
Sep 25, 2014
Alexander Bothe
September 23, 2014
Hi everyone,

just wanted to announce a further small version bump of Mono-D. And yeah, despite my 2 week-break, development still continues!



Cheers,
Alex
September 23, 2014
On Tuesday, 23 September 2014 at 14:02:47 UTC, Alexander Bothe wrote:
> Hi everyone,
>
> just wanted to announce a further small version bump of Mono-D. And yeah, despite my 2 week-break, development still continues!
>
>
>
> Cheers,
> Alex

Durr, forgot to put in links:

Release notes: http://wiki.dlang.org/Mono-D_Release_Notes
Wiki: http://wiki.dlang.org/Mono-D
Github: https://github.com/aBothe/D_Parser / https://github.com/aBothe/Mono-D
September 23, 2014
On 9/23/14, 7:06 AM, Alexander Bothe wrote:
> On Tuesday, 23 September 2014 at 14:02:47 UTC, Alexander Bothe wrote:
>> Hi everyone,
>>
>> just wanted to announce a further small version bump of Mono-D. And
>> yeah, despite my 2 week-break, development still continues!
>>
>>
>>
>> Cheers,
>> Alex
>
> Durr, forgot to put in links:
>
> Release notes: http://wiki.dlang.org/Mono-D_Release_Notes
> Wiki: http://wiki.dlang.org/Mono-D
> Github: https://github.com/aBothe/D_Parser /
> https://github.com/aBothe/Mono-D

Awesome! I'm using it on OSX, works nice. -- Andrei
September 24, 2014
Already read it on Twitter - nice to hear this! :)

On Tuesday, 23 September 2014 at 16:53:23 UTC, Andrei Alexandrescu wrote:
> Awesome! I'm using it on OSX, works nice. -- Andrei

September 24, 2014
In the release notes:
> Sep 23th 2014

Ah yes, who can forget September twentythirth? ;-)

Thanks for your work on Mono-D, it has made Xamarin studio a viable IDE for me.
September 25, 2014
"Alexander Bothe" <info@alexanderbothe.com> wrote in message news:clmyaoqgxizsicodjapd@forum.dlang.org...
> Hi everyone,
>
> just wanted to announce a further small version bump of Mono-D. And yeah, despite my 2 week-break, development still continues!
>
>
>
> Cheers,
> Alex

Great. Any news of an integrated debugger... :-)

-=mike=- 

September 25, 2014
On Wednesday, 24 September 2014 at 17:43:55 UTC, Dylan Knutson wrote:
> In the release notes:
>> Sep 23th 2014
>
> Ah yes, who can forget September twentythirth? ;-)
>
> Thanks for your work on Mono-D, it has made Xamarin studio a viable IDE for me.

Copypasta ftw! :)
September 25, 2014
On Thursday, 25 September 2014 at 10:07:55 UTC, Mike James wrote:
> "Alexander Bothe" <info@alexanderbothe.com> wrote in message news:clmyaoqgxizsicodjapd@forum.dlang.org...
>> Hi everyone,
>>
>> just wanted to announce a further small version bump of Mono-D. And yeah, despite my 2 week-break, development still continues!
>>
>>
>>
>> Cheers,
>> Alex
>
> Great. Any news of an integrated debugger... :-)
>
> -=mike=-

Gonna look at the ugly mess tomorrow..although I can't make any
promises :/
September 25, 2014
On Tuesday, 23 September 2014 at 16:53:23 UTC, Andrei Alexandrescu wrote:
> On 9/23/14, 7:06 AM, Alexander Bothe wrote:
>> On Tuesday, 23 September 2014 at 14:02:47 UTC, Alexander Bothe wrote:
>>> Hi everyone,
>>>
>>> just wanted to announce a further small version bump of Mono-D. And
>>> yeah, despite my 2 week-break, development still continues!
>>>
>>>
>>>
>>> Cheers,
>>> Alex
>>
>> Durr, forgot to put in links:
>>
>> Release notes: http://wiki.dlang.org/Mono-D_Release_Notes
>> Wiki: http://wiki.dlang.org/Mono-D
>> Github: https://github.com/aBothe/D_Parser /
>> https://github.com/aBothe/Mono-D
>
> Awesome! I'm using it on OSX, works nice. -- Andrei

Same on Linux and Windows. I think Mono-D is the last bridge before we can see a full-blown IDE written in D.

I was shocked how smoothly Mono-D works compared to DDT. On linux it wasn't one click install though. I had to compile Monodevelop myself to get the plugin working. And to be fair I didn't check DDT for some time now.
In short, Mono-D FTW!

Alexander, thanks for your great contribution.

Piotrek
September 26, 2014
On Thursday, 25 September 2014 at 22:02:14 UTC, Piotrek wrote:
> I was shocked how smoothly Mono-D works compared to DDT.

Well maybe, but there's a lot of performance improvement required -- just open std.traits and see what lags there are due to its attempts to highlight usages of the currently selected symbol identifier :/

> On linux it wasn't one click install though. I had to compile Monodevelop myself to get the plugin working. And to be fair I didn't check DDT for some time now.

Instructions and a precompiled distro-independent bundle are given this time, though!

> In short, Mono-D FTW!
>
> Alexander, thanks for your great contribution.
>
> Piotrek


Thanks - and don't forget to file issue reports on github instead of raging silently, please! :-D
« First   ‹ Prev
1 2