Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Languages Misc > Ala7 a new prog...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 1123 of 1154
Post > Topic >>

Ala7 a new programming language

by Maciej Bienias <maciej.bienias@[EMAIL PROTECTED] > Mar 27, 2008 at 03:08 AM

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.




 2 Posts in Topic:
Ala7 a new programming language
Maciej Bienias <maciej  2008-03-27 03:08:20 
Re: Ala7 a new programming language
Boltar <boltar2003@[EM  2008-03-29 10:35:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 1:11:51 CDT 2008.