Giter VIP home page Giter VIP logo

Comments (2)

francois avatar francois commented on May 22, 2024

Hye, @schittli. Thanks for the heads up. I didn't think about it before, but yes, this is a limitation of the current implementation of functions. Functions use a Memory Cell or Memory Bank to record parameters and return addresses. Since those buildings only store numbers, we unfortunately can't store anything else.

For the specific example you provided, I don't really see any way around it. We can't pass in the type of building, nor can we return the building from within.

There might be a way around this, but it would prevent certain classes of functions from working, namely recursive functions (functions that call themselves, directly or indirectly).

One thing that Mindcode could do though is provide a warning saying "functions can only return numeric values". That would help the developer.

Thanks for your time and suggestion. I'll add that to the roadmap. Cheers!

from mindcode.

schittli avatar schittli commented on May 22, 2024

Thank you very much, @francois, for your help!, now it's clear why it was not working :-)

from mindcode.

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.