發表文章

目前顯示的是 2008的文章

On Lisp, On Line

剛剛發現 Paul Graham 不曉得什麼時候釋出了他的 On Lisp 電子版 ,想學 Lisp 的朋友又多了一本免費的經典好書可以拜讀。:)

My Rainbow - 我的彩虹

看到 宅色色做的 Your Rainbow 測驗 ,我也做了...結果如下... Your rainbow is shaded violet.               What is says about you: You are a creative person. You appreciate beauty and craftsmanship. You are patient and will keep trying to understand something until you've mastered it. Find the colors of your rainbow at spacefem.com.

Lisp implementation for Java Virtual Machine

Robert Tolksdorf 收集了很多可以在 Java VM 上面跑的程式語言專案,有關 Lisp 的部份就有一堆。 Lisp for the Java

兩位對岸 Lisp 愛好者的 Blog

http://blog.chinaunix.net/u/14248/article.php?frmid=24179 http://czhu.bokee.com/

Music + Slideshow

之前有想過 slide show 跟音樂配合的 idea,不過一直沒有機會動手實做,今天又在 mmdays 看到詳細的介紹。感覺不該放過這麼好的 idea ,有機會一定來實做一下。 被東京都感動到了。 :)

電腦語言譜系表海報

看到這個 電腦語言譜系表的大張海報 ,可以印一張貼在辦公室座位。

Library for Java bytecode generation

最近做了一個實驗性的小 project 需要用到 bytecode generation 找到以下兩個比較合用的 library。 ASM jen 先紀錄一下,其它等有空再來慢慢討論。

Scheme resourses

SICP 課程 MIT 版 SICP 課程 Berkeley 版 An Introduction to Scheme and its Implementation

朋友收集的 Lisp 資源

http://vpoohtw.blogspot.com/2008/08/lisp.html

Scheme books

兩本 MIT 用來敎程式設計的書 Structure and Interpretation of Computer Programs How to Design Programs SICP 在 Wikipedia 上面的介紹

DrScheme

亂逛看到這個,視覺化的程式開發環境 DrScheme ,跟我之前想像的 Editor 很像,好像很有趣,有空來玩一下。 Watch this -> DrScheme Tour

android.telephony

一個同事問到,Android 有開放 gsm 相關的 API 嗎? 有的,以下是 Send SMS 的 API - android.telephony.gsm.SmsManager 其他有關 telephony 的 package android.telephony.gsm android.telephony

Lisp on JVM

日前對 Lisp 產生興趣,於是開始找尋跟 Java 相關的 Lisp implementation,目前有找到這兩個看起來比較成熟的。 一個是 ABCL common lisp implementation on JVM,另外一個則是 Lisp 方言 Clojure 。 以下是順道找的的相關文章 InfoQ: Exploring LISP on the JVM Clojure: a Lisp-dialect for the JVM - with focus on Functional and Concurrent Programming Functional Scripting Languages for the JVM