About a year ago, I thought up an idea on my own very like Funcalc, that I called Scriptsheets. At the time, I did not know Funcalc and its predecessors, going back about 20 years, existed. I briefly though I had had a Very Original Idea. Alas, it was not so. See: https://haskell.markmail.org/search/?q=scriptsheets .
I have only a degree in mathematics (at which was was not very good) and a community college certificate in computer programming from the CIS department (at which I did quite well).
At present, my plan is to:
- Finish the Haskell book I'm working on (Hutton 2016) to get some exposure to functional programming.
- Work my way through a book on writing compilers in Java. (Ronald Mak 2009, or maybe I'll get something newer by then.)
- Work through the Calc/Funcalc book.
- Translate the Calc/Funcalc programs from C# into Java.
- Start the Scriptsheets project.
But that is not why I am writing. Can I prevail on the good graces of either of you to look through my first draft prospectus for Scriptsheets to see if, against all odds, there is anything of interest in it? I would REALLY appreciate feedback from someone involved with spreadsheet professional programming or research. The text runs 31 dry, boring pages. I finished it 2017-11-02.
Regards,
Trent.
On Tue, Sep 18, 2018 at 2:56 AM Michael Meeks <michael.meeks@xxxxxxxxxxxxx> wrote:
Hi Alexander,
On 18/09/18 10:26, Alexander Bock wrote:
> I would be delighted to join one of the hackfests if time allows. Is
> there a schedule available somewhere?
We typically have one in Hamburg at some stage in the year - which
would be near you; the ESC minutes have details on all of those as they
come up (posted to this list weekly). We also have a larger hackfest in
Brussels before or after FOSDEM - which is an excellent conference to
attend anyway =)
> I know of EUSPRIG as well and their horror stories
> <http://eusprig.org/horror-stories.htm>
Some good stories there =) Thanks for the list of conferences.
> Do you run any of the generated OpenCL kernels in parallel or do you run
> a normal sequential recalculation and call the kernel code as necessary?
> I would suspect the latter given the information you have provided so far :)
Only in very recent times (the last generation) has typical GPU
hardware become capable of running multiple kernels simultaneously
and/or pre-empting running kernels. This leads to amusing situations -
whereby moving the mouse while a long running sheet calculates would
simply not be able to render - until a Windows / TDR was triggered. We
had to come up with heuristics to break down the CL workload into
bite-sized chunks to avoid this. More modern hardware doesn't have this
issue though.
And yes, we use CL when we think it makes sense - based on weights and
complexity of the relevant formulae. Otherwise we use the old
interpreter (or now its threaded variant - again depending on complexity).
HTH,
Michael.
--
michael.meeks@xxxxxxxxxxxxx <><, GM Collabora Productivity
Hangout: mejmeeks@xxxxxxxxx, Skype: mmeeks
(M) +44 7795 666 147 - timezone usually UK / Europe
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice
_______________________________________________ LibreOffice mailing list LibreOffice@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/libreoffice