Arc Forumnew | comments | leaders | submitlogin
Racket-On-Chez Status: January 2019 (racket-lang.org)
6 points by i4cu 1884 days ago | 2 comments


4 points by i4cu 1884 days ago | link

Also posted on HN: https://news.ycombinator.com/item?id=19027400

I wonder what impact if any this might have on Arc. There are some noted compatibility differences between Racket versions:

  * no single-precision or extended-precision flonums;

  * some differences in the FFI related to memory management and blocking functions; and

  * no support for Racket’s C API.

-----

3 points by akkartik 1884 days ago | link

Useful background: http://blog.racket-lang.org/2018/01/racket-on-chez-status.ht...

-----