Re: SRFI-144 - initial port

2021-04-19 Thread John Cowan
It would be great to use (chicken flonum) and, where necessary, direct FFI calls and see if they are faster. I was quite surprised when the Larceny Scheme procedures were faster than the C ones, but from what I understand, Larceny's FFI is expensive. On Sun, Apr 18, 2021 at 3:41 PM Diego wrote:

Re: New egg (json-rpc) and some words about LSP

2021-04-19 Thread Ricardo G. Herdt
Hi Daniel, Am 19.04.2021 11:52 schrieb Daniel Ziltener: In any case, I've starred the repository and might look into doing smaller contributions, and I will also take a look at your client and try adapting it for Emacs' LSP mode. Nice, an Emacs LSP based client is at the top of my

Re: New egg (json-rpc) and some words about LSP

2021-04-19 Thread Daniel Ziltener
Hi Ricardo, having an LSP server in the works is great news, thank you for starting this! I was actually thinking about experimenting with creating one, but I currently simply lack the time. In any case, I've starred the repository and might look into doing smaller contributions, and I will