- [DLang] TIL DLang is one of only TWO programming languages that feature Uniform Function Call Syntax (chaining dots is equivalent to nesting parens) https://en.wikipedia.org/wiki/Uniform_Function_Call_Syntax 12 comments programmertil
- Uniform Function Call Syntax: f(x) <=> x.f() and f(x,y,...) <=> x.f(y,...) https://en.wikipedia.org/wiki/uniform_function_call_syntax 69 comments programming
Linking pages
- Go is not (very) simple, folks. I’ve recently started coding a little… | by The Other Bob | Medium https://medium.com/@bob.clark_34506/go-is-not-very-simple-folks-3e84220e73c7 146 comments
- Python vs NumPy vs Nim: Miran's personal site https://narimiran.github.io/2018/05/10/python-numpy-nim.html 131 comments
- Designing a Programming Language to Speedrun Advent of Code https://blog.vero.site/post/noulith 98 comments
- GitHub - tibordp/alumina: A general purpose programming language https://github.com/tibordp/alumina 87 comments
- postfix-macros.md · GitHub https://gist.github.com/est31/8d0465997ea920c5ba917cbbf80a822d 42 comments
- GitHub - boost-ext/te: TE: C++17 Run-time polymorphism (type erasure) library https://github.com/boost-experimental/te 33 comments
- GitHub - glyh/awesome-pl-concepts: An menu/quick reference for Programming Language concepts https://github.com/glyh/awesome-pl-concepts 21 comments
- Nim ❚ A Scripter's Notes https://scripter.co/notes/nim/ 19 comments
- Opt-in UFCS with "using class" https://tristanbrindle.com/posts/opt-in-ufcs 9 comments
- 0048: zest progress, zest ordering, wasm alignment, umbra papers, future of fast code, new internet, books, other stuff https://www.scattered-thoughts.net/log/0048/#zest-ordering 5 comments
- Zest: syntax https://www.scattered-thoughts.net/writing/zest-syntax/ 3 comments
- You should give Nim a try. Nim is a strongly-typed… | by Matt Haggard | Medium https://medium.com/@iffy/you-should-give-nim-a-try-54bdff840c1c 0 comments
- GitHub - glyh/PL-features: A cheatsheet and meta wiki for Programming Language features https://github.com/glyh/PL-features 0 comments
- C++ Rvalue References: The Unnecessarily Detailed Guide https://blog.vero.site/post/rvalue-references 0 comments
Related searches:
Search whole site: site:en.wikipedia.org
Search title: Uniform Function Call Syntax - Wikipedia
See how to search.