Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhamlin authored Aug 16, 2023
1 parent 886440c commit fbe070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func init() {
| ----------- | ----------- |----------- | -----------|
| Hosted[^1] | Yes | No | No |
| Extensible Go interop | Yes | No | No |
| Concurrency | Yes | No | Yes |
| Concurrency | Yes | Yes (with GIL) | Yes |
| Clojure tooling (e.g. linter) | No | Yes | No |
| Execution | Tree-walk interpreter | Tree-walk interpreter | Bytecode Interpreter |

Expand Down

0 comments on commit fbe070e

Please sign in to comment.