|
You are here |
cukic.co | ||
| | | | |
www.dotnet-tv.com
|
|
| | | | | [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language. | |
| | | | |
www.jurecuhalev.com
|
|
| | | | | Grokking Simplicity is an introductory book that will take you to the world of functional programming. It uses basic JavaScript to explain filter(), map(), and reduce() in simple and logical steps. As an experienced engineer, I read the book hoping it would allow me to read F# code better. What I got from it instead [...] | |
| | | | |
www.lambdabytes.io
|
|
| | | | | Website of Jonathan Thaler @ lambda::bytes | |
| | | | |
blog.stevenlevithan.com
|
|
| | | Not all shorthand character classes and other JavaScript regex syntax is Unicode-aware. In some cases it can be important to know exactly what certain tokens match, and that's what this post will explore. According to ECMA-262 3rd Edition, \s, \S, ., ^, and $ use Unicode-based interpretations of whitespace and newline, while \d, \D, \w,... | ||