Oblong

1 program Added 2026-02-12T13:47:35Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: g-speak
Provenance: commit ba4fde8d67 · authored 2026-02-12T14:48:22+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Oblog (0.21)Newspeak (0.19)Klong (0.15)Oblig (0.15)Obliq (0.15)

LLM-contributed programs

Slaw List Creation Example

Provenance: commit ba4fde8d67 · authored 2026-02-12T14:48:22+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.cpp · license: BSD-3-Clause · added: 2026-02-12T13:47:35Z
#include <libLoam/c/ob-retorts.h>
#include <libLoam/c/ob-log.h>
#include <libPlasma/c++/Slaw.h>

using namespace oblong::loam;
using namespace oblong::plasma;

int main(int argc, char **argv)
{
  OB_DIE_ON_ERROR(OB_CHECK_ABI());

  Slaw s = Slaw::List(Slaw::String("hello"),
                      Slaw::String("world"),
                      Slaw::Number(42));

  OB_LOG_INFO("Created slaw: %s\n", s.toPrintableString().c_str());

  return EXIT_SUCCESS;
}

Contribute — propose a file extension

Tell us where to find evidence about Oblong (mapped to pl/oblong). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Oblong/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Oblog OBrainfuck →