Skip to content

MagicalLas/LazyPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LazyPython

codecov CircleCI

Library for Pure Functional Programming

Usage

from lazy.effect import lazy

@lazy
def sum(a, b):
    return a + b

sum_effect = sum(2, 4)
sum_effect.execute # 2 + 4

Test

pytest --cov-report term-missing --cov=lazy

Logo

Image

About

Library for functional programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages