• JavaScript 編寫的迷你 Lisp 解釋器:Little Lisp 經驗

    Little Lisp是一個解釋器,支持函數調用、lambda表達式、 變量綁定(let)、數字、字符串、幾個庫函數和列表(list)。我寫這個是為了在Hacker School(一所位于紐約的程序員

    jopen 2014-09-17   62034   0

    Common Lisp 語言學習程序:Common Lisp Koans 經驗

    Common Lisp Koans(lisp-koans)是一個語言學習練習程序,類似 ruby koans,python koans 等等。Common Lisp Koans 主要是幫助學習一些 lisp

    b77m 2015-04-22   65515   0

    GNU/Linux下有多少是GNU的? 資訊

    第一個餅圖如下,其指明了各種主流的開源項目組的分布情況。可見GNU只占了8%,當然,GNome也是GNU的,加起來也只有13%,只占整個分發包很少的比重。 第二個圖,作者把GNU的部分拿了出來,再進行了分析: 在

    jopen 2015-03-08   5305   0
    GNU  

    Lisp的永恒之道 經驗

    Lisp之魅 長久以來,Lisp一直被許多人視為史上最非凡的編程語言。它不僅在50多年前誕生的時候帶來了諸多革命性的創新并極大地影響了后來編程語言的發展,即使在一大批現代語言不斷涌現的今天,Lis

    openkk 2012-06-08   78577   0
    P27

      Common LISP 入門 文檔

    ?Common LISP Hints 關于Common LISP Hints 作者:Geoffrey J. Gordon 修訂:Bruno Haible 與 Peter Van Eynde Friday

    746696 2015-04-28   2715   0

    Lisp的LinuxShell命令 shelisp 經驗

    Shelisp 是一個 Common Lisp 的語法擴展,用于運行 Unix Shell 腳本和混合 Shell 腳本和 Lisp 的構造。 Common Lisp ,縮寫為 CL(不要和縮寫同

    fmms 2011-12-06   32794   0
    Lisp  

    Lisp語言的分支 Racket 經驗

    Racket源自著名的專家型語言PLT Scheme,同時又是Lisp語言的一個分支。它適用于從腳本Script到應用程序開發的任務執行工具,包括圖形用戶界面,Web服務器等。支持編譯器的虛擬機,創建獨立的可執行程序的工具,Racket

    jopen 2012-05-28   32189   0
    Lisp  

    Lisp 方言:GoLio 經驗

    GoLio 是一個使用 OCaml 實現的 Lisp 方言,語法、語義和庫都是 R5RS 的子集,提供一個重要的擴展:類似 Go 的并發模型。 > (define (curry func arg1) (lambda

    jopen 2012-11-11   63868   0

    Common Lisp 的實現:Clasp 經驗

    是一個 Common Lisp 的實現,可以和 C++ 進行交互,使用 LLVM 作為 JIT 編譯到原生代碼。 Clasp 還不是一個完全 ANSI 兼容的 Common Lisp - 如果你發現了

    jopen 2014-09-27   64350   0
    P

    The Web Programmer's Desk Reference 文檔

    Written for web programmers and designers, this reference alphabetically lists every HTML tag supported by Netscape Navigator and Internet Explorer, along with their attributes, event handlers, CSS and JavaScript style properties, and much more.

    一切隨風 2015-10-05   421   0

    從 Vim 到 Emacs 到 Evil 經驗

    的一點小需求無法實現,我開始嘗試 Emacs。從初窺門徑到配置出完全滿足我的一切,中途曾一度不可自拔,工作之余、入睡之前都在看 Emacs 的文檔資料。發現我的控制欲特別強,不達目的不愿罷休。好在 Emacs 的確是個強大的平臺,不負我望,在積累了一定的

    jopen 2015-07-20   30887   0
    Vim   Linux  

    idle: GNU Pricing:變現GNU工具 資訊

    Roesler 創建了一個惡作劇工具 GNU Pricing 。 GNU 程序每天被使用了數以十億次,但 GNU 程序的知識產權擁有者自由軟件基金會(FSF)一分錢也沒有賺到,GNU Pricing 就是試圖改變這一狀況,它設計根據用戶使用

    jopen 2015-05-11   4257   0
    GNU  

    Corman Lisp 以MIT許可開源 資訊

    【Corman Lisp (Common Lisp for MS Windows) 以MIT許可開源】Corman Lisp是一個上世紀90年代開發的Common Lisp版本,現在宣布開源,項目主頁:

    jopen 2015-01-05   10608   0

    用sed實現Lisp:SedLisp 經驗

    用 (GNU) sed實現Lisp。 如何使用 $ sed -f sedlisp.sed # '>' won't be shown. > (car (quote (a b c))) a > (cdr (quote

    jopen 2014-07-01   59236   0

    GNU cpio 資訊

    有設備都差不多。有些unix的軟件包就是cpio壓的。 項目地址 : http://www.gnu.org/software/cpio/ cpio 用法舉例: 帶目錄結構拷貝指定文件到指定目錄:

    jopen 2011-10-18   7090   0
    GNU  

    python_reference - Python資源匯總 經驗

    analysis. https://github.com/rasbt/python_reference

    jopen 2015-01-27   29021   0
    P

    Enterprise Library 6 Reference Docs Remember to unblock 文檔

    Welcome to Enterprise Library. The following sections of this guidance describe the ways that you can use Enterprise Library and the individual application blocks in your applications.<br>Enterprise Library consists of a collection of application blocks and core infrastructure. All of these are reusable software components designed to assist developers with common enterprise development challenges. <br> Enterprise Library also provides many highly configurable features that make it much easier to manage repetitive tasks, known as crosscutting concerns, which occur in many places in your applications. These include tasks such as logging, validation, exception management, and more.

    bqf9979 2016-02-11   1632   0
    P20

      Android NFC API Reference (官方,中文) 文檔

    ?Android NFC API Reference NFC簡潔 近場通信(NFC)是一個短范圍無線技術集合,通常需要4厘米或更短的距離才能初始化連接。NFC允許在NFC標簽和Android設備之間或

    幽靈草 2013-04-01   1015   0
    P47

      php參考手冊(php manual) 文檔

    ?PHP Manual PHP Array array 函數允許您對數組進行操作。 PHP 支持單維和多維的數組。同時提供了用數據庫查詢結果來構造數組的函數。 安裝 array 函數是 PHP 核心的組成部分。無需安裝即可使用這些函數。

    485430 2011-09-22   5320   0
    P31

      Design Pattern Manual 設計模式手冊 文檔

    ?Design Pattern Manual Design Pattern Manual 1. Constructive Pattern 用一個系統創建的那些對象的類對系統進行參數化有兩種常用方法。一種是生成創建對

    leonalone 2014-04-21   2023   0
    手冊  
    1 2 3 4 5 6 7 8 9 10
  • sesese色