December 31, 2013
On Thursday, 25 September 2008 at 14:00:30 UTC, bearophile wrote:
> D1 + Tango with a different Python-inspired syntax; close to my ideal language:
>
> http://delight.sourceforge.net/
>
> There are just few things I don't like, but they are generally minor, and maybe the author can change some of them still.
>
> Bye,
> bearophile

It's close to my ideal language as well, which is why I've decided to take up the cause again. Unfortunately the last changes to the code were 5 years ago, and D has progressed since then. So I'm going to start over with the same ideals in mind. If anyone wants to contribute, the code will be hosted at http://github.com/pplantinga/delight

So I have what is probably a noob question: is there any way for me to compile the generated D code without packaging an entire D compiler?
December 31, 2013
> On Thursday, 25 September 2008 at 14:00:30 UTC, bearophile wrote:
>> D1 + Tango with a different Python-inspired syntax; close to my ideal
>> language:
>> http://delight.sourceforge.net/

On Mon, Dec 30, 2013 at 6:31 PM, pplantinga <plantinga.peter@gmail.com> wrote:
> It's close to my ideal language as well, which is why I've decided to take up the cause again. Unfortunately the last changes to the code were 5 years ago, and D has progressed since then. So I'm going to start over with the same ideals in mind. If anyone wants to contribute, the code will be hosted at http://github.com/pplantinga/delight

If anyone is interested, I was recently working on an indentation based "alternative syntax" for D, which I have named Finesse.  Finesse is written in Lua and outputs D source code.

https://github.com/parke/finesse

-Parke
January 02, 2014
On Thursday, 25 September 2008 at 14:27:42 UTC, bearophile wrote:
> Mosfet:
>> Is there any performance loss from compared to D language ?
>
> No, it's just D1 resyntaxed. That is, it generally improves on the old-school syntax of D ;-)
>
> Bye,
> bearophile

"Improves" is pretty subjective...
January 02, 2014
On Thursday, 25 September 2008 at 14:00:30 UTC, bearophile wrote:
> D1 + Tango with a different Python-inspired syntax; close to my ideal language:
>
> http://delight.sourceforge.net/
>
> There are just few things I don't like, but they are generally minor, and maybe the author can change some of them still.
>
> Bye,
> bearophile

Thank you for telling that it has "Python-inspired" syntax, so I save myself time by avoiding the project...
1 2 3 4 5 6 7
Next ›   Last »