Marvin's Blog【程式人生】
Ability will never catch up with the demand for it
Home
Tags
Categories
Topics
Readline
20
Mar 2021
Windows下编译libedit失败记
记一次失败的折腾。 起因,Windows下Racket的命令行编辑不好用,因为不能使用libedit。查看了以下racket的readline的源码,发现 (ffi-lib "libedit" '("3" "2" "0.0.43" "0.0.53" "0" "")))),这些数字 …