Giter Site home page Giter Site logo

buggy's People

Contributors

littlehelicase avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

buggy's Issues

Function Objects

Buggy needs a way of declaring function objects to pass functions around. This would greatly improve the way a group implementation is presented. Currently it is not possible to see what happens in e.g. a map function. It simply looks like this.

screen shot 2014-08-16 at 21 23 55

Where Map:ArrayStreamOut would flow into the function and Map:ResultStreamIn is the resulting value of the function call.

I think the most promising way would be to process those function objects in the postprocessing stage and insert the function in the specified places.

Modules/Postprocessing is done in LiveScript

Module implementations and postprocessings currently support only LiveScript implementations. They should be pure Buggy implementations to avoid Module/Postprocessing dependencies twoard LiveScript or any other language. This is probably not possible until Buggy is capable of more advanced stuff.

Datatypes

Currently Buggy doesn't care for datatypes and thus cannot automatically identify problems related with datatypes.

Buggy datatypes should be flexible. This means that a datatype is no fixed definition, but besides a semantic description, a datatype is generally a map or a Javascript Object. This allows for a simple name mapping between semantically identical datatypes that name their members differently.
It should be possible to extend datatypes with other definitions, if needed. E.g. one could extend a Point datatype that has only X and Y coordinates with R and PHI if a group uses these to calculate a problem.

This is partly already implemented as every data stream consists of a Javascript Object and the values are extracted via Select. The identification of equal types isn't possible now. In the beginning it would be sufficient to rely on user input for type identification as it is a semantic question that is usually best answered by the user itself.

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.