Hacker News
- I can't keep up with idiomatic Rust https://timidger.github.io/posts/i-cant-keep-up-with-idiomatic-rust/ 420 comments
- Simple tf-idf in 30 lines of Idiomatic Clojure http://thecomputersarewinning.com/post/simple-tfidf-in-clojure 3 comments
- What's the modern idiomatic way to write this? / Inductive typeclasses with Nat https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.22.2636&rep=rep1&type=pdf 6 comments haskell
- Usages of underscore (_) – the syntax nuances and the idiomatic use cases https://mathspp.com/blog/pydonts/usages-of-underscore 17 comments python
- Idiomatic Rust? Implementing binary search (part 2) https://shane-o.dev/blog/binary-search-rust-part-2 11 comments rust
- Idiomatic panics in Go https://stonecode.ca/idiomatic-panics/ 17 comments golang
- What's the idiomatic way to expose configuration options for a library? https://www.reddit.com/r/csharp/comments/mibc8n/whats_the_idiomatic_way_to_expose_configuration/ 10 comments csharp
- Idiomatic Ruby through Leetcode https://medium.com/@michaelviveros/idiomatic-ruby-through-leetcode-5ff395a0ef15 6 comments ruby
- Are out parameters idiomatic in Rust? https://steveklabnik.com/writing/are-out-parameters-idiomatic-in-rust 10 comments programming
- Are out parameters idiomatic in Rust? https://steveklabnik.com/writing/are-out-parameters-idiomatic-in-rust 41 comments rust
- Idiomatic Error Mapping Question https://www.reddit.com/r/rust/comments/j6yva3/idiomatic_error_mapping_question/ 5 comments rust
- Is there an idiomatic way to add an aggregate value as a property to a model? https://www.reddit.com/r/django/comments/j3rojy/is_there_an_idiomatic_way_to_add_an_aggregate/ 7 comments django
- OOP is established to the point that we sometimes follow absurdly complicated “idiomatic” patterns(tricks). One example is the Double Dispatch technique, which is a quite puzzling chain of polymorphic calls. Let’s see it in action and compare it to a quite elegant Functional alternative. https://vkontech.com/clash-of-styles-part-5-double-dispatch-or-when-to-abandon-oop/ 74 comments csharp
- [Question] What's the most idiomatic way to be able to return an error from a method, another error from another method, and either error from a third method? https://www.reddit.com/r/rust/comments/h0iofu/question_whats_the_most_idiomatic_way_to_be_able/ 14 comments rust
- Is there a more idiomatic way to do this in TypeScript? https://www.reddit.com/r/typescript/comments/g2uro9/is_there_a_more_idiomatic_way_to_do_this_in/ 3 comments typescript
- Idiomatic monads in Rust https://varkor.github.io/blog/2019/03/28/idiomatic-monads-in-rust.html 35 comments haskell
- Open source library - idiomatic nmap bindings in go https://github.com/ullaakut/nmap 5 comments netsec
- Ideas for an idiomatic GUI library? https://www.reddit.com/r/golang/comments/advg9e/ideas_for_an_idiomatic_gui_library/ 7 comments golang
- Feedback Requested - Help me make this idiomatic https://gitlab.com/jrop/rust-calc/blob/f51247168b5e29ec803d6a26ce738c80e22f64a4/src/main.rs#L121 5 comments rust
- What is more idiomatic, use n.times or for? https://www.reddit.com/r/ruby/comments/9klvih/what_is_more_idiomatic_use_ntimes_or_for/ 29 comments ruby
- Most idiomatic way to accept a function as an argument https://www.reddit.com/r/rust/comments/9c5fo7/most_idiomatic_way_to_accept_a_function_as_an/ 14 comments rust
- [noob question] Strict type checking is preventing me from defining the type of callback function I want. How do I write idiomatic Go to deal with this situation? https://godoc.org/github.com/eclipse/paho.mqtt.golang#MessageHandler 5 comments golang
- Idiomatic Redux: Using Reselect Selectors for Encapsulation and Performance http://blog.isquaredsoftware.com/2017/12/idiomatic-redux-using-reselect-selectors/ 17 comments reactjs
- Idiomatic Containers https://www.reddit.com/r/devops/comments/6pvnhf/idiomatic_containers/ 3 comments devops
- How to idiomatically handle errors like this? https://www.reddit.com/r/rust/comments/6ollc0/how_to_idiomatically_handle_errors_like_this/ 3 comments rust
- Towards Minimal, Idiomatic, and Performant Ruby Code https://blog.codeminer42.com/towards-minimal-idiomatic-and-performant-ruby-code-f3fc6aed3c94#.pdjkmcpum 24 comments ruby
- What's the idiomatic way of long-running loops? https://www.reddit.com/r/rust/comments/5iw62n/whats_the_idiomatic_way_of_longrunning_loops/ 11 comments rust
- What are good lua codebases to read to learn nice idiomatic lua practices from? https://www.reddit.com/r/lua/comments/4refzk/what_are_good_lua_codebases_to_read_to_learn_nice/ 11 comments lua
- Optional: Tutorial and Idiomatic Usage Tips http://www.javaspecialists.eu/archive/issue238.html 3 comments java
- Ruby Tricks, Idiomatic Ruby, Refactorings and Best Practices http://best-ruby.com 5 comments ruby
- [Code Review Request] Is my code idiomatic for pipes? https://gist.github.com/rdavison/4d51239c94180a77e760 12 comments haskell
- [Question] What's the idiomatic way to support older Go versions? https://github.com/sorcix/irc/issues/4 7 comments golang
- idiomatic graph data structure https://github.com/taylorchu/graph/blob/master/graph.go 4 comments golang
- Is there an idiomatic OAuth 1 library? http://www.discogs.com/developers 5 comments golang
- Idiomatic generics in Go http://bouk.co/blog/idiomatic-generics-in-go/ 47 comments golang
- Idiomatic Scala: Your Options Do Not Match (The Ultimate Scala Option Cheat Sheet) http://blog.originate.com/blog/2014/06/15/idiomatic-scala-your-options-do-not-match/ 14 comments scala
- Fluokitten - Category Theory in Idiomatic Clojure http://fluokitten.uncomplicate.org/ 5 comments programming
- Writing Idiomatic Python http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 73 comments programming
- My First Real Endeavor in Haskell. How Can I Make it More Idiomatic? http://pastebin.com/cujvcj1f 14 comments haskell
- Effective Perl Programming: Ways to Write Better, More Idiomatic Perl, 2nd Edition http://www.informit.com/store/product.aspx?isbn=0321496949 9 comments perl