JADE
JADE is an actively used programming language created in 1996. JADE is a proprietary object-oriented software development and deployment platform product from the New Zealand-based Jade Software Corporation, first released in 1996. It consists of the JADE programming language, IDE and debugger, integrated application server and object database management system. Designed as an end-to-end development environment to allow systems to be coded in one language from the database server down to the clients, it also provides APIs for other languages, including .NET Framework, Java, C/C++ and Web services. Read more on Wikipedia...
24Years Old | 520Users | ?Jobs |
- JADE ranks in the top 5% of languages
- the JADE wikipedia page
- JADE first appeared in 1996
- See also: java, c, pascal, modula-2, linc-4gl
- Have a question about JADE not answered here? Email me and let me know how I can help.
Example code from the Hello World Collection:
// Hello World in JADE write "Hello World";
Example code from Wikipedia:
helloWorld(); begin write "Hello, World!"; end;
Last updated August 9th, 2020