This website works better with JavaScript.
Explore
Help
Sign In
mbutterick
/
beautiful-racket
Watch
1
Star
0
Fork
You've already forked beautiful-racket
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1f770220b7
master
v6.3-exception
dev-srcloc
dev-elider
dev-elider-2
dev-elider-3
v1.6
v1.5
v1.4
v1.3
v1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1f770220b7'
${ noResults }
beautiful-racket
/
beautiful-racket-demo
/
hdl-demo
/
Not.hdl.rkt
13 lines
136 B
Racket
Raw
Normal View
History
Unescape
Escape
renamings
8 years ago
#lang
hdl-demo
ugly but effective
9 years ago
CHIP
Not
{
resume in mux
9 years ago
IN
in
;
ugly but effective
9 years ago
OUT
out
;
resume in hdl-test
9 years ago
PARTS:
resume in mux
9 years ago
Nand
(
a=in
,
b=in
,
out=out
)
;
resume in hdl-test
9 years ago
}
ugly but effective
9 years ago
improve
9 years ago