Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-20 | Stable vector implementation | Aryadev Chavali | |
Stable vectors will be used in the lisp runtime to implement actual vectors, instead of using the disgusting lvec trick. This way we at least can get attributes about the vector through one pointer hop. | |||
2025-08-20 | vec -> ivec | Aryadev Chavali | |
I'm going to implement a normal stable vector instead of an inline vector so we have both options for use. I think that's smarter than just sticking to one. | |||
2025-08-20 | rename base.h -> alisp.h | Aryadev Chavali | |
Makes more sense when you think about including it as an external library | |||
2025-08-19 | Separate out implementation to make looking at code files easier | Aryadev Chavali | |