Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sc and ledger #47

Closed
gedw99 opened this issue May 7, 2023 · 2 comments
Closed

Sc and ledger #47

gedw99 opened this issue May 7, 2023 · 2 comments

Comments

@gedw99
Copy link

gedw99 commented May 7, 2023

Hey @howeyc

i noticed there is an sc and this ledger repo.

for an open science system I need a self hosted sc system but ledger looks also pretty good.

I am Building a gui using gio not Fyne on top . That’s the plan .

would someone be able to tell me if:
Sc can do functions like google sheets where you essentially end up with parametrics. In other words a cell changes and it’s func run that changes other cells. Basically turtle all the way down or up ( I am Australian so down :)

I ask because I can be the parametrics in to sc or ledger using an event WAL style thing. Basically changes are events and consumers listen to events. Hooks on cells then run their func and create new events etc..

thanks and I hope to extend sc and ledge also

@howeyc
Copy link
Owner

howeyc commented May 7, 2023

It has been a while since I did anything to sc, but yes it keeps back references in the code for any dependent cells. So changing a cell will "bubble up" results and calculations to cells that reference what was changed.

@howeyc howeyc closed this as completed Jun 25, 2023
@gedw99
Copy link
Author

gedw99 commented Jun 25, 2023

thanks thats what i was looking for.

will let you know when i get the gui working if your interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants