[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

ANN: A new scripting language Tao 0.9.0 beta released!

fu.limin.tao

4/26/2005 3:42:00 PM

Dear all,

I am glad to announce in this forum that the lastest version of a new
scripting language Tao has come
out. Welcome to try it out!

=======================
Here are some details:
=======================

==========
Summary:
==========
Tao is an object-oriented scripting language with dynamic-typing
variables supporting complex data structures. It has powerful text
processing ability such as string regular expression matching. It
provides built-in numerical data types such as complex number and
multi-dimensional numeric array, and their corresponding operations
and computations are very convenient in Tao. It can be easily extended
with C++, through a simple and transparent interface.

===============
Key Features:
===============
1. Object-oriented ( syntax slightly similar to C++ ).
2. String regular expression with syntax support ( similar to Perl ).
3. Numeric types and their operations ( slightly similar to Matlab ).
4. Extendable with C++ through a simple and transparent interface.

================
ChangeLog:
================
+ : added
! : changed
* : fixed
- : removed

Release: tao_0.9.0_beta:

! Matrix type is generalized to numeric array supporting arbitrary
dimensions and different precisions including byte, short, int, float
and double. Many operations are also provided for numeric array.

+ Some convenient and powerful built-in functions are implemented to
manipulate numeric arrays, including numarray(), apply(), noapply()
and which() etc. Basic mathematical functions are also supported for
numeric arrays.

+ A feature called transient variable is implemented for convenient
parameter passing in some situations.

+ Some "magic" functions which may take expressions with transient
variables as parameters to do some computions on arrays and numeric
arrays without explicit looping and subindexing. These functions
include numarray(), apply() and noapply() for numeric array; iterate()
and iterget() for normal array; and which() for both.

+ Some C++ types are provided for transparent passing Tao types to C++
modules, so that only two C++ header files("taoCpptype.h" &
"taoPlugin.h") are required to develop C++ modules loadable by Tao
without linking to any additional libraries.

! The base class for TaoPlugin is changed from TaoBase to TcBase, so
that the developing of Tao plugins only requires another header file
"taoCpptype.h".

+ Basic string operations such as substring, insert, replace and erase
by subindexing. And a few functions are added such as number(), pack()
and unpack().

+ Added string regular expression matching for alternate and grouping
such as /(\d|\w)(@1:\D|\c)/.

+ Substring substitution by regular expressions.

! Embedding expression in regular expressions is changed.

+ More convenient subindexing is supported for array and hash.

+ Local variables.

+ yield statement to use routine as generator.

+ Many operators such composite assignment (+=, -=, *=, /=,etc.), type
comparision operators(=?,!?), right operators( .#,.@,.%, etc.)

+ eval(): evaluate a block of codes represented as a string.

+ Loop control: for(e1,e2,e3), logic control: e1 ? e1:e2;

+ Other functions such as repeat(), about(), import(), load(), time(),
astime() and asctime() etc.

! Many changes including keywords: sub->routine, continue->skip.
commenting symbols are also changed.

* Some bugs fixed.

===============
Download:
http://prdownloads.sourceforge.net/taoscript/tao_0_9_0_beta.tar.g...

Document:
http://taoscript.sourc.../An_Introduction_to_Tao_La...

HomePage:
http://taoscript.sourc...

Contact:
Limin Fu: fu [dot] limin [dot] tao [at] gmail [dot] com
28 Answers

Ilias Lazaridis

4/26/2005 4:00:00 PM

0

On 4/26/05, Fu Limin <fu.limin.tao@gmail.com> wrote:
> Dear all,
>
> I am glad to announce in this forum that the lastest version of a new
> scripting language Tao has come
> out. Welcome to try it out!
>


I will prepare some questions, if you do not mind ...

But this is not the place to discuss this new language.



Joao Pedrosa

4/26/2005 4:11:00 PM

0

Hi,

On 4/26/05, Ilias Lazaridis <ilias.lazaridis@gmail.com> wrote:
> On 4/26/05, Fu Limin <fu.limin.tao@gmail.com> wrote:
> > Dear all,
> >
> > I am glad to announce in this forum that the lastest version of a new
> > scripting language Tao has come
> > out. Welcome to try it out!
> >
>
> I will prepare some questions, if you do not mind ...
>
> But this is not the place to discuss this new language.

[Here put some Hitchcock or Shark suspense music...]

Cheers,
Joao



gabriele renzi

4/26/2005 4:59:00 PM

0

Joao Pedrosa ha scritto:
> Hi,
>
> On 4/26/05, Ilias Lazaridis <ilias.lazaridis@gmail.com> wrote:
>
>>On 4/26/05, Fu Limin <fu.limin.tao@gmail.com> wrote:
>>
>>>Dear all,
>>>
>>>I am glad to announce in this forum that the lastest version of a new
>>>scripting language Tao has come
>>>out. Welcome to try it out!
>>>
>>
>>I will prepare some questions, if you do not mind ...
>>
>>But this is not the place to discuss this new language.
>
>
> [Here put some Hitchcock or Shark suspense music...]
>

I have been laughing for ~4 minutes withouth any stop, thank you :)

Frank J. Lhota

4/26/2005 7:31:00 PM

0


"Fu Limin" <fu.limin.tao@gmail.com> wrote in message
news:b35444fb.0504260741.226944fb@posting.google.com...
> ===============
> Key Features:
> ===============
> 1. Object-oriented ( syntax slightly similar to C++ ).
> 2. String regular expression with syntax support ( similar to Perl ).
> 3. Numeric types and their operations ( slightly similar to Matlab ).
> 4. Extendable with C++ through a simple and transparent interface.

What! No backtracking and goal-driven evaluation?!


Kenneth Downs

4/26/2005 10:59:00 PM

0

Fu Limin wrote:

> Dear all,
>
> I am glad to announce in this forum that the lastest version of a new
> scripting language Tao has come
> out. Welcome to try it out!
>

<snip>

In all sincerity, sounds like you described PHP. What does Tao have that
would draw anyone away from PHP?

--
Kenneth Downs
Secure Data Software, Inc.
(Ken)nneth@(Sec)ure(Dat)a(.com)

Ara.T.Howard

4/27/2005 12:36:00 AM

0

Adam Whyte-Settlar

4/27/2005 1:10:00 AM

0

Kenneth Downs wrote:
> Fu Limin wrote:
>
>
>>Dear all,
>>
>>I am glad to announce in this forum that the lastest version of a new
>>scripting language Tao has come
>>out. Welcome to try it out!
>>
>
>
> <snip>
>
> In all sincerity, sounds like you described PHP. What does Tao have that
> would draw anyone away from PHP?
>
Best defined as an AFL ( Another F&%$ing Language ).

Shmuel Metz

4/27/2005 1:36:00 AM

0

In <b35444fb.0504260741.226944fb@posting.google.com>, on 04/26/2005
at 08:41 AM, fu.limin.tao@gmail.com (Fu Limin) said:

>I am glad to announce in this forum that the lastest version of a new
>scripting language Tao has come out.

How nice. What does it have to do with Icon?

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~...

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org

Chung Leong

4/27/2005 2:27:00 AM

0

I like this part:

+ Some C++ types are provided for transparent passing Tao types to C++
modules, so that only two C++ header files("taoCpptype.h" &
"taoPlugin.h") are required to develop C++ modules loadable by Tao
without linking to any additional libraries.

PHP extension development is rather painful since you have to get PHP
to compile. Not that hard on Linux I suppose, but on Windows and other
platforms it's rather tedious.

julian

4/27/2005 7:18:00 AM

0

That logo cracks me up. A button with a pair of underpants on it!??
What happens when you push the button? Does a mechanical arm reach out
and give you a wedgie?

J

Fu Limin wrote:
> Dear all,
>
> I am glad to announce in this forum that the lastest version of a new
> scripting language Tao has come
> out. Welcome to try it out!
>
>

<snip/>

> Download:
>
http://prdownloads.sourceforge.net/taoscript/tao_0_9_0_beta.tar.g...
>
> Document:
> http://taoscript.sourc.../An_Introduction_to_Tao_La...
>
> HomePage:
> http://taoscript.sourc...
>
> Contact:
> Limin Fu: fu [dot] limin [dot] tao [at] gmail [dot] com