Skip to content

Commit

Permalink
Merge pull request #129 from defenghu/main
Browse files Browse the repository at this point in the history
Added Claire implementation.
  • Loading branch information
mawerty authored Jan 11, 2024
2 parents 4eb9f48 + 72bda70 commit 6e58c09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Bash
Beef
Brainfuck
C
Claire
Clojure
CoffeeScript
COBOL
Expand Down
1 change: 1 addition & 0 deletions implementations/main.cl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
is_prime(x:integer) : boolean -> false
1 change: 1 addition & 0 deletions optimized_implementations/Main.cl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
is_prime(x:integer) : boolean -> false

0 comments on commit 6e58c09

Please sign in to comment.