I have split off a new blog so that I can concentrate my concatenative nerdiness into one area and enhance it's effect. I have been hacking on the GSL bindings to Factor, specifically the Special Functions. What can I say, Bessel functions are like sirens that sing me to shipwreck...
I finally have some tests which use the gsl_sf_result structure. Now I need to make the API more Factorish.
- internally checking the return status and throwing an exception with the proper stringified error message
- make the user oblivious to the gsl_sf_result struct and return value and error to the data stack
Any other suggestions?
