[TOC] Basic info NOTE: JUST RECOVERED THE PAD on 11-Dec-2021 ==Next meeting: 17-Aug 14.00-15.15 (UK GMT), 2100-1215 (TW)== :::info Meeting online venue: https://meet.jit.si/aestheticprogramming Site: www.aesthetic-programming.net Slack/Discord:
8/17/2022:::info Ch.3: Infinite loops (https://gitlab.com/aesthetic-programming/book/-/tree/master/source/3-InfiniteLoops) ::: setup() 圖 3.1:早期煉金術插圖裡的銜尾蛇,其中附帶煉金術士克利奧帕特拉(Cleopatra the Alchemist)(10 世紀)的文字「萬物一體」(ἓν τὸ πᾶν)。圖片來自維基百科 迴圈(loop)提供了另一種想像,像是蟒蛇啃食尾巴的古老圖騰。在希臘傳說中,銜尾蛇(Ouroborous)代表了出生與死亡的無限循環,也因此表現出一種無限自我更新的處理能力。迴圈除了讓人聯想起自我吞噬和煉金術之外,也和控制與自動化步驟有關,還有那些日常生活中的重複程序,例如在音樂中聽到聲音素材的重複片段。[^1] 在程式設計裡,一個迴圈能夠讓原始碼的片段重複執行,一直持續到滿足特定的條件(例如 true 或 false)為止。實際上,如果條件永遠不會變為假,那麼迴圈就會變成無限的(或沒有終點的)。
6/24/2022接待大廳 關於這個計畫 目前翻譯進度 翻譯注意事項 翻譯內容 ✔️ 關於這本書 ✔️ 目錄
6/24/2022:::info Ch.2: Variable geometry (https://gitlab.com/aesthetic-programming/book/-/tree/master/source/1-GettingStarted) ::: Title: 2. Variable geometry Order: 2 page_order: 2 sketch: download_sketch_link: https://gitlab.com/aesthetic-programming/book/-/archive/master/_Book-master.zip?path=public/p5_SampleCode/ch2_VariableGeometry
6/24/2022