Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idioms

make-keyword-map in Clojure - Idiomatic?

clojure lisp idioms

Better pattern for partial specialization disambiguation precedence chain?

Lazy evaluation for subset of class methods

A general-purpose STLish contains()

Should I use PIMPL everywhere? [closed]

c++ idioms pimpl-idiom

F# idiomatic conversion of async while loop accumulation

f# azure-cosmosdb idioms

ruby syntactic sugar: dealing with nils

ruby idioms

Idiomatic Clojure way to find most frequent items in a seq

clojure idioms

What is idiomatic Clojure for this simple logic?

clojure idioms

Efficiently partition a string at arbitrary index

Is pattern matching on derived types idiomatic for F#?

Common Lisp idiom for filtering a list and applying a function to the unfiltered elements?

lisp common-lisp idioms

Avoiding code duplication for runtime-to-compile-time numeric parameter translation

Python 'self' for function

python idioms self

What's the most "Swift-like"/clean way to set a non-nil value with a sync DispatchQueue?

Idiomatic way to "merge" multiple lists of the same length in F#?

Idiomatic way of documenting a Golang program, consisting of one main.go file

go documentation idioms godoc

idiomatically merge maps into a map of value sets with clojure

clojure idioms

Is writing helper functions for state passing style idiomatic in Haskell?

haskell idioms

Idiom to initialize C++ class to zero