etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Support vector types #36

Closed etaoins closed 10 years ago

etaoins commented 10 years ago

(Vector) and (Vectorof) type constructors from Typed Racket should be supported. These are unstable types due to vectors being immutable; however they are useful for typing arguments and can be used to eliminate bounds checking in some instances.