Add SBCL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 16:29:07 +0000 (18:29 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 16:29:07 +0000 (18:29 +0200)
js/90-divine-format.js
lib/Plack/App/Gruntmaster.pm
tmpl/pb_entry.en

index 5a1a7d69c6440efea73f9b0d37114dd53c228e1a..cb9b6ab8f13baa7ef292aa52e2b8dc3ed4d4c46d 100644 (file)
                case 'lhs':
                        format = 'HASKELL';
                        break;
+               case 'lisp':
+               case 'lsp':
+               case 'cl':
+               case 'l':
+                       format = 'SBCL';
+                       break;
                case 'java':
                        format = 'JAVA';
                        break;
index 3ec4e78300fd623a2c85457c0e5b07c715d2de18..66b5b6eb4843d953d351762a43653d4f8f5cc248 100644 (file)
@@ -47,6 +47,7 @@ use constant FORMAT_EXTENSION => {
        PASCAL => 'pas',
        PERL => 'pl',
        PYTHON => 'py',
+       SBCL => 'l',
 };
 
 use constant NOT_FOUND => [404, ['Content-Type' => 'text/plain'], ['Not found']];
index c76c56cf3d5f23961d48aabe2ff858fcd85064ed..15188417ed432bc0b5842e2ff47951b591a79e42 100644 (file)
@@ -40,6 +40,7 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 <option value="PASCAL">Pascal (fpc)</option>
 <option value="PERL">Perl (perl)</option>
 <option value="PYTHON">Python (python)</option>
+<option value="SBCL">Common Lisp (sbcl)</option>
 </select></div>
 
 <input type="submit" value="Submit job" class="btn btn-primary">
This page took 0.012489 seconds and 4 git commands to generate.