[racket-dev] math collection [was: Hyperbolic functions]

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Jun 28 13:56:58 EDT 2012

On Thu, Jun 28, 2012 at 10:21 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> I also would like to see a macro-like compiler extension API for
> hooking into optimizations and different specialized JITing. Things
> like that are a very effective use of template meta-programming in C++
> that I think we could do better.

We also have something very similar to this already that lets you drop
in ASM implemented functions generated from with Racket:

https://github.com/noelwelsh/assembler/blob/master/test.ss

Jay

-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93

Posted on the dev mailing list.