Code Monkey home page Code Monkey logo

Comments (3)

WasabiFan avatar WasabiFan commented on July 30, 2024

@bmegli I noticed that you have some enhancements to your R binding in your fork. I'd recommend that you open a PR here to get it merged in to the main repo and then pull over the upstream changes in to your fork so that you have our more recent changes.

One of the things that we have been working on over here is an auto-generation system for our code. Our longer-term goal is to get that implemented in all of our bindings; it enables us to generate the property getters/setters immediately when we change the spec. You might want to try to add it to your bindings; it should make your maintenance job easier.

from ev3dev-lang.

bmegli avatar bmegli commented on July 30, 2024

@WasabiFan

Thanks for the info. Made PR.

AutoGen - definitely yes (!), but at a later time. I am considering major shift to the other class system which will change the syntax to C++ bindings like. Then R code and C++ code could be easily mixed using RCPP. R is a total crap when used for real time control, only ok for prototyping and modelling sensors. If syntax is the same the prototype code can be almost directly called as C++ code from R (RCPP).

from ev3dev-lang.

WasabiFan avatar WasabiFan commented on July 30, 2024

Sounds good.

In your list in the PR description, you mentioned switching to autogen and updating to v0.9.1 as two separate items. Once you implement the autogen system, you'll get most of the updates automatically, because it will be generating based off of the most recent spec version. You will just have to manually add the extra class definitions and associated autogen instructions and all the getters/setters should be generated automatically.

from ev3dev-lang.

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.