id
related bits
0
processing priority
4
site type
3 (personal blog or private political site, e.g. Blogspot, Substack, also small blogs on own domains)
review version
11
html import
20 (imported)
first seen date
2024-11-13 07:58:20
expired found date
-
created at
2024-11-13 07:58:20
updated at
2025-10-17 15:57:26
length
19
crc
31984
tld
2211
nm parts
0
nm random digits
0
nm rare letters
0
is subdomain of id
69893241 (blogspot.com)
previous id
0
replaced with id
0
related id
-
dns primary id
0
dns alternative id
0
lifecycle status
0 (unclassified, or currently active)
deleted subdomains
0
page imported products
0
page imported random
0
page imported parking
0
count skipped due to recent timeouts on the same server IP
0
count content received but rejected due to 11-799
0
count dns errors
0
count cert errors
0
count timeouts
0
count http 429
0
count http 404
0
count http 403
0
count http 5xx
0
next operation date
-
server bits
—
server ip
-
mp import status
20
mp rejected date
-
mp saved date
-
mp size orig
64767
mp size raw text
6669
mp inner links count
42
mp inner links status
10 (links queued, awaiting import)
title
Scheming
description
Programming notes and ideas from an astrophysicist.
image
site name
author
updated
2026-03-08 12:21:53
raw text
Scheming skip to main | skip to sidebar Scheming Programming notes and ideas from an astrophysicist. 04 June 2010 Loop-Unrolling Macros in Clojure I've been fooling around with clojure a bit lately. Something fun: a dotimes -like macro, but it completely unrolls your loop at compile time: (defmacro dotimes-unroll "Just like dotimes, but completely unrolls the given loop. The number of iterations must read as a number." [[i n] & body] (assert (number? n)) (if (= n 0) `nil `(let [~i ~(- n 1)] (dotimes-unroll [~i ~(- n 1)] ~@body) ~@body))) Or, unroll by a given number of repetitions: (defmacro dotimes-partial-unroll "Like dotimes, but partially unrolls the loop. The number of repetitions attempted is the first argument to the macro, which must read as a literal number." [nstep [i nexpr] & body] (assert (number? nstep)) `(let [n# (int ~nexpr) nmain# (quot n# ~nstep) nextra# (rem n# ~nstep) ext...
redirect type
0 (-)
block type
0 (no issues)
detected language
1 (English)
category id
index version
1
spam phrases
0
text nonlatin
0
text cyrillic
0
text characters
4610
text words
1033
text unique words
414
text lines
183
text sentences
44
text paragraphs
18
text words per sentence
23
text matched phrases
0
text matched dictionaries
0
links self subdomains
0
links other subdomains
12 - caml.inria.fr, docs.plt-scheme.org, planet.plt-scheme.org, www-sop.inria.fr, iro.umontreal.ca, planet.lisp.org
links other domains
11 - clojure.org, gnu.org, amzn.com, plt-scheme.org, darcs.net, call-with-current-continuation.org, scheme.dk, cosmicvariance.com
links spam adult
0
links spam random
0
links spam expired
0
links ext activities
2
links ext ecommerce
0
links ext finance
0
links ext crypto
0
links ext booking
0
links ext news
1
links ext leaks
0
links ext ugc
49 - blogger.com, draft.blogger.com, en.wikipedia.org, terrytao.wordpress.com, bitchphd.blogspot.com, suburbdad.blogspot.com, xkcd.com
links ext klim
0
links ext generic
2
dol status
0
dol updated
2026-03-08 12:21:53
rss status
32 (unknown)
rss found date
2024-11-13 07:58:23
rss size orig
47409
rss items
25
rss spam phrases
0
rss detected language
1 (English)
inbefore feed id
-
inbefore status
0 (new)
sitemap path
sitemap status
40 (completed successful import of reports.txt file to table in_pages)
sitemap review version
2
sitemap urls count
80
sitemap urls adult
0
sitemap filtered products
0
sitemap filtered videos
0
sitemap found date
2024-11-13 07:58:21
sitemap process date
2025-02-06 08:42:41
sitemap first import date
-
sitemap last import date
2025-10-17 15:57:26