Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Here's the challenge (1st post edited)
#6
http://www.Novix.tk

Novix Script v5.x:
Supports up to 255 scripts running "at the same time" (alhough it's painfully slow with that many, poor QB)

It has bytecoded scripts and custom variables, no need to predefine.

With v2.5.0.4 it will also have:
Memory allocation up to: TotalMemory+FreeDiskSpace of memory for your program.
VESA SVGA Graphics

Hopefully, by v2.5.0.5 it will have:
A nice looking GUI, programmed in NS5x (The script language)

And if everything works out fine, in later versions (lot later) it might even have network and some internet support (Still looking into it, having problems with routers, and firewalls, meeeh)



Example of a NS5x program:
Code:
%set myvar, 100       //set integer myvar to 100
&set othervar, 5000   //set long integer othervar to 5000
#add myvar, othervar  //add the value of integer myvar,
                      //to the value of long integer othervar, result in
                      //DOUBLE othervar

shw othervar          //Show the value of the DOUBLE othervar on
                      //screen


This is not an entry, just showing it can be done.
Reply


Messages In This Thread
Here's the challenge (1st post edited) - by Z!re - 07-08-2004, 03:46 PM
Here's the challenge (1st post edited) - by jatos - 07-08-2004, 03:56 PM
Hy - by QbGuru - 07-09-2004, 07:35 PM
Here's the challenge (1st post edited) - by jatos - 07-12-2004, 06:07 PM
Here's the challenge (1st post edited) - by jatos - 07-15-2004, 07:51 PM
Here's the challenge (1st post edited) - by jatos - 08-11-2004, 10:32 PM
Here's the challenge (1st post edited) - by jatos - 08-12-2004, 03:39 PM
Here's the challenge (1st post edited) - by jatos - 08-12-2004, 09:10 PM
Here's the challenge (1st post edited) - by Z!re - 08-13-2004, 02:37 AM
Here's the challenge (1st post edited) - by jatos - 08-26-2004, 07:57 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)