mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
add common lisp
This commit is contained in:
parent
38a153c546
commit
68042e6d27
5 changed files with 17 additions and 2 deletions
4
lxc/executors/lisp
Normal file
4
lxc/executors/lisp
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /tmp/$2
|
||||
timeout -s KILL 3 xargs -a args.args -d '\n' sbcl --script code.code < stdin.stdin
|
|
@ -29,6 +29,8 @@ echo -n 'testing julia = '
|
|||
../../cli/execute julia julia.jl
|
||||
echo -n 'testing kotlin = '
|
||||
../../cli/execute kotlin kotlin.kt
|
||||
echo -n 'testing lisp = '
|
||||
../../cli/execute lisp lisp.cl
|
||||
echo -n 'testing nasm 32 bit = '
|
||||
../../cli/execute nasm nasm.nasm
|
||||
echo -n 'testing nasm 64 bit = '
|
||||
|
|
1
lxc/tests/lisp.cl
Normal file
1
lxc/tests/lisp.cl
Normal file
|
@ -0,0 +1 @@
|
|||
(write-line "good")
|
Loading…
Add table
Add a link
Reference in a new issue