auto monad = [](auto v) { return [=] { return v; }; }; auto bind = [](auto m) { return [=](auto fvm) { return fvm(m()); }; }; static_assert(bind(monad(2))(monad)() == monad(2)());
—from C++26 Standard Draft N4964 - Lambdas in C++ Constant Expressions, a software by C++ Committee
Active since December 6, 2023.
179 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
25. | SideSky (sidesky) | 65.46 | 95.8% | 2025-04-04 |
26. | tstats[joshuarose] (joshuar... | 65.07 | 94.5% | 2024-06-17 |
27. | i cant type (o_o_f) | 64.31 | 96% | 2024-04-30 |
28. | Chris (cccxxxl) | 63.51 | 97.6% | 2024-01-21 |
29. | Shallan Davar (shallan_davar) | 63.34 | 96.4% | 2024-03-17 |
30. | RAMs3c (xander360) | 62.98 | 97% | 2024-12-05 |
31. | Stephen (iwinn) | 62.77 | 94% | 2024-09-26 |
32. | Ghoul (ghoulking) | 62.62 | 96% | 2025-04-22 |
33. | slitovskiy (slitovskiy) | 62.16 | 96% | 2024-09-03 |
34. | sang (shatoboar) | 61.40 | 97% | 2024-07-31 |
35. | vlyr (vlyr) | 61.15 | 93% | 2024-10-17 |
36. | Ravi (ravishankarr) | 60.64 | 97% | 2025-05-04 |
37. | trans rights (scrunky) | 60.05 | 95% | 2024-03-21 |
38. | mm2325 (moinl) | 59.69 | 99% | 2024-11-19 |
39. | ABCD (x007) | 59.24 | 100% | 2024-10-31 |
40. | Sergito (yoonseok) | 59.03 | 97.9% | 2025-01-27 |
41. | austin (0x13ba) | 58.85 | 97% | 2024-02-28 |
42. | Kim (kimson52) | 58.38 | 99% | 2024-09-27 |
43. | صَقْرُ السُّرْ... | 58.22 | 100% | 2024-12-22 |
44. | Alex (a_kaban) | 58.12 | 100% | 2024-07-16 |
45. | muchinchai (muchinchai) | 57.98 | 100% | 2024-04-02 |
46. | Mike (headoros) | 57.97 | 98% | 2024-03-22 |
47. | blue (bluishkindofblue) | 57.77 | 96% | 2024-04-21 |
48. | Brandon (dvorak_scrub) | 57.73 | 95% | 2024-06-15 |
49. | paim (barat_paim) | 57.37 | 99% | 2024-09-26 |
50. | sygi (sygi) | 57.26 | 93% | 2024-11-26 |
51. | Jay (kamikamigod) | 56.79 | 94.4% | 2023-12-16 |
52. | Tal (talw) | 56.16 | 95% | 2024-06-22 |
53. | hi (helloimnotgood1) | 56.15 | 97% | 2024-04-01 |
54. | Arian (ariankg) | 56.07 | 96% | 2024-03-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 2,283 | 37.05 | December 6, 2023 |