JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Array literals and more

I miss array literals for the easy translation of a numerical value in something else.
E.g.

if self.cmd = 1 then
cmdSt := "Open";
elseif self.cmd = 2 then
cmdSt := "Forward";
elseif self.cmd = 3 then
cmdSt := "Close";
endif;

becomes

cmdSt := ["Open", "Forward", Close", ][ self.cmd ];

Endless possibilities to simplify source if this gets JSON/Python powers.
  • Guest
  • May 1 2019
  • Future consideration
  • Attach files
  • +7