- Learn Scala Programming
- Slava Schmidt
- 90字
- 2021-06-10 19:35:51
Questions
- What will be a type of following function in curried form: (Int, String) => (Long, Boolean, Int) => String ?
- Describe the difference between a partially applied function and a partial function
- Define a signature and implement a function uncurry for a curried function of three arguments A => B => C => R
- Implement a head-recursive function for factorial calculation n! = n * (n-1) * (n-2) * ... * 1
- Implement a tail-recursive function for factorial calculation
- Implement a recursive function for factorial calculation using trampolining
推薦閱讀
- HTML5+CSS3王者歸來
- GeoServer Cookbook
- Mastering JavaScript Object-Oriented Programming
- Python程序設計(第3版)
- Processing互動編程藝術
- 精通API架構:設計、運維與演進
- Java EE 7 Performance Tuning and Optimization
- HTML5與CSS3基礎教程(第8版)
- Java SE實踐教程
- 遠方:兩位持續創業者的點滴思考
- Appcelerator Titanium:Patterns and Best Practices
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 零基礎學Java第2版
- Python無監督學習
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)