Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

JADE

< >

JADE is a programming language created in 1996.

#608on PLDB 28Years Old
Wikipedia

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...


Example from hello-world:
helloWorld(); begin write "Hello World"; end;
// Hello World in JADE write "Hello World";
Example from Wikipedia:
helloWorld(); begin write "Hello, World!"; end;

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "
Print() Debugging ✓ write
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0