Re: Mono-D v0.4.8

2013-01-16 Thread alex
On Wednesday, 16 January 2013 at 07:13:01 UTC, timotheecour wrote: and another bug: (I've updated to the correct stable version as per your instructions, since my last post included). Not sure how to reproduce this bug but it just happened after switching back to MD (i'm on OSX): A fatal err

Re: A look at the D programming language by Ferdynand Górski

2013-01-16 Thread Chris
For many applications where a scripted language really shines, there are usually security related issues that require placing strict limitations on what the scripts are allowed to do. You have to understand that the scripts tend to be implemented by the users of the system, rather than just

Re: A look at the D programming language by Ferdynand Górski

2013-01-16 Thread Regan Heath
On Tue, 15 Jan 2013 20:06:05 -, Walter Bright wrote: On 1/15/2013 4:09 AM, bearophile wrote: One common indentation-related bug is caused by relying on the indentation to understand code, while the curly brace language compiler ignores what you were seeing and only sees the braces. I

Re: A look at the D programming language by Ferdynand Górski

2013-01-16 Thread mist
On Wednesday, 16 January 2013 at 10:59:46 UTC, Regan Heath wrote: In an ideal world the source code would be stored in file on disk in some "standard" format, and displayed in each programmers editor in their own preferred format. It could end all arguments about code formatting, for good. R

Re: Mono-D v0.4.8

2013-01-16 Thread alex
On Wednesday, 16 January 2013 at 06:47:49 UTC, timotheecour wrote: A) Awesome, again these problems - which MD version do you've got installed? 3.0.6 stable? Then please switch to the mono-d.alexanderbothe.com/stableMD repository 3.1.0 beta? Then switch to the mono-d.alexanderbothe.com repo. O

Re: Mono-D v0.4.8

2013-01-16 Thread F i L
alex wrote: @Fil: I haven't changed anything regarding GDB support (yet). I'm sorry but I get myself desperate too about what the guys from MD tend to do sometimes. ;) Okay, I'll ask the Arch community then. Thanks -- What is linux-vdso.so.1 ? It's one of the many magical, compressed quan

Re: A look at the D programming language by Ferdynand Górski

2013-01-16 Thread renoX
On Tuesday, 15 January 2013 at 13:43:12 UTC, Chris wrote: On Tuesday, 15 January 2013 at 12:36:42 UTC, bearophile wrote: Chris: Nested for loops with if-statements can be hard on the eye in Python, because you have to go back an double check on which level you actually are If you use the st

Re: Mono-D v0.4.8

2013-01-16 Thread Rory McGuire
Vdso seems to be a way to make kernel function calls without using system calls by making the function available in a virtual dynamic shared object file. m.linuxjournal.com/content/creating-vdso-colonels-other-chicken On 16 Jan 2013 17:25, "F i L" wrote: > alex wrote: > >> @Fil: I haven't changed