Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
#lang racket
|
||||
|
||||
(require ffi/unsafe)
|
||||
|
||||
(define (madness v) ; i'm so sorry
|
||||
(cast v _racket _gcpointer))
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
(ptr-ref (madness +) _short)
|
||||
(ptr-ref (madness (/ 4 3)) _short)
|
||||
(ptr-ref (madness 3.2) _short)
|
||||
(ptr-ref (madness (sqrt -2)) _short)
|
||||
(ptr-ref (madness #\a) _short)
|
||||
(ptr-ref (madness 'foo) _short)
|
||||
Loading…
Add table
Add a link
Reference in a new issue