|
|
|
|
|
by heisig
1070 days ago
|
|
I am not sure what you mean by "required infrastructure setup". Installing Petalisp is a single call to (ql:quickload :petalisp) - assuming you have Quicklisp installed. If you also have a C compiler available, and an executable named cc pointing to that compiler, Petalisp will use that to speed up your codes further. About the required hardware - anything that runs SBCL or CCL can also run Petalisp. |
|