Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewhammer/cleansheets
Spreadsheet-like application for the Internet Computer, written in Motoko.
https://github.com/matthewhammer/cleansheets
Last synced: about 1 month ago
JSON representation
Spreadsheet-like application for the Internet Computer, written in Motoko.
- Host: GitHub
- URL: https://github.com/matthewhammer/cleansheets
- Owner: matthewhammer
- License: apache-2.0
- Created: 2020-01-22T20:39:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T20:58:28.000Z (almost 5 years ago)
- Last Synced: 2024-08-04T00:14:15.728Z (5 months ago)
- Language: Modelica
- Homepage:
- Size: 92.8 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - cleansheets - A spreadsheet-like application for the Internet Computer, written in Motoko. (Applications / Utilities)
README
CleanSheets
===============================================A [spreadsheet-like application](https://en.wikipedia.org/wiki/Spreadsheet) for the [Internet Computer](https://dfinity.org), written in [Motoko](https://dfinity.org/faq/what-is-motoko).
Foundation and first steps
-------------------------------
- [x] Simple **expression language** based on ideas from existing functional and dataflow languages.
- [x] Expressive **value language** where each "sheet" or "cell" may have internal structures, nesting and cross-linking.
- [x] **Dependency graph** and **incremental recomputation**, based on a proven, formal theory ([Adapton project](http://adapton.org)).
- [x] Emulate simple spreadsheet features (Excel, GoogleSheets, etc.).
- [x] Emulate simple lab notebook features (e.g., a [Jupyter lab notebook](https://jupyter.org/)).
- [ ] _Distributed_ dependency graphs that span multiple Internet Computer canisters (novel feature).Future scope
---------------------
- See also: [personal information management](https://en.wikipedia.org/wiki/Personal_information_manager#Scope).
- Emulate other personal information management ideas in the Cloud today:
- e.g., https://roamresearch.com/
- Emulate uses of Cloud-based "end-user programming":
- e.g., https://airtable.com/
- _Replace_ (make obsolete) uses of Cloud-based "full-stack programming":
- e.g., https://glitch.com/Build status
-------------[![travis-status](https://travis-ci.org/matthewhammer/cleansheets.svg?branch=master)](https://travis-ci.org/matthewhammer/cleansheets)
-------------