時の羅針盤@blog
オランダの生活、自身が行っているSagittarius Schemeの開発日誌、
その他雑多なことをつづってます。
Let's start Scheme
(Move to ...)
(はじめよう Scheme 0)
(はじめよう Scheme 1)
(はじめよう Scheme 2)
(はじめよう Scheme 3)
(はじめよう Scheme 4)
(はじめよう Scheme 5)
(はじめよう Scheme 6)
(はじめよう Scheme 7)
(はじめよう Scheme 8)
▼
2026-03-06
Composable continuation (3)
›
Dynamic winder is always a headache. It doesn't matter in which situation. For the composable continuation, it's not an exception at...
2026-02-10
Composable continuation (2)
›
I've written how it works (as my memo), so now it's time to write what I've done (as my memo, again). Capture composable contin...
2026-01-28
Composable continuation (1)
›
After 2 weeks of fighting, I've finished implementing composable continuation. This is my memo of how I understand composable continuat...
2026-01-21
Continuation prompt
›
Since long time ago, I was thinking if Sagittarius can have some nice async / await equivalent things. I'm using Java/Kotlin at my work...
2025-01-27
Memo: Socket selector on Windows
›
Sagittarius has (net socket) library which defines socket selector. A socket selector takes arbitary number of sockets and waits until one...
2024-05-27
cond-expand enchancement
›
When I'm writing a library or tools, I usually write them working on the current release version of Sagittarius, unless R6RS portable on...
2023-10-09
OAS stub
›
ここ数ヶ月Kotlinを書いていたのだが、なんとなく形になったしちょっと紹介記事を書こうかなぁと。 Swagger/OpenAPI Specificationは多分誰でも知っているだろう。Microserviceな流れになっていた前職で10を超えるバックエンドサービスに接続する必...
›
Home
View web version