Page 1 of 1

some idea from amethyst language

Posted: Thu Jan 22, 2009 3:11 am
by ilbets
Hello
I'm a php programmer, and before i was using asp. From year 2000 i started a project to develop a different concept of language for web develop.

The idea was to have a single source for a web application, packed in a cgi file. The syntax is c-like, and there are constructs that hide the complexity of the communication pages with the user and of all the communications with the database (the way to use a database is similar to ada one).

For example:
var a,b; b="ok"; ask a, b:submit; show "You wrote".a;

In the past eight years the language were improved to have a fully customizable graphic, and many other funny features.
I used it to create many commercial sites. It's used in many universityes for different projects, including AI projects, and many italian linux user groups report a link to it (it's GPL).
Many concepts differs from php: no session, an application in a single file, total independence from the browser, and so on.
Sorry but i never found time to complete the translation of the user manual in english.

I was thinking that can be very interesting to start a discussion, comparing the php model with the amethyst one.
Amethyst was a really cracking brain problem :crazy: , solved mainly using interpretation of auto-generated code from the compiler.
But many friends followed me in the develop process and int the tests(like that: :drunk: )... current version is 5.43.

Someone interested?
please copy the replies also on studioideasw( :dubious: )gmail.com .. or i have to say "please reply?"

Enrico Betti

Re: some idea from amethyst language

Posted: Thu Jan 22, 2009 10:32 am
by ilbets
The site of amethyst is http://www.amethyst.it

Enrico.