The Wayback Machine - https://web.archive.org/web/20210311145752/https://github.com/topics/polyglot
Skip to content
#

polyglot

Here are 228 public repositories matching this topic...

graemerocher
graemerocher commented Oct 2, 2019

Currently register looks like:

   private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
        if (annotated != null) {
            guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
            substitutions.put(annotated,

🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.

  • Updated Mar 11, 2021
  • Go

Improve this page

Add a description, image, and links to the polyglot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polyglot topic, visit your repo's landing page and select "manage topics."

Learn more