[llvm-dev] Would a spreadsheet be a good project using LLVM?

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Fri Aug 21 07:26:40 PDT 2015


On 21 Aug 2015, at 15:19, Jason Glazer via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Thanks for your feedback. I guess I should elaborate on one of the features I would like to implement. In today's spreadsheets if you want to crunch a lot of data, you usually put the data in rows and put expressions in cells to the right of the data and repeat those cells for every row of the data. I would like to create a spreadsheet system that can process the same quantity of data but only has the a single instance of those cells with expressions. In other words, I do expect that that the same expressions get used over and over with the same data, perhaps thousands (or more) times.
> 
> Would LLVM be a good fit now?

LLVM would be a good fit for a Lotus Improv / Qantrix Modeller style spreadsheet.

David



More information about the llvm-dev mailing list