Skip to content

KittyBorgX/potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

potato

A stricter typed dialect of python

What's this?

This is a stricter dialect of python with a strong type system (sort of like typescript for javascript), written in rust and aims to have performance gains while still retaining the simple syntax of python.

Features (HEAVILY WIP!)

  • LLVM Backend
  • Strong type system
  • Written in rust
  • Nice errors :)

Running

git clone https://github.com/KittyBorgX/potato.git
cd potato
cargo build --release
./target/release/potato test.py # Assuming your file is `test.py`

About

Who said python couldn't have nice errors?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages