Neophyte Software
Making programming easier
10 use full demo
BUY NOW!
Who
Future
Forums & Support
EULA
Manual
Privacy
Press
Games & DVDs




Thank you,
for visiting the website of Neophyte software, home of our main product NuclearArsenault. Downloads and sales of the code have been suspended as well as some links, there is too much uncertainty to start sales and support at this point of time-including a move to either a new job or grad school.
The code supports the following
  1. a few spelling errors and variants: use forum to suggest new variants
  2. create either java applications or java app-applets
  3. create object with html with ease
  4. give objects events almost like you would javascript
  5. limited dynamic casting
  6. a complex numbers class.
  7. supports new classes as long as they are inside the code
  8. hides the programmer from the javas often tedious procedures.
  9. tries devine some intent.
  10. Encapsulated Attributes of regular GUI objects do not require get and set
  11. more logical operators, and supports formats like 37
  12. supports multiple types of for loops.
  13. endfor, endif, endwhile, next, etc will compile into "}"
  14. setting the angle mode at start up, with a default of degrees.
  15. eliminate using math.this(Math.that()).
  16. "==" is eliminated thus ifs always test, but you cannot assign during a test.
  17. build chat programs with ease.
  18. change your painting coordinate system and anglemode
  19. access databases with ease, minimum 2 lines.
  20. download webpages into strings, with one line of code.
  21. option to allow your end users to drag widgets, of your choice, where they like.
  22. and more


//multithreaded chat server with no administrative task or authentication.

func main() {
String users[100];
"+message, id);}print(users[id]+"says>"+message);} onclose={myserver.sendinv(users[id]+" has logged off.",id);}>
myserver.start
}