Well, it works the same way on all my machines! And some notes on jd's link of another excellent common lisp interface manager hextille implementation.

https://lispy-gopher-show.itch.io/dl-roc-lisp/devlog/1535817/my-hextille-and-the-more-portable-sbcl-install

#sbcl of my #lispGames #hextille shindig. #commonLisp #McCLIM as requested @mdhughes ( @hairylarry ).

#itch_io #gameDev #springlispGameJam

We finally updated SBCL from 2.5.8 to 2.6.4 in Guix.
The process took three months, mostly waiting in the build queue!

Remember to donate to the Guix Foundation to improve the infrastructure:
https://guix.gnu.org/en/donate/

#SBCL #CommonLisp #Guix

Donate — GNU Guix

We are looking for donations to sustain Guix. Whether recurring or one-off, they all help us to take a step towards sustainability.

🌘 SBCL:終極組合語言實驗板 - Paul Khuong:一些 Lisp
➤ 小堆疊虛擬機的編譯時優化策略:借鑒x87和F18
https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/
作者探索如何為具備有限堆疊大小(例如8個槽位)的虛擬機器進行優化,其靈感來自x87浮點單元和Chuck Moore F18處理器。此設計的關鍵在於,堆疊的「推入」(push)與「彈出」(pop)操作不再移動實際資料,而是僅透過調整一個模數計數器來標記堆疊頂部(TOS)。為實現這一目標,每個虛擬機器的基本操作(primop)都需要為堆疊計數器的每個可能值生成專屬的機器碼變體。這些變體程式碼會以固定間隔儲存,使得「NEXT」指令能根據當前堆疊計數器的值,動態跳轉至正確的原始操作變體。作者利用SBCL的組合語言工具,展示瞭如何透過輔助函數和資料結構,來管理堆疊暫存器分配、在程式碼生成時追蹤堆疊計數器,並發射帶有填充且位置獨立的機器碼,以確保所有變體
#虛擬機器 #SBCL #組合語言 #堆疊優化 #Lisp
SBCL: the ultimate assembly code breadboard - Paul Khuong: some Lisp

Paul Khuong's personal blog. Some Lisp, some optimisation, mathematical or computer.

🚀 Ah, the riveting world of #SBCL #assembly code, where 5 whole bytes are shaved off for a more *efficient* space-wasting experience. Paul Khuong and friends #debate byte-lengths like they're splitting atoms, because clearly, optimizing a few machine instructions is the apex of #programming 🧠✨.
https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/ #byte-optimization #efficient #machine-instructions #HackerNews #ngated
SBCL: the ultimate assembly code breadboard - Paul Khuong: some Lisp

Paul Khuong's personal blog. Some Lisp, some optimisation, mathematical or computer.

SBCL: the ultimate assembly code breadboard - Paul Khuong: some Lisp

Paul Khuong's personal blog. Some Lisp, some optimisation, mathematical or computer.

i just wanna give an update on this.

i have looked into hunchentoot, ningle, caveman, and i want to thank everyone for their considered and, frankly, perfectly helpful suggestions and responses.

i now know exactly how to get started writing a common lisp web app.

except i'm not going to do that.

i am going to write a little common lisp script that sits some directory and i am going to record my thoughts into that.

nothing is ever wasted, and i have recorded all of your links.

#lisp #sbcl

Just wanna bounce this idea off someone/anyone--

I want to make a little thought journal program.

I want to have metadata tags and a nice way of searching information.

I realise that pen and paper, and that orgmode exists.

I want to write this in a Lisp, and maybe have it as a simple web page accessible by CGI.

Last I checked there existed frameworks like hunchentoot and caveman2.

Does this make sense? Would anyone recommend any resources or avenues of exploration?

#askfedi #lisp #sbcl

SBCL: the ultimate assembly code breadboard - Paul Khuong: some Lisp

Paul Khuong's personal blog. Some Lisp, some optimisation, mathematical or computer.

Hmm. I realized that this was just initial step and I need to read, learn and practice more to gain the eligibility of entering into some real life example. So, now I am going through the very famous book "Practical Common Lisp" by Peter Seibel.

Actually I selected this book only before I came to find the "Gentle Introduction..." book. But some topics and presentation went from top of my head! Haha.

Now I am confident enough to complete Seibel's book.

#sbcl

Me, looking at some failing #sbcl tests, bracing for disappointment: Does elfcore.test.sh have anything to do with heavy metal?