This website requires JavaScript.
Explore
Help
Sign In
suzanne.soy
/
racket
Watch
1
Star
0
Fork
0
You've already forked racket
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
The Racket repository
11,291
Commits
17
Branches
54
Tags
278
MiB
Racket
50.1%
C
35.9%
Scheme
3.4%
Shell
2.6%
Assembly
1.8%
Other
6.1%
7e6dc9b40e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Matthew Flatt
7e6dc9b40e
optimize (if (if <test> #t #f) <t> <f>) to (if <test> #t #f); this pattern happens with 'and' and constant folding
...
svn: r14230
2009-03-23 13:17:46 +00:00
collects
improve types for foldl, foldr
2009-03-23 12:02:46 +00:00
doc
record per-thread milliseconds
2009-03-23 01:26:51 +00:00
man
/man1
2008 -> 2009
2009-01-04 15:34:50 +00:00
src
optimize (if (if <test> #t #f) <t> <f>) to (if <test> #t #f); this pattern happens with 'and' and constant folding
2009-03-23 13:17:46 +00:00