Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
azra
/
lisp-koans
同期ミラー
https://gitlab.com/azrazalea/lisp-koans
Watch
1
Star
0
Fork
0
コード
課題
0
コミット
73
リリース
0
Wiki
ソースを参照
Fix thread detection to work in SBCL implementations that don't support
threading.
Bill Neubauer
12 年 前
親
468edf078c
コミット
05e33f4641
共有
1 個のファイルを変更した
、
1 個の追加
と
1 個の削除
を含む
分割表示
差分情報を表示
1
1
.koans
+ 1
- 1
.koans
ファイルの表示
@@ -25,5 +25,5 @@
25
25
:dice-project
26
26
:macros
27
27
:scope-and-extent
28
- #+sb
cl
:threads
28
+ #+sb
-thread
:threads
29
29
)