Re: [racket-users] Re: hackernews

2018-12-14 Thread Neil Van Dyke
Jason Stewart wrote on 12/14/18 12:40 PM: Probably counterproductive.  I've still got a bad taste about Rust from all of their people bombing the C and embedded threads--everywhere. The name is actually adapted affectionately from what I heard called the "Rust Evangelism Strike Force". :)  (I'

Re: [racket-users] How to get libsodium-factory on OSX?

2018-12-14 Thread Philippe Mechaï
dylib is the OSX equivalent of Linux .so, so nothing wrong here. Looking at the ffi documentation it seems that libraries are looked into a list of paths reported by (get-lib-search-dirs) See https://docs.racket-lang.org/raco/dirs.html#%28def._%28%28lib._setup%2Fdirs..rkt%29._get-lib-search-dirs%29

[racket-users] Re: hackernews

2018-12-14 Thread Jason Stewart
Probably counterproductive. I've still got a bad taste about Rust from all of their people bombing the C and embedded threads--everywhere. Hard to top HN itself for Racket evangelism. It's written in Arc, which is written in Racket. On Thursday, December 13, 2018 at 5:53:41 PM UTC-6, Neil Va