Re: [racket-users] How to apply a vector of functions to columns of a matrix?

2016-10-18 Thread Pierre-Henry Frohring
> > > On Mon, Oct 17, 2016 at 7:00 PM, Pierre-Henry Frohring > wrote: > Hello, > > > > First time here, and just a few hours into Racket... > > It is not going to be rocket science ;-). > > > > > > Context: > > > >   I am

[racket-users] How to apply a vector of functions to columns of a matrix?

2016-10-17 Thread Pierre-Henry Frohring
Hello, First time here, and just a few hours into Racket... It is not going to be rocket science ;-). Context: I am using Emacs and org-mode to map each heading of an org file to a html file. Result: one org file → one static website. https://github.com/phfrohring/org-to-blog The