Google Groups Home Help | Sign in
Message from discussion Ala7 a new programming language
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Maciej Bienias  
View profile
 More options Mar 27, 6:08 am
Newsgroups: comp.lang.misc
From: Maciej Bienias <maciej.bien...@ala7-lang.org>
Date: Thu, 27 Mar 2008 03:08:20 -0700 (PDT)
Local: Thurs, Mar 27 2008 6:08 am
Subject: Ala7 a new programming language
Ala7 introduction:
        - string and list operations
        - polymorphic lists, list iteration ( for e in l)
        - support for parallel programming
        - both typed and untyped variables
        - object reference counting
        - easy gui programming
        - compilled
        - easy C language integration
        - inline assembler

class A
        text=""
        parsed=[str]

list prepareA(int itemCount)=

        mainList=[A]

        for i=1 to itemCount

                ala=new A
                ala.text=toStr(i)+" Alice in wonderland"
                append(mainList,ala)

        return mainList

proc test(A ala)=
        printNL(ala.text)
        ala.parsed=split(ala.text)

#-------------------------------------------------

mainList=[A]

mainList=prepareA(10)

for e in mainList parallel #!!!!!!!!!!!!!!!!
        test(e)

#------------------------------------------------

More info at www.ala7-lang.org.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google