u/corbasai

Very very thoughtful interview with Xavier Leroy
▲ 21 r/scheme

Very very thoughtful interview with Xavier Leroy

Interested part about moving to the multicore OCaml language model. As I know, Racket at 8.18 -> v9 choose the same way. Guile was posix threads compatible from 3.0? Chez biversion with or without real threads.

youtu.be
u/corbasai — 5 days ago
▲ 8 r/Racket

Q. about R6RS support

So we have a top level. I know how to make my own time, but maybe there is way of import racket's time into Dr.'s REPL for r6rs lang? Thanks.

PS. for the racket-mode all the same.

u/corbasai — 7 days ago
▲ 6 r/scheme

Pack/unpack binary headers for. (chezco pack) Chez Scheme library.

Like struct python module. But just bit simplier.

Example

(import (chezco pack))

(let-pack
      #vu8(1 1 1 1 65 66 67 2)
      ((start u8)
       (pad 3)
       (tag cstr 3)
       (end u8))
      (list start (utf8->string tag) end))  ==> (1 "ABC" 2)

repo

u/corbasai — 1 month ago
▲ 0 r/lisp

Another good book about Lisp

Half book about crypto-boogie, half book about Racket. Not thick but good. Thanks to Author!

u/corbasai — 1 month ago
▲ 29 r/Racket

DrRacket-9.2 starts about much faster than 9.0

On Linux DrRacket-9.2 starts about 1.5x faster than 9.0.

Why?

reddit.com
u/corbasai — 3 months ago