Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
azra
/
lisp-koans
réplica de
https://gitlab.com/azrazalea/lisp-koans
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Achegas
73
Lanzamentos
0
Wiki
Explorar o código
Fix thread detection to work in SBCL implementations that don't support
threading.
Bill Neubauer
%!s(int64=12) %!d(string=hai) anos
pai
468edf078c
achega
05e33f4641
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
.koans
+ 1
- 1
.koans
Ver ficheiro
@@ -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
)