Hy
A Lispy syntax for Python. The implementation generates Python abstract syntax trees (AST), not just bytecode, so you can use Hy with, e.g., PyPy just as well as CPython.
Website: http://hylang.org
Tasks
- 100 doors
- A+B
- Array concatenation
- Averages/Arithmetic mean
- Birthday problem
- Bulls and cows
- Constrained random points on a circle
- Currying
- Dot product
- Factorial
- Fibonacci sequence
- FizzBuzz
- Flatten a list
- Function composition
- Function definition
- Hello world!
- Hello world/Text
- Increment a numerical string
- Integer comparison
- Leap year
- List comprehensions
- Logical operations
- Loops/Foreach
- Multiple regression
- Playing cards
- Polynomial regression
- Statistics/Basic
- Verify distribution uniformity/Chi-squared test
- Verify distribution uniformity/Naive