Skip to content

Commit

Permalink
Update README.md with Murφ inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu authored Feb 24, 2024
1 parent c2d6962 commit e4a922b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ small amount of the code).
- Generics with templates. I'm going to use Python/Go's syntax
- Inspired by Java
- The name "interface" instead of Rust's "trait" makes more sense to me... I may just be missing the full idea of Rust traits.
- Inspired by Murφ
- Specificy ranges of numbers
- I considered taking the operators (`=` for equality, `:=` for setting, etc) but I found it confusing even though I think it's logical from a non-C-family person)

0 comments on commit e4a922b

Please sign in to comment.