programming-idioms
programming-idioms copied to clipboard
A collection of good snippets, in a lot of languages
[OCaml](https://ocaml.org/) is a general-purpose, multi-paradigm programming language which extends the Caml dialect of ML with object-oriented features.
I searched for ways to add it via the interface, but found none, so I assume the supported languages are hardcoded, hence this issue.
See http://julialang.org/ about Julia. Programming-Idioms is not intended to host code in all languages, only the most widely used languages. A new entry is possible only after a lot of...
[_Zig_](https://ziglang.org) is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. **Documentation**: https://ziglang.org/documentation/0.8.0/ **Learn**: https://ziglearn.org
Often, users click "Edit impl" and then write a very different implementation in the code snippet textarea. In this cas, they should have created a new implementation alongside the existing...
In this example, the Google search result is explicitly and specifically the URL of the C implementation. However, the search result shows come Cobol code, which is definitely not we...
Nim
- https://nim-lang.org - http://rosettacode.org/wiki/Category:Nim
It would be nice if the value of controls Idiom ID, Imports, Comments, and Filter was included inside the URL e.g. `https://programming-idioms.org/cheatsheet/Go#filter=map`
When a language has a canonical reference online playground, suggest it in a new link on the right of the Demo URL for field, to encourage rich contribution. 
Some idioms are related. Related idioms are displayed in the right column. Relation is symmetrical, not oriented. Currently: - only the Admin can add a relation Expected: - any contributor...