HolyC

1 program Added 2026-02-07T12:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 5a8f0c21b5 · authored 2026-02-07T13:21:09+01:00 · agent claude-code · model sonnet

Sources mentioning this language

5 sources · pl_id: pl/holyc
LLM (this repo) · 1PldbLinguistHyperpolyglotRosettacode

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.hclinguistprimary28.1K files

Related languages

Hollywood (0.20)Honu (0.18)Hook (0.18)Hope (0.18)Hodor (0.17)

LLM-contributed programs

Hello World with Loop

Provenance: commit 5a8f0c21b5 · authored 2026-02-07T13:21:09+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.HC · license: Public Domain · added: 2026-02-07T12:00:00Z
U0 Main()
{
  I64 i;
  "Hello, World!\n";
  for (i = 0; i < 10; i++)
    "Count: %d\n", i;
}

Main;

Real programs from Software Heritage

1 sample mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
fcm.hc · 2708 B · ext .hc · seen 1× in SWH
via unique-primary
swh:1:cnt:5367504757fe957802c21db1f2283e9881523234;origin=https://github.com/longyanjun2020/SDK_pulbic;anchor=swh:1:rev:47d85255220f39de1b13e5f2a68b24e49e179f07;path=/Mercury5/proj/sc/system/fcm/inc/fcm.hc
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
/****************************************************************************/
/*  File    : FCM.HC                                                        */
/*--------------------------------------------------------------------------*/
/*  Scope   : Definition of FCM  primitive numbers                          */
/*                                                                          */
/*--------------------------------------------------------------------------*/
/*   Date   | Author |  Modification                                        */
/*----------+--------+------------------------------------------------------*/
/* 07.02.01 |  FGA   |  Creation                                            */
/****************************************************************************/
/* 
   $LogWavecom: U:\projet\gsm\pvcsarch\archives\fcm\itf\fcm.hc-arc $
 *--------------------------------------------------------------------------
 * Date     | Author | Revision       | Description
 *----------+--------+----------------+-------------------------------------
 * 28.11.03 | fga    | 1.1            | removed msg prims.  17336 : Resolut
 *          |        |                | ion for FCM: better separation of c
 *          |        |                | onstants in interface              
 *----------+--------+----------------+-------------------------------------
 * 19.11.03 | fga    | 1.1            | added FAL related trace levels  170
 *          |        |                | 46 : Resolution for FCM: create ope
 *          |        |                | n MMI interface - FAL              
 *----------+--------+----------------+-------------------------------------
 * 04.11.03 | fga    | 1.0            | Initial revision.                  
 *----------+--------+----------------+-------------------------------------
*/

#ifndef __FCM_HC__
#define __FCM_HC__

#include "msgofs.hc"

/* TRACE LEVELS */

#define __FCM                       _FCM
#define _FCM_DEBUG                  _FCM | LEVEL_0    /* FCM Debug */
#define _FCM_MSG                    _FCM | LEVEL_7    /* FCM messages and notifications */
#define FCM_LEVEL_DATA_UPLINK       _FCM | LEVEL_2
#define FCM_LEVEL_DATA_DOWNLINK     _FCM | LEVEL_3
#define FCM_LEVEL_V24_AT            _FCM | LEVEL_4

#define _FCM_FAL                    _FCM | LEVEL_5 /* FAL (cus if) traces */


#define _trace                   _TRACE
#define FCM_NO_PARAM             0x08000000
#define FCM_ONE_PARAM            0x10000000
#define FCM_TWO_PARAM            0x18000000
#define FCM_THREE_PARAM          0x20000000
#define FCM_FOUR_PARAM           0x28000000
#define FCM_FIVE_PARAM           0x30000000
#define FCM_SIX_PARAM            0x38000000

#endif

Contribute — propose a file extension

Tell us where to find evidence about HolyC (mapped to pl/holyc). 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/HolyC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← holonforth HolyFuck →