Skip to content

Python's extensive support for operator overloading can help you greatly reduce the conceptual complexity of your library or framework, allowing programmers who must use it to leverage the extensive knowledge and skills they already possess.

License

python-supply/embedded-languages-via-overloading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embedded-languages-via-overloading

Python's extensive support for operator overloading can help you greatly reduce the conceptual complexity of your library or framework, allowing programmers who must use it to leverage the extensive knowledge and skills they already possess.

The use case in this article illustrates how operator overloading can be used to define embedded domain-specific languages that allow programmers to employ familiar Python notation and language constructs to quickly and concisely build logical circuits using a variety of underlying data structures.

About

Python's extensive support for operator overloading can help you greatly reduce the conceptual complexity of your library or framework, allowing programmers who must use it to leverage the extensive knowledge and skills they already possess.

Topics

Resources

License

Stars

Watchers

Forks