8000 Release Jason 3.3.0 · jason-lang/jason · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jason 3.3.0

Latest
Compare
Choose a tag to compare
@jomifred jomifred released this 21 Feb 19:03
· 14 commits to main since this release
  • Java 21 is used

  • Agent's thread is Virtual and not Platform. It allow us to run thousands of agents.

  • namespaces may have assigned properties/values. See internal actions .namespace_set_property and .namespace_get_property.

  • internal actions .min and .max may have a query as second argument.

  • several (minor) improvements in Jason-CLI. About running a project:

    • jason x.mas2j uses gradle to run the application

    • jason mas start --mas2j=x.mas2j runs without gradle. The classpath might be informed using --cp if necessary.

    • jason app compile uses shadowJar to create a jar file with all files and dependencies to run the application.

0