OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 9:13 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: AQUA OS 1.3 - AQUA Script! Programming language
PostPosted: Sun May 14, 2017 11:00 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2017 12:15 pm
Posts: 149
Location: Belgium
Hello all!

Today I am pleased to announce the AQUA SVE 1.3! It includes one main feature, a programming language! It's called AQUA Script and I have a user manual on my site.
https://obiwac.wordpress.com/2017/05/14/aqua-script/
An example program would be:

Code:
graphics init;
graphics wash 0 0 0;
graphics text "What is your name?" 10 10 255 0 255;
new $name is;
read $name;
graphics text $name 10 35 0 255 0;
sleep 5;
exit;


You can download it from here as usual:
https://obiwac.wordpress.com/aqua-os/

Thanks for trying it out!

_________________
AQUA OS: https://obiwac.wordpress.com/aqua-os/


Top
 Profile  
 
 Post subject: Re: AQUA OS 1.3 - AQUA Script! Programming language
PostPosted: Sun May 14, 2017 12:34 pm 
Offline
Member
Member
User avatar

Joined: Sun Jul 14, 2013 6:01 pm
Posts: 442
i seriously suggest for your language to either compile (interpret) C and/or BASIC code (even in the same code). inventing new script languages will result less success

_________________
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html


Top
 Profile  
 
 Post subject: Re: AQUA OS 1.3 - AQUA Script! Programming language
PostPosted: Sun May 14, 2017 1:16 pm 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2017 12:15 pm
Posts: 149
Location: Belgium
Thanks!

Probably, and I would agree with you, but for now it's easier this way, making my own. I have plans for C in the very near future.

_________________
AQUA OS: https://obiwac.wordpress.com/aqua-os/


Top
 Profile  
 
 Post subject: Re: AQUA OS 1.3 - AQUA Script! Programming language
PostPosted: Sun May 14, 2017 1:45 pm 
Offline
Member
Member
User avatar

Joined: Sun Jul 14, 2013 6:01 pm
Posts: 442
yes, c is the best idea

_________________
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html


Top
 Profile  
 
 Post subject: Re: AQUA OS 1.3 - AQUA Script! Programming language
PostPosted: Mon May 15, 2017 12:58 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 17, 2016 4:55 am
Posts: 251
Looking at this, it honestly feels like a weird shell language (・・ )

Something I don't understand though: where does the typed text show up when the read command is used? It doesn't specify any coordinates, and the command doesn't return until the user has pressed Enter so you can't just keep drawing the entered string manually.


Top
 Profile  
 
 Post subject: Re: AQUA OS 1.3 - AQUA Script! Programming language
PostPosted: Mon May 15, 2017 10:19 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2017 12:15 pm
Posts: 149
Location: Belgium
Yeah read was just a quick implementation. I'll add more arguments in the future.

_________________
AQUA OS: https://obiwac.wordpress.com/aqua-os/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group