mirror of
https://github.com/bspeice/speice.io
synced 2025-07-05 15:54:54 -04:00
Some parts aren't specifically static polymorphism, but are more direct comparisons to Rust traits (which form the basis of Rust static polymorphism)
This commit is contained in:
@ -7,7 +7,8 @@ tags: [python]
|
||||
---
|
||||
|
||||
Other languages have done similar things (interfaces in Java), but think the Rust comparison is
|
||||
useful because both languages are "system."
|
||||
useful because both languages are "system." Mostly looking at how static polymorphism is implemented
|
||||
in C++ and Rust, but also some comparisons to Rust behavior not strictly related to polymorphism.
|
||||
|
||||
# Simple Example
|
||||
|
||||
|
Reference in New Issue
Block a user