CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 03:24:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090603033723
location: https://web.archive.org/web/20090603033723/https://github.com/sacado/arc2c/wikis/annotations
server-timing: captures_list;dur=0.912424, exclusion.robots;dur=0.039089, exclusion.robots.policy;dur=0.024200, esindex;dur=0.016482, cdx.remote;dur=15.608139, LoadShardBlock;dur=370.320907, PetaboxLoader3.datanode;dur=227.332043, PetaboxLoader3.resolve;dur=104.268305
x-app-server: wwwb-app200
x-ts: 302
x-tr: 427
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 03:24:56 GMT
content-type: text/html; charset=utf-8
content-length: 113
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 03 Jun 2009 03:37:23 GMT
x-archive-orig-connection: close
x-archive-orig-status: 302 Found
location: https://web.archive.org/web/20090603033723/https://wiki.github.com/sacado/arc2c/annotations
x-archive-orig-x-runtime: 8ms
x-archive-orig-cache-control: no-cache
x-archive-orig-content-length: 113
cache-control: max-age=1800
memento-datetime: Wed, 03 Jun 2009 03:37:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 03 Jun 2009 03:37:23 GMT", ; rel="memento"; datetime="Wed, 03 Jun 2009 03:37:23 GMT", ; rel="last memento"; datetime="Wed, 03 Jun 2009 03:37:23 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090603023914_crawl102-c/52_10_20090603033636_crawl101.arc.gz
server-timing: captures_list;dur=0.568152, exclusion.robots;dur=0.027034, exclusion.robots.policy;dur=0.016451, esindex;dur=0.010797, cdx.remote;dur=6.287497, LoadShardBlock;dur=191.269086, PetaboxLoader3.datanode;dur=130.630261, PetaboxLoader3.resolve;dur=145.848342, load_resource;dur=136.219668
x-app-server: wwwb-app200
x-ts: 302
x-tr: 362
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 03 Aug 2025 03:24:56 GMT
content-type: text/html
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 03 Jun 2009 03:37:23 GMT
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 03 Jun 2009 03:37:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 03 Jun 2009 03:37:23 GMT", ; rel="memento"; datetime="Wed, 03 Jun 2009 03:37:23 GMT", ; rel="last memento"; datetime="Wed, 03 Jun 2009 03:37:23 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090603023914_crawl102-c/52_10_20090603033636_crawl101.arc.gz
server-timing: captures_list;dur=1.444619, exclusion.robots;dur=0.026881, exclusion.robots.policy;dur=0.015285, esindex;dur=0.011506, cdx.remote;dur=11.610910, LoadShardBlock;dur=205.198477, PetaboxLoader3.datanode;dur=100.434639, PetaboxLoader3.resolve;dur=154.630354, load_resource;dur=122.604232
x-app-server: wwwb-app200
x-ts: 200
x-tr: 388
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Annotations - arc2c - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Arc Lisp to C compiler |
Annotations
Any object can be annotated with the ‘annotate function. The annotation itself can be an object of any kind (a symbol, a string, a list, a closure, ...) but is generally supposed to be a symbol.
Implemented functions are annotate, type, rep, with the following definitions :
(is (type (annotate x y)) x)
(is (rep (annotate x y)) y)
Annotated objects can be printed via pr or prn.
This feature is coming soon. Sit tight!