Gneiss – A spreadsheet programming tool
cs.cmu.edu
Gneiss – A spreadsheet programming tool
1–9 of 9 posts
Re: Gneiss – A spreadsheet programming tool
#2Is there a link where I can download this from?
Re: Gneiss – A spreadsheet programming tool
#3This is cool because one of the most difficult things to do in these types of systems is represent context of a program at any given time: especially when most programs maintain their context using the stack (plus quite a few other abstractions depending on the programming methodology).
Using a spreadsheet as your "context" is one way to solve this problem.
Re: Gneiss – A spreadsheet programming tool
#4Will it be open-sourced?
Re: Gneiss – A spreadsheet programming tool
#5I got to see Kerry present this work at UIST last year and it was very cool. The spreadsheet provides a great visual way to interact with both the API you're pulling data from and the web app you're ultimately providing it to. With a bit of hierarchical spreadsheet support (take a look at Eirik Bakke's work from CSAIL), this could easily replace all API documentation with examples you can play with instead of protocol descriptions.
Re: Gneiss – A spreadsheet programming tool
#6Is there some dl link or is that some sort of autopromotion pitch ?
Re: Gneiss – A spreadsheet programming tool
#7Is there some dl link or is that some sort of autopromotion pitch ?
Re: Gneiss – A spreadsheet programming tool
#8I was hoping this was a programming language to help do spreadsheets, not the other way around.
What would such a language look like? R? Pandas?
Re: Gneiss – A spreadsheet programming tool
#9I was hoping this was a programming language to help do spreadsheets, not the other way around. What would such a language look like? R? Pandas?
I'm glad you asked ;)
https://github.com/robzyb/velis-gplv3/blob/master/velis/veli...