Code Monkey home page Code Monkey logo

Comments (6)

gallandarakhneorg avatar gallandarakhneorg commented on July 19, 2024

Do you suggest to add a syntax for object oriented language in SARL file?

from sarl.

gbasso avatar gbasso commented on July 19, 2024

Yes, as we need to mix oriented object and agent programming in SARL it could be interesting to offer the possibility to create an object in sarl.

from sarl.

gallandarakhneorg avatar gallandarakhneorg commented on July 19, 2024

I think a good approach will be to import the Xtend grammar and adapt it to your specific syntax (variable definition...). Currently, it is mostly in this way by extending the Xbase, which is providing the support for expressions.

The question is: do we want to depend on Xtend?

from sarl.

srodriguez avatar srodriguez commented on July 19, 2024

I am not sure that we should have a mixed OOP and AOP in SARL files. I rather have Xtend files for OOP and SARL for AOP. I use Xtend since its syntax is closer to SARL.
This enables programmers to use any OO programming language they want for OOP as long as it is compatible with java (Xtend, Scala, groovy, etc)

What do you think?

from sarl.

gallandarakhneorg avatar gallandarakhneorg commented on July 19, 2024

I think we could provide the ability to the SARL developers to define OO data structures inside the context of the SARL agent. It is similar to the definition of inner classes in this context.

A typical example is the definition of the states of an agent in an enumeration type. It is not friendly to define the enumeration outside the agent in Java (or any other language). Since the states of the agents are only related to the agent, they should be accessible by other classes or agents. The inner definition in the agent may provide a solution to this small problem.

from sarl.

gallandarakhneorg avatar gallandarakhneorg commented on July 19, 2024

Additionally,supporting some OO statements (I'm not sure we should support all the OO syntax; we should decide) has a couple of advantages:

  • Make easier and faster to code in SARL (all in one file).
  • The developer could only know SARL; no need for mastering another language.
  • By including some OO features, we could benefits from the tools provided by Xtend (validator, etc.) that may provide partial answers to the SARL issues related to inheritance.

A recent example of integration of OOP and AOP is Scala and its actor extension.

from sarl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.