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.
711fa643bf
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 '711fa643bf'
${ noResults }
beautiful-racket
/
beautiful-racket-demo
/
hdl-demo
/
Not.hdl.rkt
13 lines
136 B
Racket
Raw
Blame
History
#lang
hdl-demo
CHIP
Not
{
IN
in
;
OUT
out
;
PARTS:
Nand
(
a=in
,
b=in
,
out=out
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink