[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ANN: Dao, the official 1.0 version is released

Limin Fu

3/6/2009 5:58:00 PM

Hi,

This is to announce the first official release of Dao.

Dao is a simple yet powerful object-oriented programming language with
many advanced features including, soft (or optional) typing, BNF-like
macro system, regular expression, multi-dimensional numeric array,
closure, coroutine, asynchronous function call for concurrent
programming etc. Dao provides a rich set of standard data types,
methods and libraries. Dao is implemented as a light and efficient
virtual machine with very transparent C programming interfaces, which
make it easy to extend Dao with C/C++ or embed Dao into C/C++
programs.

There have been a lot of improvements since the last release
including: a lot of bug fixing and some broken feature fixing; several
large implementation changes to improve the structure and clarity of
the codes; and some implementation of new features. For the details,
please have a look at: http://www.../?page=dao....

Besides the improvements to the language and its implementation, the
modules, tools, documentations and website associated with this
language have also been improved greatly. The documentations are more
complete than before, and are prepared in nice formats for easy
referencing. A number of demos are also included in the release,
including some programs for the The Computer Language Benchmarks Game,
which can be tried out just for fun.

One automatic tool (tools/autobind.dao) was developed using Dao
itself, and was used to create most of the released Dao extending
modules, by generating wrappers directly from the header files of the
corresponding C/C++ libraries. This tool could also be used to wrap
other C/C++ library as necessary.

A new website that was developed using Dao itself too, has been setup
at http://www..., and is going to be the new official website
of Dao. This new website will be established as a serious platform to
promote the spreading of Dao and to grow a community of its users.

Links:
Home: http://www...
Document: http//www.daovm.net/?page=document_en
Download: http//www.daovm.net/?page=download_en
Forum: http//www.daovm.net/?forum

Have fun.

Limin
6 Answers

skip

3/6/2009 6:14:00 PM

0


Limin> This is to announce the first official release of Dao.

What's the connection to Python?

--
Skip Montanaro - skip@pobox.com - http://www.smont...

Tim Greer

3/6/2009 6:17:00 PM

0

Limin Fu wrote:

> Hi,
>
> This is to announce the first official release of Dao.
>
> Dao is a simple yet powerful object-oriented programming language

So, you pimp your language in news groups for other languages? I see
your off topic post in 3 language groups I frequent, that's not the way
to get interest in your language.
--
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting. 24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!

Limin Fu

3/6/2009 7:28:00 PM

0

Honest to say, there is no solid connection between Dao and Python.
It's just that I had received some good suggestions and comments from
these groups when I made a few previous announcements in these groups.
So I guessed somebody might be interested in Dao, and thought it might
be a good idea to announce it here again.

Nevertheless, Python is one of the few languages from which Dao tried
to learn something. I have paid a lot of my attention to Python during
the development of Dao. Once a time I even created a module trying to
allow calling Python functions and using python objects in Dao
scripts, it was a long time ago, probably even before this language is
named as Dao. Unfortunately I hadn't time to continue to develop that
module.


To Tim Greer and others:

Some people may think this kind of announcement are off topic in a
group for another language. This is not exactly true. This is still
about programming, there are so many programmers out there, who knows
if there would be somebody interested in a new language. This
announcement does not mean to threaten any language, I don't even
think it is somewhere close to that. So take it easy.



On 3?6?, ??7?13?, s...@pobox.com wrote:
> Limin> This is to announce the first official release of Dao.
>
> What's the connection to Python?
>
> --
> Skip Montanaro - s...@pobox.com -http://www.smont...

Tim Greer

3/6/2009 7:38:00 PM

0

Limin Fu wrote:

> To Tim Greer and others:
>
> Some people may think this kind of announcement are off topic in a
> group for another language. This is not exactly true. This is still
> about programming, there are so many programmers out there, who knows
> if there would be somebody interested in a new language. This
> announcement does not mean to threaten any language, I don't even
> think it is somewhere close to that. So take it easy.

I don't see it as a threat at all (I'm not sure how you read that from
what I said), and I honestly don't care that much, but it seems pretty
odd to post about a completely different language in groups that have
no relation. Imagine people posting announcements about languages,
modules, extensions, etc in other language groups as they happened,
we'd see 1/2 the group's posts containing that sort of information.

You posted in the Python, Perl and Ruby groups, and it just seemed (was)
inappropriate and not a good way to get people interested (it can be a
turn off to see what could be considered spam). Just because it's
another language doesn't make it on topic. There are over a hundred of
them out there, and even more derivatives and it's just not usually
appreciated (though I don't pretend to speak for anyone else, but it's
a pretty accurate observation).

I don't assume ill intent by you, but it was questionable about why.
Anyway, it's not a knock on the language, I just don't think the Perl,
Ruby or Python groups are relevant (but maybe some people will find it
interesting and be glad you did -- of course, that could be said of any
post about anything).
--
Tim Greer, CEO/Founder/CTO, BurlyHost.com, Inc.
Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers
and Custom Hosting. 24/7 support, 30 day guarantee, secure servers.
Industry's most experienced staff! -- Web Hosting With Muscle!

skip

3/6/2009 10:03:00 PM

0


Limin> Honest to say, there is no solid connection between Dao and
Limin> Python. It's just that I had received some good suggestions and
Limin> comments from these groups when I made a few previous
Limin> announcements in these groups. So I guessed somebody might be
Limin> interested in Dao, and thought it might be a good idea to
Limin> announce it here again.

Saying just that in your announcement would have been enough, in my opinion
to establish the connection. It's just that there was no mention of Python
at all in your announcement. So I asked.

--
Skip Montanaro - skip@pobox.com - http://www.smont...

Gregory Brown

3/7/2009 12:45:00 AM

0

On Fri, Mar 6, 2009 at 6:18 PM, <skip@pobox.com> wrote:
>
> =A0 =A0Limin> Honest to say, there is no solid connection between Dao and
> =A0 =A0Limin> Python. =A0It's just that I had received some good suggesti=
ons and
> =A0 =A0Limin> comments from these groups when I made a few previous
> =A0 =A0Limin> announcements in these groups. =A0So I guessed somebody mig=
ht be
> =A0 =A0Limin> interested in Dao, and thought it might be a good idea to
> =A0 =A0Limin> announce it here again.
>
> Saying just that in your announcement would have been enough, in my opini=
on
> to establish the connection. =A0It's just that there was no mention of Py=
thon
> at all in your announcement. =A0So I asked.

If you didn't notice, you're X-Posting to a Ruby mailing list /
newsgroup. Not sure if that was the OP's fault... but if you're going
to complain about the original post being unrelated to Python, please
do that on a Python list only!

-greg