Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
sapientech
/
guile-for-guile-emacs
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
merge-bipt-elisp-wip
Branches
Tags
merge-bipt-elisp-wip
guile-for-gu...
/
gc-benchmarks
/
loop.scm
loop.scm
64 B
Permalink
History
Raw
1
2
3
4
5
(let loop ((i 10000000))
(and (> i 0)
(loop (1- i))))