Projects tagged ‘clisp’, ‘commonlisp’, and ‘lisp’


Jump to tag:

Projects tagged ‘clisp’, ‘commonlisp’, and ‘lisp’

Filtered by Project Tags clisp commonlisp lisp

Refine results Project Tags ffi (1) sqlite (1) database (1)

[2 total ]

0 Users

eCLISPはeRubyのように、HTMLにCLISPのコードを埋め込み、Webサイトのテンプレート等に使用できるようにするライブラリです。HTMLだけでなく、CLISPが認識 ... [More] きるテキストファイルであれば対象となります。 <# と #> の内側をCLISPの式として認識します。詳細はfirst_stepをご覧下さい。 Sample <#- (dotimes (n 10) -#> <#= (* n 2) #> <#- ) -#> ↓ Sample 0 2 4 6 8 10 12 14 16 18 [Less]
Created 12 months ago.

0 Users

clisp-sqlite is a simple interface to the sqlite library using the clisp FFI. It offers a raw interface directly to the C functions in the package SQLITE.RAW, as well as a more civilized and lispy interface in SQLITE.
Created about 1 year ago.