Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/sprints/spy.md
Original file line number Diff line number Diff line change
@@ -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.