Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
introspector
/
guile-bootstrap
like
1
Follow
The introspector project
13
License:
gpl-3.0
Dataset card
Files
Files and versions
Community
3dcad1f
guile-bootstrap
/
guile
/
gc-benchmarks
/
loop.scm
mike dupont
update
3dcad1f
9 months ago
raw
Copy download link
history
blame
Safe
64 Bytes
(
let
loop ((
i
10000000
))
(
and
(
>
i
0
)
(
loop
(
1-
i))))