Giter VIP home page Giter VIP logo

bean's Introduction

Bean

Spreadsheets are an outstanding tool for building small software. However, mainstream spreadsheet software lacks the tools to create spreadsheets that are maintainable, error-free and easy to work with – spreadsheets that are "production-ready".

Bean is an exploration into new/overlooked ideas in the spreadsheet paradigm to solve this problem. It's intended to be a playground for trying out features (and maybe eventually become a full-fledged spreadsheet software).

This involves looking at spreadsheets as a programming environment from the ground up. Read this blogpost for the full background. This talk is a great introduction to the problem.

Play around with it (it's super early).

State of affairs

Updated on: 31-Oct-2023

Bean has these basics in place: a grid, a parser, an interpreter for a small formula language and reactive recalculation (with dynamic arrays).

Please shoot us an email at bean @ nilenso dot com and we'd be happy to walk you through.

We are currently trying out the following features

  • A "secondary space" for linear thinking
  • Generating provenance for all calculations for auditability
  • Flexible tables as a primary data structure

A repository with the accompanying research work will be put up soon.

Setting up

Bean is written in ClojureScript. You'll need java, npm and nodejs installed. Then run

npm install
npx shadow-cljs watch ui

You can access Bean running locally at http://localhost:8090.

Installation instructions for Java can be found here.

Tests

npx shadow-cljs compile test && node tests.js

Authors

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.