Skip to content

Zantyr/syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Set of extensions to Python syntax

When to use:

  • want to conveniently map long sequences and want to avoid [x for x in ...] or map
  • frustrated about doing simple, but rare things that could've been done better
  • want to emulate features from other languages

When not to use:

  • want to maintain purity of code
  • speed is of concern
  • want to keep it simple

About

Simple utilities for syntax extension in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published