Parallella Lispを試した。(2020年)

僕はUbuntu 16.04にしたParallellaを一台持っている。
Parallella Lisp (plisp)をgithubからダウンロードしてビルドしたので、試しにHello Worldをやった。
以下はその結果だ。

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  0  )


processor id: 		0
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  1  )


processor id: 		1
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  2  )


processor id: 		2
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  3  )


processor id: 		3
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  4  )


processor id: 		4
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  5  )


processor id: 		5
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  6  )


processor id: 		6
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  7  )


processor id: 		7
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  8  )


processor id: 		8
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  9  )


processor id: 		9
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  10  )


processor id: 		10
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  11  )


processor id: 		11
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  12  )


processor id: 		12
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  13  )


processor id: 		13
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  14  )


processor id: 		14
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!

> (  block (  quote  hello  )(  quote  world  )(  quote  from  )(  quote  core  )(  id  ) )

(  hello  world  from  core  15  )


processor id: 		15
memory: 		11700480
node size: 		16
nnodes: 		258
nodemem: 		4128
nnames: 		69
namemem: 		2760
nstrings: 		0
stringmem: 		0
setflag message: 	Exited normally!