Bo Yao
Bo Yao
Hi @GOFAI @xrme have further update in https://github.com/xrme/ffigen5, not sure is it fully working?
Unfortunately i don't know much of obj-c so the obj-c part is not even started. Probably you'll want to look at https://github.com/rpav/cl-autowrap and https://github.com/rpav/c2ffi and the ffigen4 if it works....
Seems there’s a lot of error about “not supported in C99 mode”, what about trying clang -std=c89 or -std=gnu89 flag? https://clang.llvm.org/docs/UsersManual.html#differences-between-various-standard-modes > On Sep 14, 2018, at 3:25 AM, Edward...
Same error to me on ubuntu 20.04, when i tried to `ros install sbcl`
Did a very initial debug: trying to compile sbcl 2.0.10 (downloaded from official sbcl site) from roswell sbcl-bin, and it's successful: ``` > sh make.sh ~/.roswell/impls/x86-64/linux/sbcl-bin/2.0.10/bin/sbcl ... The build seems...
Is this include the basic text-field and text-editor panels? After switch to a layout such as pl, characters with right alt doesn't work. I also tried es, in es layout,...
@gabriel-laddel It works, excellent work!
@gabriel-laddel Maybe we will find a way to send a pull issue to clx and automatically add mapping from character representing keywords to unicode characters, then all keyboard layout input...
Your treeshaking proposal is impressive! We also have plan to drop Buffer-usage in borsh. Uint8Array is available for all,
It's easier to use it make cross implementation lisp script (cl-lsp cli), otherwise cl-lsp would only work for one implementation (sbcl). I think it's a good idea to drop roswell...