This website requires JavaScript.
Explore
Help
Register
Sign In
Retropikzel
/
compile-r7rs
Watch
1
Star
0
Fork
You've already forked compile-r7rs
0
Code
Issues
4
Pull Requests
Releases
Activity
6e0d9efdf1
compile-r7rs
/
snow
/
retropikzel
/
pffi
/
skint.scm
4 lines
75 B
Scheme
Raw
Blame
History
(
define
size-of-type
(
lambda
(
type
)
(
cond
(
(
equal?
type
'int8
)
1
)
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink