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 |
|---|---|---|---|---|
| 36. | RAMs3c (xander360) | 62.98 | 97% | 2024-12-05 |
| 37. | Stephen (iwinn) | 62.77 | 94% | 2024-09-26 |
| 38. | Ghoul (ghoulking) | 62.62 | 96% | 2025-04-22 |
| 39. | slitovskiy (slitovskiy) | 62.16 | 96% | 2024-09-03 |
| 40. | coen (coencidence) | 61.51 | 95% | 2025-10-17 |
| 41. | sang (shatoboar) | 61.40 | 97% | 2024-07-31 |
| 42. | vlyr (vlyr) | 61.15 | 93% | 2024-10-17 |
| 43. | Ravi (ravishankarr) | 60.64 | 97% | 2025-05-04 |
| 44. | trans rights (scrunky) | 60.05 | 95% | 2024-03-21 |
| 45. | mm2325 (moinl) | 59.69 | 99% | 2024-11-19 |
| 46. | ABCD (x007) | 59.24 | 100% | 2024-10-31 |
| 47. | Sergito (yoonseok) | 59.03 | 97.9% | 2025-01-27 |
| 48. | austin (0x13ba) | 58.85 | 97% | 2024-02-28 |
| 49. | Kim (kimson52) | 58.38 | 99% | 2024-09-27 |
| 50. | Karl (kistenklaus) | 58.23 | 94% | 2025-09-10 |
| 51. | صَقْرُ السُّرْ... | 58.22 | 100% | 2024-12-22 |
| 52. | Alex (a_kaban) | 58.12 | 100% | 2024-07-16 |
| 53. | TransPride (princess_swag) | 57.99 | 94% | 2025-08-16 |
| 54. | muchinchai (muchinchai) | 57.98 | 100% | 2024-04-02 |
| 55. | Mike (headoros) | 57.97 | 98% | 2024-03-22 |
| 56. | blue (bluishkindofblue) | 57.77 | 96% | 2024-04-21 |
| 57. | Brandon (dvorak_scrub) | 57.73 | 95% | 2024-06-15 |
| 58. | paim (barat_paim) | 57.37 | 99% | 2024-09-26 |
| 59. | sygi (sygi) | 57.26 | 93% | 2024-11-26 |
| 60. | Bob (ryokucha) | 57.20 | 97% | 2025-08-22 |
| 61. | Kramnik (st4ff) | 57.04 | 97% | 2025-07-18 |
| 62. | Jay (kamikamigod) | 56.79 | 94.4% | 2023-12-16 |
| 63. | Tal (talw) | 56.16 | 95% | 2024-06-22 |
| 64. | hi (helloimnotgood1) | 56.15 | 97% | 2024-04-01 |
| 65. | Arian (ariankg) | 56.07 | 96% | 2024-03-20 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 2,283 | 37.05 | December 6, 2023 |