Tootfinder

Opt-in global Mastodon full text search. Join the index!

@crell@phpc.social
2026-08-17 18:48:51

I mean, this is fair and accurate for all languages mentioned...
#Programming #PHP #CPP #Javascript

@michabbb@social.vivaldi.net
2026-09-16 01:42:10

🧩 Universal methods on primitives like $s->upper() or $arr->contains() resolve at compile time into direct C calls. Performance-critical kernels can be written in #cpp and called from PHP via stub files
🏷️ Compile-time code generation via attributes: #[Getter], #[Setter], #[With], #[Constructor], #[Printer] and #[Arrayable]. #[Immutable] and #[ArrayDef] add compile-time contracts wi…