diff --git a/src/content/sprints/spy.md b/src/content/sprints/spy.md new file mode 100644 index 000000000..26a1b82de --- /dev/null +++ b/src/content/sprints/spy.md @@ -0,0 +1,17 @@ +--- +title: "SPy" +numberOfPeople: "5" # How many people you expect to be able to accommodate. +pythonLevel: "Intermediate" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Antonio Cuni" + email: "anto.cuni@gmail.com" + github: "antocuni" +links: # Add as many links as relevant. + - title: "SPy github repo" + url: "https://github.com/spylang/spy" + - title: "SPy playground" + url: "https://spylang.github.io/spy/" +--- + +SPy is a compiler for a statically typed variant of Python. Let's have fun with +it.